@import url(_teasers.css);

body {
	background: #757937 url(../images/bg/bg.jpg) top center repeat-y;
	color: black;
	font-family: georgia, "times new roman", serif;
	font-size: 90%;
}
a {
	color: white;
}
div#header_content_footer_wrapper {
	width: 750px;
	margin: auto;
	position: relative;
}
div#header_content_footer_wrapper a {
	color: #757937;
}
div#header_content_footer_wrapper a img {
	color: #757937;
	border-color: #757937;
}
div#header {
	background: url(../images/bg/header.jpg) no-repeat;
	height: 169px;
}
div#header h1 {
	display: none;
}
div#header h1 img {
	
}	
div#site_photo {
	display: none;
}
div#main_menu {
	position: absolute;
	top: 169px;
	width: 740px;
	font-weight: bold;
	color: black; 
	font-size: 100%;
	text-align: center;
	background: black url(../images/bg/menu.jpg) top center;
	padding: 5px;
}
div#main_menu a {
	color: black;
}
div#main_menu span {
	border-left: solid 1px black;
	border-right: solid 1px black;
	padding: 0px 3px;
}
div#main_menu span img {
	
}
div#site_credit {
	margin-left: 232px;
}
div#content {
	margin-left: 232px;
	padding-top: 45px;
}
div#content h2 {
	text-align: right;
	border-bottom: solid 1px gray;
	padding-bottom: 3px;
}
