/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:740px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto; 
 background: #ccc url(background.gif) repeat-y 50% 0;
} 
 
#header{
 position:relative; 
 background-color:#ffffff; 
 width:100%;
} 
 
 


 
 
 #maincol{
 float: right; 
 display:inline; 
 position: relative; 
 /* width was 413 but reduced for 20px width margin */ 
 width:413px;  }
 
 
 
 #leftcol{
 /* width was 347 but reduced for 20px width margin */
 width:317px; 
 padding: 10px 0px 10px 0px; 
 float:left; 
 position:relative; 
 margin:0px 5px 0px 5px;
 }
 

 

 
#footer{
 height:100px; 
  background-color:#FF8E01; 
 clear:both;
 background-image:url(footer.gif);
 } 
 
  #toplinks{
 height:18px; 
  background-color:#ffffff; 
 clear:both;
 
 text-align:right;
 } 
 
 #toplinks a {color:#444444;}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
