@charset "utf-8";
body {
	background-color: #E6DFC8;
}
#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #E6DFC8;
}
#header {
	background-color: #E6DFC8;
	width: 900px;
	position: relative;
	height: 125px;
}
#logo {
	position: relative;
	left: 0px;
	top: 0px;
	width: 296px;
	height: 100%;
	overflow: hidden;
}
#seriespic {
	position: absolute;
	background-color: #E6DFC8;
	top: 0px;
	left: 296px;
}
#page_container {
	background-color: #E6DFC8;
	width: 900px;
	position: relative;
	padding-bottom: 10px;
}
#nav {
	width: 170px;
	height: 100%;
	overflow: visible;
	font-weight: bold;
	float: left;
	left: 20px;
	top: 50px;
	position: relative;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav a{
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #412700;
	padding: 5px;
	border: none;
	text-decoration: none;
	width: 155px;
}
#nav a:focus {text-decoration: underline; color: #405104;}
#nav a:hover {text-decoration: underline; color: #405104;}
#nav li {

}
#nav img {
	border: none;
}
#subNav {
	font-size: 11px;
	position: relative;
	left: 20px;
	display: none;
	width: 145px;
}
#subNav li {
	overflow: hidden;
}
#subNav li a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #412700;
	overflow: hidden;
	width: 145px;
}
#main_panel {
	width: 700px;
	position: relative;
	background-color: #FFFFFF;
	float: right;
	background-color: #E6DFC8;
	overflow: hidden;

}
.BOX01 {
	float: right;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
}
.image_left {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#round_container {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #412700;
	text-align: left;
	border-right: solid 2px #412700;
	border-left: solid 2px #412700;
	width: 696px;
	overflow: visible;
	float: right;
	margin-bottom: 10px;
}
#topcorners {
	background-image: url(/images/topcorners.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 700px;
	position: relative;
	left: -2px;
	top: 0px;
}
#btmcorners {
	background-image: url(/images/btmcorners.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 700px;
	position: relative;
	left: -2px;
	top: 0px;
	clear: both;
}
#content {
	margin: 20px;
}
#footer {
	background-color: #E6DFC8;
	width: 700px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #412700;
	text-align: center;
	clear: both;
	position: relative;
	float: right;
	height: 50px;
}
a:link {color: #405104; text-decoration: none;}
a:visited {color: #999999; text-decoration: none;}
a:focus {color: #412700; text-decoration: underline;}
a:hover {color: #412700; text-decoration: underline;}
a:active {color: #405104; text-decoration: underline;}
#date {
	position: absolute;
	width: 200px;
	left: 0px;
	top: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #412700;
	text-align: center;
}
form {
	position: relative;
	height: 300px;
	width: 600px;
	left: 25px;
	top: 20px;
}
.forminput {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #405104;
}
a img {
	border-style: none;
}
