@import url(_teasers.css);

body {
	font-size: 80%;
	background: black url(../images/bg/body.jpg);
	color: #C3C0DB;
}
div#header_and_content_wrapper {
	background: transparent url(../images/bg/mist.jpg) top left no-repeat;
	min-height: 792px;	
}
* html div#header_and_content_wrapper {
	height: 792px;
}
a {
	color: #E5C065;
}
a img {
	color: #555;
	border-color: #555;
}
h1 {
	margin: 0px;
	display: none;
}
div#site_photo {
	display: none;
}
h2 {
	
}

div#waterfall {
	background: transparent url(../images/bg/waterfall.jpg) top left no-repeat;	 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 242px;
}
div#waterfall img {
	 display: block;
}
		 
div#flashheader {
	position: absolute;
	top: 0px;
	left: 242px;
	 height: 154px;
	 background: transparent url(../images/bg/header.jpg) repeat-x;
}
div#flashheader img {
	display: block;
}
div#header {
	height: 154px;
	background: transparent url(../images/bg/header.jpg) repeat-x;
}

div#navbar {
	
}

div#content {
	margin-right: 154px;
	padding-top: 10px;
}
div#content_wrapper {	
	min-height: 430px;
}
* html div#content_wrapper {
	height: 430px;
}
div#header_and_content_wrapper {
	padding-left: 242px;
}
div#main_menu {
	text-align: center;
	background: url(../images/bg/titles.gif) bottom center no-repeat !important;
	padding-bottom: 20px;
}

div#main_menu a img {
	margin: 0px 5px;
	vertical-align: top;
}
div#footer {
	position: absolute;
	top: 550px;
	width: 242px;
	text-align: left;
	padding: 10px;
	left: 10px;
}
div.title {
	background: url(../images/bg/topcorner.gif) top left no-repeat !important;
	padding: 10px 0 20px 30px;	
	color: silver;
}
div.entry {
	background: url(../images/bg/corner.gif) bottom right no-repeat !important;
	padding: 0 20 10px 0px !important;
	border-bottom: none !important;
}
hr {
	width: 100px;
	background-color: gray;
	color: gray;
	border: none;
}


body.popup {
	background-color: black;
	color: #eee;
}


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

