@import url(_teasers.css);

body {
	background: #000 url(../images/bg/body.gif) top right;
	color: white;
	font-size: 80%;
}
a {
	color: #BF0000;
}
a img {
	color: #71758C;
	border-color: #71758C;
}
h1 {
	margin: 0px;
	padding: 15px 10px 0 10px;
	height: 37px;
}
h1 img {
	display: block;
}
div#site_photo {
	height: 368px;
	width: 246px;	
	position: absolute;
	top: 52px;
	left: 0px;
}
div#site_photo img {
	display: block;
}
div#content {
	padding: 0.5em;	
	margin-left: 246px;
	margin-right: 111px;
	background-image: url(../images/bg/gray.gif);
	border-left: solid 1px #bf0000;
	border-bottom: solid 1px #bf0000;
}
* html div#content {	
}
div#main_menu {
	padding: 5px;
	
}

div#main_menu img {
	display: block;		
background: url(../images/bg/smallstar.gif) top left no-repeat;
padding: 5px;
padding-left: 20px;
}
div#navbar {
	background: #403F3F url(../images/bg/menu.gif) top left no-repeat;
	border: solid 1px #bf0000;
	margin-right: 111px;
	margin-left: 246px;
	
}
div#main_menu a.selected img {
	background: url(../images/bg/star.gif) top left no-repeat;
}
div#main_menu div {
	border-bottom: solid 1px black;
}div#site_credit {
	font-size: 80%;
	margin-top: 4px;
}

