/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#066;
} 
a{color: #fff;}

#pagewidth{ 
 width:80%; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:150px; 
 width:100%;
 color:#0FF;
 background-color:#077; 
 border:1px #099 solid;
} 
 
#leftcol{
 width:30%; 
 float:left; 
 position:relative; 
 color:#0FF;
 background-color:#088; 
 }
 
#maincol{  
 float: right; 
 display:inline; 
 position: relative; 
 width:70%; 
 color:#0FF;
 background-color: #077;
 }
 #maincol p{margin: 0 10px 0px 10px; background-color: #088;}
 
#footer{
 height:50px; 
 clear:both;
 color:#0FF;
 background-color:#077;
 border:1px #099 solid;
 } 
 

 
 /* *** 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;}
}
