/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 max-width:1000px;  

 min-width:600px;  
}
 
#header{
 position:relative; 
 height:120px; 
 background-color:#FFFFFF; 
 font-family: Arial, Helvetica, sans-serif;
 color:#FFFFFF;
 width:100%;
} 
 
#maincol{background-color: #FFFFFF;  
 height:50px;
 float: left; 
 font-family: Arial, Helvetica, sans-serif;
 display:inline; 
 position: relative; 
 width:; 
 }
 
#footer{
 height:20px; 
  background-color:#FFFFFF; 
font-family: Arial, Helvetica, sans-serif;
 clear:both;
 } 
 

 
 /* *** 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 */  

