body {	
	font-size: 90%;
	background: #877F7C url(../images/bg/body.jpg) top left repeat-x;
	color: white;	
}
a {
	color: #F8D37F;
}
a img {
	color: #ddd;
	border-color: #ddd;
}
h2 {
	padding: 0px;
	margin: 0px 0 10px 0;
}
div#content {
	padding-right: 100px;
	margin-left: 220px;
	background: transparent url(../images/bg/content.jpg) top right no-repeat;
	min-height: 392px;	
}
* html div#content {
	height: 392px;
}
div#header {	
	padding: 0px 100px;	
	height: 171px;
}
div#header_content_wrapper {
	background: transparent url(../images/bg/left.jpg) top left no-repeat;
}
h1 {
	position: absolute;
	top: 0px;
	left: 100px;
	z-index: 1;
}
div#main_menu {
	position: absolute;
	top: 100px;
	left: 100px;
	padding-right: 250px;	
}
div#site_photo {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 268px;
	height: 171px;
	background-color: white;
}
div.sublinks {
	text-align: left;
}
div#teasers {
	position: absolute;
	top: 210px;
	width: 150px;
	left: 60px;
	font-size: 90%;
}
div.teaser {
	background-image: url(../images/bg/brown.gif);
}
div#site_credit {
	font-size: 80%;
	margin-top: 4px;
}


