@import url(_teasers.css);

body {
	background: #4A0000 url(../images/bg/bg.jpg) top center repeat-y;
	color: white;
	font-size: 80%;
}
div#header_content_footer_wrapper {
	width: 780px;
	margin: auto;
	position: relative;
	padding: 0px 8px;
	color: #411C14;
}
a {
	color: white;
}
div#header_content_footer_wrapper a {
	color: #7F0310;
}
a img {
	border-color: #7F0310;
	color: #7F0310;
}
div#header {
	background-color: #411C14;
	height: 150px;
	padding-top: 10px;
}
div#header h1 {
	background: url(../images/bg/header.jpg) top left no-repeat;
	width: 764px;
	height: 115px;
	margin: auto;
}
div#header h1 img {
	display: none;
}	
div#site_photo {
	display: none;
}
div#main_menu {
	position: absolute;
	top: 133px;
	left: 0px;
	width: 754px;
	padding: 5px;
	background-color: #411C14;
	text-align: center;
	color: #A5753D;
}
div#main_menu span {
	border-left: solid 1px;
	border-right: solid 1px;
	padding: 0px 5px;
}
div#main_menu span img {
	vertical-align: top;
}
div#site_credit {
	
}
div#content {
	margin-left: 200px;
	background: url(../images/bg/gradient.jpg) top left repeat-x;	
	margin-right: 8px;	
	padding: 35px 10px 10px 10px;
}
div#content h2 {
	background-color: #7F0310;
	color: white;
	border: solid 1px black;
	padding: 5px;
	height: 17px;
}
