html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #AE8F6C;
}
#pagewidth {
	width: 990px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#header {
	position: relative;
	height: 397px;
	background-color: #F5DEB3;
	width: 100%;
} 
#leftcol {
	width: 595px;
	float: left;
	position: relative;
	border-right: 1px solid #A52A2A;
}
#maincol {
	float: right;
	display: inline;
	position: relative;
	width: 390px;
}
#footer {
	height: 200px;
	background-color: #8F111F;
	background-image: url(../images/footer.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	clear: both;
} 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}
