#main {
	background-color: #203C4D;
	height: 100%;
	width: 100%;
	margin-top: 0px;

}
#site_main {
	background-color: #203D4D;
	
	width: 100%;
	padding-top: 35px;
	OVERFLOW:AUTO;
	
}
#layout_content {
	background-color: #EEEEEE;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	OVERFLOW:AUTO;



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	table-layout: auto;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
