body {
	font-size: 90%;
	background: black url(../images/bg/bg.jpg);
	color: silver;
}

a {
	color: #FAB256;
}

a img {
	color: #FAB256;
	border-color: #FAB256;
}

div#header_content_footer_wrapper {
	background: url(../images/bg/header.jpg) repeat-x;
}

div#header h1 {
	background: url(../images/bg/title.gif) top left no-repeat;
	padding-left: 15px;	
	height: 120px;
}

div#header h1 img {
	position: absolute;
	top: 10px;
	left: 30px;
	z-index: 3;
}

div#content h2 {
	display: none;
}

div#site_photo {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/bg/photo.jpg) top right no-repeat;
	width: 269px;
	height: 190px;
}

div#main_menu {
	margin-right: 269px;
	margin-bottom: 20px;	
	text-align: center;
}

div#main_menu span {
	margin: 0px 5px;
	padding-bottom: 10px;
}

div#main_menu span.selected {	
	background: url(../images/bg/id.gif) bottom center no-repeat;	
}

div#teasers {
	width: 253px;
	position: absolute;
	top: 190px;
	right: 0px;
	background: url(../images/bg/teasers.jpg) top right no-repeat;	
}

div.teaser div.teaser_heading {
	background: url(../images/bg/teasertitle.gif) bottom right no-repeat;
	padding: 3px;
}

div.teaser {
	border: none;
	margin-bottom: 10px;
}

div#content {
	margin-right: 269px;
	background: url(../images/bg/content.jpg) top left no-repeat;
	padding-left: 45px;
	padding-top: 15px;
}

div#footer {
	margin-right: 259px;
	text-align: center;
}

div#site_credit {
	font-size: 80%;
	margin-top: 4px;
}

div.entry {
	border-bottom: dashed 1px #DA800F !important;
	padding-bottom: 10px !important;
}

div.title, body.guestbook div.name, body.faq div.question, div.creddate {
	color: white !important;
}

form input, form textarea {
	background: #AC6409 url(../images/bg/rust.jpg);
	border: solid 1px #AC6409;
}


