html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #b5b138;
	background-image: url(images/bgolive.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #452909;
    text-align:left;
} 
 
#page{ 
 width:950px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:120px;
	width:100%;
	text-align: center;
	background-position: center;
} 
 
#leftcol{
 width:225px; 
 float:left; 
 position:relative; 
}
 
#twocols{
 width:725px; 
 float:right; 
 position:relative; 
}
 
#rightcol{
 width:725px; 
 float:right; 
 position:relative; 
}
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:0px; 
}
 
#footer{
	height:170px;
	clear:both;
	background-image: url(images/feet.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	vertical-align: top;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #58561a;
} 
 
.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 */  
