@import url(_teasers.css);

body {	
	font-size: 90%;
	color: #eee;
	background: black url(../images/bg/body.jpg) top left repeat;
}
a {
	color: #F9D863;
}
a img {
	border-color: #990 !important;
}
h2 {
	
	background: transparent url(../images/bg/block.gif) top left no-repeat;
	padding-left: 25px;
}
div#header {
	position: absolute;
	top: 30px;
	left: 210px;
}
div#header h1 {
	
}
	
div#content {
	color: #ddd;
	margin-left: 200px;	
	clear: left;
	}

div#header_content_wrapper {
	background: transparent url(../images/bg/wrapper.jpg) top left no-repeat;
}
div#navbar {
	text-align: right;
	min-height: 100px;
}
* html div#navbar {
	height: 100px;
}
div#main_menu {
	padding: 10px;
}
div#main_menu span {
	display: block;
	margin-bottom: 0px;
}
* html div#main_menu span {
	margin-bottom: 5px;
}
div#main_menu a {
	text-align: right;
}
div#site_photo {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 300px;
	width: 200px;
	
}
body.popup {
	background-color: #222;
	color: #eee;
}

div.title, body.guestbook div.name, body.faq div.question {
	color: white !important;
}
div.entry {
	border-bottom-color: #F9D863 !important;
}
div#site_credit {
	font-size: 80%;
	margin-top: 4px;
}

