
@import url(_teasers.css);

body {	
	font-size: 90%;
	background: #040404 url(../images/bg/body.jpg) top left no-repeat;
	color: #E99156;	
}
a {
	color: #FCE897;
}
a img {
	border-color: #555 !important;
}
h1 {
	padding-top: 54px;
	border-bottom: solid 1px;
	padding-bottom: 3px;
}
h2 {
	background: transparent url(../images/bg/title.gif) left center no-repeat;
	padding: 0 0 0 30px;	
}
div#header {
	margin-left: 153px;
	padding-right: 10px;
}
div#teasers {
	overflow: visible;
}
	
div#content_wrapper {
	float: right;	
	margin-right: -170px;
	width: 100%;
	padding: 0px;
}
div#content {
	margin-left: 260px;
	margin-right: 170px;	
}
div#main_menu {
	position: relative;	
	margin-left: 170px;
	text-align: right;	
	z-index: 1;
	padding: 3px;
	margin-bottom: 20px;
}
div#main_menu a img {
	margin: 0px 3px;
	vertical-align: top;
}
div#site_photo {
	position: absolute;
	top: 377px;
	left: 20px;
}
.title {
	color: white;
}
div#footer {
  clear: both;
  margin-left: 260px;
}
div#site_credit {
	font-size: 80%;
	margin-top: 4px;
}

