@import url(_teasers.css);

body {
	background-color: #301400;
	color: #A79E6B;
	font-size: 80%;
	padding-bottom: 10px;
}
div#header_content_footer_wrapper {
	margin-left: 30px;
	margin-right: 100px;
	border: dotted 3px gray;
	border-top: none;
	position: relative;	
	padding-bottom: 30px;
}
a {
	color: #C57B10;
}
a img {
	color: #C57B10;
	border-color: #C57B10;
}
div#header {
	height: 140px;
	background: url(../images/bg/header.jpg);
	position: relative;
	top: 10px;
	left: -20px;
	border: solid 1px #C57B10;
	z-index: 7;
	width: 95%;
}
div#header h1 {
	text-align: right;
	position: relative;
	font-family: "impact", "arial narrow";
	font-size: 400%;
	color: #C57B10;
	z-index: 20;
}
div#header h1 img {
	position: absolute;
	top: 40px;
	right: 30px;
	z-index: 15;
}	
div#site_photo {
	width: 222px;
	height: 326px;
	border: solid 1px #C57B10;
	border-bottom: 0px;
	position: absolute;
	top: 30px;
	left: 5%;
	z-index: 10;
	background: url(../images/bg/photo.jpg) no-repeat;
}

div#main_menu {
	background-color: #C57B10;
	color: black;
	position: absolute;
	top: 133px;
	left: 30%;
	padding: 5px;
	z-index: 11;	
}
div#main_menu a {
	color: #4E2000;
	text-decoration: none;
	padding: 5px 3px;
	border-right: solid 1px #9D6009;
	border-left: solid 1px #9D6009;	
}

div#main_menu a:hover,
div#main_menu span.selected a {	
	background-color: #B6700B;
	
}
div#main_menu span {	
}


div#content {
	background: #3F3401 url(../images/bg/stripe.gif);
	border: solid 1px #C57B10;
	margin: -50px -60px 0px 200px;	
	padding: 110px 3% 30px 10%;	
}
div#content h2 {
	display: none;	
}

div.title, body.guestbook div.name, body.faq div.question {
	background: url(../images/bg/arrow.gif) top left no-repeat;
	padding-left: 10px;
	color: #C57B10;
}
div.entry {
	background-color: #2E2700;
	padding: 10px;
	border: solid 1px #625401 !important;
	
}
div#footer {
	background-color: #470503;
	border: solid 1px #C57B10;
	margin: -20px 20px 0px 10%;	
	color: #8E0B06;
	z-index: 6;
	position: relative;
}
