@import url(_teasers.css);

body {
	font-size: 90%;
	background: #DBAF76 url(../images/bg/bg.jpg) top left repeat-y;
	color: black;	
}
a {
	color: #990000;
}
div#header h1 {	
	text-align: center;
	padding-top: 10px;
	
}
div#header h1 img {
	margin: auto;
}
	
h2 {
	margin: 0 0 20px 0;
	border-bottom: solid 1px black;
	padding-bottom: 10px;
	
}
h2 img {
	display: block;
	
}
div#site_photo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 103px;
	padding-top: 11px;
	background-color: #DBAF76;
	height: 128px;
	
}
div#page_header {
	margin-bottom: 20px;
}
div#header {
	height: 128px;	
	background: #DBAF76 url(../images/bg/header.jpg) bottom left repeat-x;	
	padding-top: 11px;
	margin-left: 103px;
}

div#navbar {
	width: 171px;
	position: absolute;
	top: 138px;
	left: 0px;
	width: 168px;
	font-size: 75%;
	color: white;
	padding-top: 20px;
}
div#navbar div {
	
}
div#navbar a {
	color: white;
}
div#content_wrapper {
	background: transparent url(../images/bg/content.jpg) top left no-repeat;
	margin-left: 171px;
}
div#content {
	padding: 1em;
}
div#main_menu {
	margin-bottom: 30px;
}
div#main_menu span.main_link {
	text-align: right;
	background: transparent url(../images/bg/black.gif) right center no-repeat;
}
div#main_menu span {
	display: block;	
	margin-bottom: 2px;
	padding-right: 20px;
}
div#main_menu span.selected {
	font-weight: bold;
	background: transparent url(../images/bg/white.gif) right center no-repeat;
}
div#main_menu span.menu_item_selected a {
	text-decoration: none;
	
}
