html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: tahoma;
 font-size: 12px;
 color: #000000; 
}

a:link, a:visited, a:active, a:hover {
 color: #000000;
}


#pagewidth{ 
 width:720px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:216px; 
  background-color:#FFFFFF;
  background-image:url(simages/header.png);
  background-repeat:no-repeat; 
 width:100%;
} 
 
#leftcol{
 width:198px; 
 float:left; 
 position:relative; 
 background-color:#FFFFFF;
 }
 
#nav{
 width:198px;
 background-color:#FFFFFF;
 margin-bottom:8px;
 margin-top:8px;
 }
#navtop{
 height:25px;
 background-image:url(simages/nav-top.jpg);
 width:198px;
 }
#navbody{
 width:183px;
 background-color:#F2F2F2;
 padding-left:10px;
 padding-right:4px;
 padding-top:4px;
 padding-bottom:4px;
 border-right:#CCCCCC 1px solid;
 }
#navbottom{
 height:11px;
 width:198px;
 background-image:url(simages/nav-bottom.jpg);
 background-repeat:no-repeat;
 }
 
#ads{
 background-color:#FFFFFF;
 padding-bottom:8px;
 }
#adtop{
 height:28px;
 background-image:url(simages/ad-top.jpg);
 width:198px;
 }
#adbody{
 width:183px;
 background-color:#F2F2F2;
 padding-left:10px;
 padding-right:4px;
 border-right:#CCCCCC 1px solid;
 }
#adbottom{
 height:12px;
 width:198px;
 background-image:url(simages/ad-bottom.jpg);
 background-repeat:no-repeat;
 }
 
#maincol{
 background-color:#FFFFFF;  
 float: right; 
 display:inline; 
 position: relative;
 width:506px;
 min-width:506px;
 padding-top:8px;
 }
 
#content{
 width:506px;
 min-width:506px;
 background-color:#FFFFFF;
 }
 
#contenttop{
 height:24px;
 background-image:url(simages/body-top.jpg);
 background-repeat:no-repeat;
 width:496px;
 min-width:506px;
 padding-top:1px;
 padding-left:10px;
 font:bold;
 font-size:18px;
}
 
#contentbody{
 width:492px;
 background-color:#F2F2F2;
 padding-left:6px;
 padding-right:6px;
 border-right:#C5C5C5 1px solid;
 border-left:#C5C5C5 1px solid;
}
 
#contentbottom{
 height:11px;
 width:506px;
 background-image:url(simages/body-bottom.jpg);
 background-repeat:no-repeat;
 min-width:506px; 
}
 
#footer{
 height:20px; 
 background-color:#FFFFFF; 
 clear:both;
 text-align:center;
 } 
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* 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*/ 
#header, #footer, #leftcol{display:none;}
#content, #contenttop, #contentbody, #contentbottom{ width:700px; }
#maincol{width:700px; float:none; position:absolute;}
}
