@import url(_teasers.css);

body {
	background: #ECD1B6 url(../images/bg/bg.jpg) top center repeat-y;
	color: black;
	font-size: 80%;
}
div#header_content_footer_wrapper {
	width: 750px;
	margin: auto;
	position: relative;
	
}
a {
	color: white;
}
a img {
	color: #8A4604;
	border-color: #8A4604;
}
div#header {
	height: 173px;
	background: url(../images/bg/header.jpg) no-repeat;	
}
div#header h1 {
	position: absolute;
	top: 26px;
	left: 41px;
	background: url(../images/bg/logo.jpg);
	width: 322px;
	height: 89px;
}
div#header h1 img {
	display: none;
}	
div#site_photo {
	position: absolute;
	top: 0px;
	right: 0px;
}
div#navbar {
	position: relative;	
}
div#main_menu {
	padding: 5px;
	background-color: black;
	text-align: center;	
	font-weight: bold;
	
}
div#main_menu a {
	color: #FFD8B2;
	text-decoration: none;	
}
div#main_menu a:hover {
	color: silver;
}
div#main_menu span {
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	padding: 0px 5px;
}
div#main_menu span img {
	
}
div#site_credit {
	
}
div#content {
	position: relative;
	margin-right: 192px;
	
}
div#content a {
	color: #8A4604;
}
div#content h2 {
	text-align: left;
	padding-left: 50px;
	
}
table.sublinks {
	position: absolute;
	top: 10px;
	right: 10px;
}
table.sublinks a {
}
table.sublinks a.active {
}
div#footer a {
	color: black;
}

