@import url(_teasers.css);

body {
	background: #812E20 url(../images/bg/bg.jpg);
	color: #D7D4D4;
	font-family: "times new roman", georgia, serif;
}
div#header_content_footer_wrapper {
	background: url(../images/bg/bigstripe.jpg) top right repeat-y;
}
div#header_and_content_wrapper {
	background: url(../images/bg/smallstripe.jpg) repeat-y;
}
a {
	color: #507D6C;
}
a img {
	color: #507D6C;
	border-color: #507D6C;
}
div#header {
	height: 139px;
	background: url(../images/bg/header.jpg) repeat-x;
}
div#header h1 {
	background: url(../images/bg/logo.jpg) no-repeat;
	height: 139px;
	width: 225px;
}
div#header h1 img {
	display: none;
}	
div#site_photo {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 244px;
	height: 320px;
	background: url(../images/bg/site_photo.jpg);
}
div#main_menu {
	position: absolute;
	top: 100px;
	left: 20px;	
	/*background: url(../images/bg/mainmenu.jpg) bottom right repeat-x;*/
	/*padding-bottom: 20px;*/	
}
div#main_menu span {
	margin: 0px 3px;
}
div#main_menu span img {
	vertical-align: top;	
}
div#site_credit {
	
}
div#content {
	margin-right: 250px;
	margin-left: 30px;
}
div#content h2 {	
	
	background: url(../images/bg/title.gif) bottom left repeat-x;
	padding-bottom: 10px;
}
div.title, div.name {
	color: #F1562C !important;
}
div.entry {
	border-bottom: solid 1px black !important;
}
div#footer {
	text-align: left;
}
	

