/* generated by csscreator.com */ 
* {
margin:0;
padding:0;
}

a{
text-decoration:none;
}

img{
border:none;
}

html, body{ 
 background: url("../images/gradient.gif");
 background-repeat: repeat-x;
 background-color:#dfcfbd;
 font: 18px  serif;
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:1024px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 padding:30px 20px 70px;
} 
 
#header{
 position:relative; 
 height:216px; 
 width:100%;
} 

#header.img{
border:1px solid #baa690;
}
 
#leftcol{
 width:15%; 
 float:left; 
 position:relative; 
 background-color:#aaaaaa; 
 padding:6px 7px 8px 9px;
 background-color:#baa690;
 text-align:center; 
 }

#leftcol img{
margin: 20px 0 0 0;
}

#maincol{
 background: url("../images/gradientFade.gif");
  background-repeat: repeat-x;
 float: right; 
 display:inline; 
 position: relative; 
 width:80%; 
 padding:6px 7px 8px 9px;
 min-height:400px;
 background-color:#dfcfbd;
 }
 
#footer{
 background: url("../images/gradientFade.gif");
 background-repeat: repeat-x;
 height:100px; 
 background-color:#dfcfbd; 
 clear:both;
 margin:10px 0 0 0 ;
 }

#menu{

margin: 5px 0;
padding: 5px;
}

h3{
font: 22px sans-serif;
}

td{
text-align:center;
font: 18px sans-serif;
}

#maincol ul{
margin:20px;
}

#footer p{
 text-align:center;
}

#staff{
border:1px solid #baa690;
min-height:147px;
margin: 0 0 10px 0;
}

#staffphoto{
margin:2px;
float:left;
}

#stafftext{
float:right;
width:87%;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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;}
}
