@charset "iso-8859-1";

#footer {
	height: 150px;
	clear: both;
	background-color: #2e3827;
	color: #ffffff;
	font: 10px arial;		
}

	#footer a {
		color: #ffffff;
		font: 10px arial;		
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #D6B671;
		text-decoration: underline;
	}	
	
#fMenu-burg {
	clear: both;
	background-color: #4E060D;
	background-color: #2a1705;
	height: 15px;	
	padding: 0px 0px 3px 0px !important;
	padding: 0px;
	border-left: 0px solid #cccccc;
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;		
	}
	
	
.box-footer-left {
	float: left;
	width: 700px;
	height: 75px;
	margin: 0px;
	padding: 0px;
	background-color: #2e3827;
	color: #ffffff;
	text-align: left;	
}		
	
.box-footer-right {
	float: left;
	width: 270px;
	height: 75px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #2e3827;
	color: #ffffff;
	text-align: center;
	border: 0px solid #ffffff;
}
		
#fMenu-black {
	clear: both;
	background-color: #2e3827;
	height: 26px;	
	padding: 0px;
	}
	
	#fMenu-black ul {
		margin: 0px 0px 0px -35px !important;
		margin: 0px;
		list-style: none;
		text-align: left;
		}
		
	#fMenu-black ul li {
		padding: 6px 2px 6px 2px;
		display: inline;
		color: #ffffff;
		font: 10px arial;
		}

	#fMenu-black ul li a {
		color: #ffffff;
		font: 10px/28px arial !important;
		font: 10px/22px arial;		
		text-decoration: none;
		padding: 0px;
		}
		
	#fMenu-black ul li a:hover {
		color: #D6B671;
		text-decoration: underline;
		}
		
