@import url(_teasers.css);

body {
	background: #2A4D79 url(../images/bg/bg.jpg) top center repeat-y;
	color: white;
	font-size: 80%;
}
div#header_content_footer_wrapper {
	width: 750px;
	margin: auto;
	position: relative;
	color: #F0E2D1;
}
a {
	color: #FEA848;
}
a img {
	color: #CF7C20;
	border-color: #CF7C20;
}
div#header {
	height: 186px;
	background: url(../images/bg/header.jpg) no-repeat;
}
div#header h1 {
	position: absolute;
	top: 31px;
	width: 486px;
	right: 0px;	
}
div#header h1 img {
	margin: auto;
}	
div#site_photo {
	display: none;
}
div#main_menu {
	background-color: black;
	color: #7F5E33; 
	text-align: center;
	padding: 7px 5px;
	position: absolute;
	top: 186px;
	left: 0px;
	width: 740px;
}
div#main_menu span {
	padding: 0 4px;
	border-right: solid 1px #7F5E33;
	border-left: solid 1px #7F5E33;
}
div#main_menu span img {
	vertical-align: top;
}
div#site_credit {
	
}
div#content {
	margin-left: 246px;
	background: url(../images/bg/gradient.jpg) repeat-x;
	padding-top: 60px;
}
div#content h2 {
	
}
div.title, div.name {
	color: white !important;
}
div.entry {
	border-bottom-color: black !important;
}

