html, body{ 
 	margin:0; 
 	padding:0;
	background-color:#FFFFD0; 
	} 
#pagewidth{
	width:1000px;
	}
#header{
 	position:relative; 
 	height:125px; 
 	width:100%; padding-left:100px;
	} 
#leftcol{
 	width:20%; 
 	float:left; 
 	position:relative;
 	padding-top:10px;;
 	}
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:80%;
	vertical-align: top;
 	}
.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;}
}
#footer{
	font-size: 10px;
	font-weight: bold;
	float: right;
	display:inline;
	position: relative;
	width:100%;
	vertical-align: top; padding-left:100px;
 	}
