@import url(_teasers.css);

body {
	background: black url(../images/bg/bg.gif) top left;
	color: #CFCECE;
	font-size: 80%;
}
div#header_content_footer_wrapper {
	
}
a {
	color: yellow;
}
a img {
	color: yellow;
	border-color: yellow;
}
div#header {
	height: 82px;
	background: url(../images/bg/header.gif) top left repeat-x;
}
div#header h1 {
	background: url(../images/bg/name.gif) top left no-repeat;
	height: 82px;
}
div#header h1 span,
div#site_photo {
	display: none;
}
div#navbar {
	width: 100%;
	position: relative;	
	left: 0px;
	background: url(../images/bg/arrow.gif) top left no-repeat;		
	height: 37px;
}
div#main_menu {
	width: 182px;
	position: absolute;
	top: 37px;
	left: 0px;
	padding-bottom: 205px;
	background: url(../images/bg/menuarrow.gif) bottom center no-repeat;
	overflow: hidden;
}
div#main_menu span {
	
}
div#main_menu span a {
	background-color: #7E0000;
	border: solid 1px red;
	border-left: solid 20px yellow;
	display: block;
	padding: 5px 0 0 3px;
	height: 25px;
	margin-bottom: 5px;
	text-align: center;
}
div#main_menu span.selected a,
div#main_menu a:hover {
	border-left-color: red;
}
div#main_menu span img {	
	
}
div#teasers {
	position: absolute;
	top: 92px;
	right: 0px;
	width: 190px;
	color: red;
}
div.teaser_heading {
	color: yellow;	
	
}
div.teaser {
	border: none;
	background: url(../images/bg/teaserheading.gif) top center no-repeat;
	padding-top: 20px;
}
div#site_credit {
	
}
div#content {
	margin: 0px 190px 0 182px;
	position: relative;
	top: -37px;
	padding-top: 0px;
}
div#footer {
	margin: 0px 190px;
}
div#content h2 {
	background: url(../images/bg/titles.gif) top left no-repeat;
	padding-left: 30px;
	padding-right: 100px; 
	height: 37px;
	position: relative;
	margin-bottom: 0px;
}
div#content h2 img {
	position: absolute;
	top: 0px;
}
div.sublinks {
	position: absolute;
	top: 0px;
	right: 0px;
}
div.sublinks a {
	background-color: red;
	color: yellow;
}
div.sublinks a.active {
}
div.entry, div.section {
	padding: .5em;
	border: solid 1px red !important;
	background-image: url(../images/bg/gray.gif);	
}
div.title, div.name, div.question {
	color: red !important;
}
div#logo {
	position: absolute;
	top: 0px;
	right: 0px;
}
