
body {
	background-color: black;
	color: #E9E2D1;
	font-family: "times new roman",serif;
	font-size: 95%;
}
a {
	color: #E9E2D1;
}
a img {
	color: #E9E2D1;
	border-color: #E9E2D1;
}

div#header_content_footer_wrapper {
	background:  #DFD9C7 url(../images/bg/body.jpg) top center repeat-y;
	color: black;
	width: 750px;
	margin: auto;
	position: relative;
}
	

div#header_content_footer_wrapper a {
	color: #75570A;
}

div#header {
	height: 176px;	
	background: transparent url(../images/bg/header.jpg) top left no-repeat;
}
div#site_photo {
	display: none;
}

div#header h1 span {
	display: none;
}

div#main_menu {
	margin: -20px 0 10px 180px;	
	position: relative;
	z-index: 100;
}
div#main_menu span {
	background: url(../images/bg/bullet.gif) center left no-repeat;
	padding-left: 10px;
}
div#main_menu span.first {
	background: none;
}
div#main_menu span#main_link_4 img,
div#main_menu span#main_link_3 img {
	margin-top: -2px;
}
div#main_menu a {
	margin: 0 3px 1px 0;	
}
div#main_menu a img {
	vertical-align: top;
}
div#teasers {
	float: right;	
	width: 200px;
	margin-right: 10px;
	display: inline /*for IE*/
}
div.teaser {
	border: none;
	width: 190px;
	padding: 5px;
	margin-bottom: 10px;
}
div#content_wrapper {
	float: left;
	width: 100%;
	margin-right: -225px;	
}
div#content {
	margin-right: 215px;
	margin-left: 10px;
	width: 515px;
	height: auto;
	overflow: hidden;
}
* html div#content {
	height: auto;
}
h2 {
	padding: 0 0 10px 25px;
	height: 50px;
	background: transparent url(../images/bg/title.gif) bottom left no-repeat;
}
h2 img {
	display: block;
}
div#footer {	
	width: 730px;
	margin: auto;
	clear: both;
	color: black;
	text-align: center;
	background: url(../images/bg/footer.gif) bottom center no-repeat;
	padding: 1em 10px 40px 10px;
}
div#footer a {
	color: black;
}
div#site_credit {
	font-size: 80%;
	margin-top: 4px;
}
div#logo {
	position: absolute;
	top: 10px;
	left: 10px;
}
