html, body{ 
	margin:0; 
	padding:0; 
	text-align:center;
	background-color: #ACBF60;
	font-family: Verdana, Arial, san-serif;
	font-size: 9pt;
} 
 
 
#header{
	position:relative; 
	height:75px;
	padding: 10px;  
	background-color:#b1bf7b; 
	width:600px;
	margin-left:auto; 
	margin-right:auto; 
	border-left: 10px solid #111111;
	border-right: 10px solid #111111;
	border-bottom: 2px solid #111111;

} 

 
#maincol{
	background-color: #F2FFBF;  
	position: relative;
	width:600px;
	padding: 10px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	border-left: 10px solid #111111;
	border-right: 10px solid #111111;
  
 }
 
#footer{
	height:25px; 
	background-color:#F2FFBF; 
	clear:both;
	padding: 10px; 
	width:600px;
	font-size: 7pt;
	margin-left:auto; 
	margin-right:auto; 
	border-left: 10px solid #111111;
	border-right: 10px solid #111111;
 } 
 

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