html, body {
	background: #a5a47f;
}

a {
	color: #000000;	
}

#logo a {
	margin: 4px 0 5px 0;
	background: url('../images/logo.png') no-repeat;
	width: 185px;
	height: 85px;
	color: #FFFFFF;
}

#navigation,
#footer_nav {
	background: #8b0108;
}