html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:740px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 padding-top: 20px;
} 
 
#header{
 position:relative; 
 height:60px; 
  background-color:#FFFFFF; 
 width:100%;
} 

#wrapper {border: 1px #999999 solid;}

#headerleft { float: left; 
 display:inline; 
 position: relative; 
 width:30%;}

#headerright { float: right; 
 display:inline; 
 position: relative; 
 width:70%;}
 
#leftcol{
 width:206px; 
 float:left; 
 position:relative; 
 background-image: url(images/menubg.jpg);
 min-height:490px; height:auto !important; height:490px;
  }
  
  .menuheader { background-image: url(images/header.jpg); width: 100%; min-height:25px; height:auto !important; height:25px; border-bottom: 1px #ffffff solid; font-family: verdana ; color: #ffffff; font-size: 100%; text-align: center; padding-top:5px;}
 .menuitem {padding-bottom: 5px; border-bottom: 1px #ffffff solid; min-height:19px; height:auto !important; height:19px; font-family: verdana ; color: #ffffff; font-size: 70%; text-align: left; padding-left:10px; padding-top: 3px;}
a.menuitem1:link, a.menuitem1:active, a.menuitem1:visited {font-family: verdana ; color: #ffffff; text-decoration: none;}


a.menuitem1:hover {text-decoration: underline; font-family: verdana ; color: #ffffff;}



#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:521px; 
 padding-left:10px;
 padding-top: 10px;
 padding-bottom: 10px;
 min-height:468px; height:auto !important; height:468px;
 }
 
 #banner {}
 #bannerleft {background-image: url(images/sloganbg.jpg); width:240px; min-height:190px; height:auto !important; height:190px; float:left; 
 position:relative; display:inline; padding-left: 10px; padding-right:10px;  text-align: center;}
 #bannerright {float:right; display:inline; min-height:190px; height:auto !important; height:190px;
 position:relative; width: 50%; background-image: url(images/banner.jpg);}
 
 .bodyindent {padding-right:10px;}
  .boxindent {padding-right:5px; padding-left:5px;}

 .body {font-family: verdana ; color: #336699; font-size: 70%; text-align: justify;}
 .bodycenter {font-family: verdana ; color: #336699; font-size: 70%; text-align: center;}
 .header {font-size: 130%; padding-top: 10px;}
 .slogan {font-family: verdana ; color: #ffffff; font-size: 250%;}
 .readmore {text-align:right;}
  .bodyright {font-family: verdana ; color: #336699; font-size: 70%; text-align: right;}
  .tel {font-size: 140%;}
 .adbox {float:left; display:inline; min-height:150px; height:auto !important; height:150px;
 position:relative; width: 160px; border:1px #336699 solid; margin-right: 8px; font-size: 90%;}
 .adboxheader {min-height:25px; height:auto !important; height:25px;background-image: url(images/header.jpg); width:100%;
 font-family: verdana ; color: #ffffff; font-size: 120%; text-align: center; padding-top:5px;} 
.picture {border: 0px;}
 
 /* *** 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;}
}