/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
} 
 
#header{
 position:relative; 
 height:167px; 
 background-color:#6F7C00; 
 width:100%;

} 
 
#maincol{background-color: #333333; 
 width:800px;	
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #CCCCCC;
 float: right; 
 display:inline; 
 position: relative; 

 }
 

 
 /* *** 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 */  

