	
body {
	margin: 20px auto;
	color: #D8CAA8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	background-repeat: repeat;

}

/*--------------------------------
		Header
---------------------------------*/

.sf_header_wrapper {	
	width: 950px;
	height: 312px;
	background-repeat: no-repeat;
	background-color: #D8CAA8;	
}

/*--------------------------------
		Bottom Navigation
---------------------------------*/

.sf_navigation{	
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	text-align: left;
	display: inline;	
	overflow: hidden;	
	font-weight: bold;
	background-color: #D8CAA8;
	margin-top: 18px;
	width: 283px;
}
.sf_navigation ul li {
	background-color: #e4d9bf;	
	margin-bottom: 2px;
	float:left;
}
.sf_navigation ul li a {
	text-decoration: none;
	text-align: left;
	background-repeat: no-repeat;
	background-position:left;
	padding: 3px 5px 3px 25px;
	width: 248px;	
	display: block;
	margin-top: 1px;
	color: #000;	
}
.sf_navigation ul li a:visited {
	color: #000;
}

.sf_navigation ul li a:hover{
	color: #86888F;
}

/*--------------------------
		 Footer
--------------------------*/

.sf_footer {	
	background-repeat: repeat-y;
	background-color: #000;	
	text-align: right;
	clear: both;	
	width: 920px;
	min-height: 10px;
	height: auto !important;
	height: 1%;	
	padding: 5px 25px 5px 5px;
	font-size: 11px;
}

	
	