body
{
	padding: 10px;
	margin: 0px;
	background: #000000;
	color:#ffffff;
	font-family: sans-serif;
}

img
{
	border:none;
}

h1
{
	color: #990000;
	font-size: 1.3em;
}
h2
{
	color:#990000;
	font-size: 1.1em;
}
h3
{
	font-size:.8em;
	font-weight:700;
	font-variant:small-caps;
	color:#660000;
}
h4
{
	font-size:1.0em;
	font-weight:400;
	font-variant:normal;
	color:#770000;
}
.header_info /*keep identical to h3 -- however, only use if it's the info for a h3*/
{
	font-size:.8em;
	font-weight:700;
	font-variant:small-caps;
	color:#660000;
}

div#leftpic
{
	float:left;
	height:738px;
	width:268px;
	line-height:1.2em;
	position: relative;
}

div#rightitems
{
	border-left:#990000 solid 2px;
	margin-left:269px;
	max-width: 1000px;
	line-height: 1.2em;
}

div#toppic
{
	margin:0px;
	padding:0px;
	height: 173px;
	overflow:hidden;
	width: 100%;
}

div#topnav
{
	font-size:.8em;
	padding-top:0px;
	margin:0px;
	background: #ffffff;
	display: block;
	float: left;
	width: 100%;
}

div#topnav ul
{
	list-style: none;
	margin: 0px;
	padding:0px;
}
div#topnav li
{
	background:#336600;
	border-bottom:#003300 solid 3px;
	width: 6em;
	float: left;
	text-align: center;
	padding: 2px;
	margin-left:10px;
}
div#topnav a
{
	color: #fefefe;
	text-decoration: none;
}
div#topnav li:hover
{
	color:#000000;
	background:#66bb66;
	border-bottom:#303030 solid 3px;
}
div#topnav li:hover a
{
	color:#000000;
	background: #66bb66;
}
div#topnav ul li a 
{
  display: block;
  text-decoration: none;
}

div#bottomnav
{
	font-size:.8em;
	width: 100%;
	text-align:center;
	margin:0 auto;
}

div#content
{
	background:#ffffff;
	color:#000000;
	max-width: 1000px;
	padding:10px;
	margin:0px;
	line-height:1.2em;
}