@import url(_teasers.css);

body {
	background: black url(../images/bg/left.jpg) top left repeat-y;
	color: #CFC8AA;
	font-family: "courier", "times new roman", serif;
	font-size: 90%;
}
div#header_and_content_wrapper {
	background: transparent url(../images/bg/right.jpg) top right repeat-y;
}
a {
	color: silver;
}
a img {
	color: gray;
	border-color: gray;
}
div#site_photo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 318px;
	height: 216px
}
div#main_menu {
	position: absolute;
	top: 130px;
	right: 30px;
	padding-left: 316px;
}
div#main_menu span {
	margin: 0px 3px;
}
div#header {
	height: 216px;
	background: transparent url(../images/bg/header.jpg) repeat-x;
}
h1 {
	margin-left: 316px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
	background: transparent url(../images/bg/underline.gif) bottom center no-repeat;	
}
h1 img {
	display: inline;
}	
	
h2 {
	position: absolute;
	top: 190px;
	left: 350px;
}
h2 img {
	display: block;
}
div#content {
	margin-left: 318px;
	padding-top: 20px;
}
div.entry {
	border-bottom: dashed 1px gray !important;
}
div.title, div.name {
	color: white !important;
}div#site_credit {
	font-size: 80%;
	margin-top: 4px;
}

