@import url(_teasers.css);

body {
	background-color: black;
	color: white;
	font-size: 80%;
}
a {
	color: #96B0F1;
}
a img {
	color: #2D429C;
	border-color: #2D429C;
}
div#header_content_footer_wrapper {
	width: 740px;
	margin: auto;
	background: url(../images/bg/body.jpg) top right no-repeat;
	border-right: solid 1px #555;
}
div#flashheader {
	height: 341px;
	position: absolute; 
	top: 0px;
	margin-left: 12px;
}
div#header {
	height: 341px;
	}
div#main_menu {
	border: solid 1px #fff;
	padding: 6px 3px 0px 3px;
	background-image: url(../images/bg/black.gif);
	margin-left: 30px;
	text-align: center;
}
div#main_menu span {
	margin-right: 15px;
	
}
div#main_menu img {
	vertical-align: top;
}
div#header h1 {
	display: none;
}
div#site_photo img {
	display: none;
}

div#content {
	margin-right: 160px;	
	margin-left: 30px;
	border-left: solid 1px #555;
}
div#footer {
	text-align: center;
	width: 659px;
	margin: auto;
	border-left: solid 1px #555;
}
div.entry {
	border-bottom-color: #2D429C !important;
}
div.title, div.name {
	color: #FBC56F !important;
}
div#site_credit {
	font-size: 80%;
	margin-top: 4px;
}

