@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: #411C14 url(../images/bg/header.jpg) bottom center no-repeat;
	height: 125px;
	padding: 0px;	
}

div#header h1 img {
	display: none;
}	
div#site_photo {
	display: none;
}
div#navbar {
	position: relative;	
	left: 0px;
	width: 780px;
}
div#main_menu {		
	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-right: 200px;
	background: url(../images/bg/gradient.jpg) top left repeat-x;	
	margin-left: 8px;	
	padding: 10px;	
}
div#content h2 {
	background-color: #7F0310;
	color: white;
	border: solid 1px black;
	padding: 4px 7px;
	height: 17px;
}
div#content h2 img {
	display: block;
}
div#footer {
	margin-right: 200px;
	padding: 10px;
	text-align: left;
}
