* { 
 margin:0; 
 padding:0; 
 border-width: 0;
 text-align:center; 
} 
 
img {
 border-style: none;
}

body {
 font-family: Georgia, Helvetica, sans-serif;
 font-size: 100.01%;
 background: #110000 url(../images/tile.jpg);

}

#pagewidth{ 
 width:950px; 
 text-align:left;  
margin: 25px auto auto auto;
background-color: #69170D;
border: #330000 1px dotted;
} 
 
#leftcol{
background: #69170D url(../images/corner2.jpg) no-repeat;
 width:40%; 
 float:left; 
 position:relative; 
 }

#leftcol p {
text-align: left;
margin: 135px 10px 0 55px;
 color: #E6D587;
 font-size: 80%;
overflow: auto;
}

#maincol {
 margin: 40px 0 25px 0;
 float: right; 
 display:inline; 
 position: relative; 
 width:60%; 
height: 580px;
 }

.home {
 background: #69170D url(../images/home.jpg) no-repeat center;
}

.bio {
 background: #69170D url(../images/bio.jpg) no-repeat center;
}

.events {
 background: #69170D url(../images/events.jpg) no-repeat center;
}

.gallery {
 background: #69170D url(../images/book.jpg) no-repeat center;
}

.contact {
 background: #69170D url(../images/contact_img.jpg) no-repeat center;
}

#maincol #nav ul {
 list-style: none;
 margin: 35px 0 0 20px;
}

#maincol #nav ul li {
font-weight: bold;
 margin: 15px;
 display: inline;
}

#maincol #nav ul li a {
 color: #330000;
 text-decoration: none;
}

#maincol #nav ul li a:hover {
 color: #69170D;
}

#gallerywrap {
padding-top: 40px;
}

#gallerywrap a {
padding: 10px;
}

.eventlist {
padding: 15px;
text-align: left;
background-color: #550300;
display: block;
border-top: 1px dotted #E6D587;
}

.eventlist2 {
padding: 15px;
text-align: left;
display: block;
}

#footer{
 height:40px; 
  background: #110000 url(../images/background.gif);
 clear:both;
 } 
 
#footer p{
margin: 15px 0 0 0;
padding: 15px 0 0 0;
color: #E6D587;
 font-size: 65%;
}
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
