@import url(_teasers.css);

body {
	background: #504F16 url(../images/bg/bg.jpg);
	color: white;
	font-size: 80%;
}
div#header_content_footer_wrapper {
	background: url(../images/bg/header2.jpg) repeat-x;
	color: black;
}
div#header_and_content_wrapper {
	background: url(../images/bg/header.jpg) no-repeat;
}
a {
	color: orange;
}
a img {
	color: orange;
	border-color: orange;
}
div#header {
	height: 82px;
}
div#header h1 {
	font-size: 280%;
	text-align: right;
	color: white;
	width: 276px;
	height: 70px;
	background: url(../images/bg/logo.gif) top right no-repeat;
	position: absolute;
	top: 10px;
	right: 5%;
}
div#header h1 img {
	display: none;
}	
div#site_photo {
	background: url(../images/bg/photo.jpg) top center no-repeat;
	width: 212px;
	height: 283px;
	position: absolute;
	top: 0px;
	left: 0px;
}
div#site_photo img {
	display: none;
}
div#navbar {
	position: relative;
	width: 100%;
}
div#main_menu {
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	margin-left: 240px;
	margin-right: 10px;
	padding: 10px;
	text-align: center;	
	z-index: 3;
}
div#main_menu a {
	border-right: solid 1px silver;
	border-left: solid 1px silver;
	padding: 0px 4px;
	font-weight: bold;
	text-decoration: none;
}
div#main_menu a:hover {
	color: silver;
}
div#main_menu span {
	
}
div#main_menu span img {
	
}
div#site_credit {
	
}
div#content {
	margin-left: 230px;
	position: relative;
}
div#content a {
	color: #18341B;
}
div#content h2 {
	background-color: black;
	padding: 5px;
	color: white;
	margin-bottom: 0px;
	
}
.entry, .section {
	background-image: url(../images/bg/green.gif);
	border: solid 1px black;
	padding: 10px;	
	margin-bottom: 10px;
}
table.sublinks {
	position: absolute;
	top: 15px;
	right: 10px;	
}
div#footer {
	height: 80px;
	background: #030400 url(../images/bg/turtle.jpg) bottom right no-repeat;	
	text-align: left;
	padding: 10px 150px 10px 230px;
	color: #90A46B;
	
}
