@import url(_teasers.css);

body {
	background: #5C2E5E url(../images/bg/bg.jpg) top center;
	color: white;
	font-size: 80%;
}
div#header_content_footer_wrapper {
	
	width: 750px;
	margin: auto;
	position: relative;
}
div#header_and_content_wrapper {
	background: url(../images/bg/content.jpg) top center repeat-y;
}
a {
	color: silver;
}
a img {
	color: silver;
	border-color: silver;
}
div#header {
	background: url(../images/bg/header.jpg) no-repeat;
	height: 157px;
}
div#header h1 {
	display: none;
}
div#header h1 img {
	
}	
div#site_photo {
	display: none;
}
div#navbar {
	position: relative;	
	margin-left: 33px;
	margin-right: 27px;
	width: 690px;	
}
	
div#main_menu {
	border: solid 3px white;
	text-align: center;
	padding: 5px;	
	background-color: black;
}
div#main_menu span {
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	padding: 0px 4px;
}
div#main_menu span img {
	vertical-align: middle;
}
div#site_credit {
	
}
div#content_wrapper {
	position: relative;
	width: 493px;
	margin-left: 227px;	
	background-color: black;
	height: 400px;
	overflow: auto;
	border-bottom: solid 3px white;	
	border-right: solid 3px white;
}
div#content {	
	min-height: 0px;
	height: 380px;	
	margin: 0px;
	padding: 10px;		
}
* html div#content {
	height: 380px;
}
div#content h2 {
	text-align: center;
}
table.sublinks a {
}
table.sublinks a.active {
}
div#footer {
	text-align: center;
}
div#misc1 {
	background: url(../images/bg/tinkerbell.gif) center center no-repeat;
	height: 100px;
	width: 100px;
	position: absolute;
	top: 100px;
	right: 50%;
	margin-right: 280px;
}

