@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/interface/main_bg.jpg);		
	font: 12px Verdana, Geneva, sans-serif;
	line-height: 160%;
	color: #726056;
}

a {
	color: #3c657d;
}


#container {
	width: 960px;
	margin: auto;	
	background: #faf4e7;
}

#header {
/*	z-index: 10;
*/}

#header img {
	float: left;
}

#footer {
	border-top: 1px solid #d6c099;
	margin: 5px 10px 5px 10px;
	text-align: center;
	color: #795d47;
	padding: 5px 0 0 0;
}

#footer a {
	color: #795d47;
}

#footer .call-text {
	font-size: 16px;
	font-weight: bold;
}

.clear-left {
	clear: left;
}

/* H.E.L.P.E.R. Functions */

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