body
{
	margin: 0;
	padding: 0;
	background: black;
}

table
{
	font-family: arial, sans-serif;
	font-size: 12px;
}

table#head
{
	width: 666px;
}

table#head h1
{
	margin: 0;
	color: white;
}

table#head h2
{
	margin: 0;
	color: white;
}

table#main
{
	width: 666px;
	border: #C4A23D 5px solid;
}

td#nav
{
	vertical-align: top;
	background: #551818;
	padding-top: 4px;
	border-right: #C4A23D 5px solid;
}

td#nav a.top
{
	text-decoration: none;
	display: block;
	color: white;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
}

td#nav a.sub
{
	text-decoration: none;
	display: block;
	color: white;
	padding: 4px 10px 4px 22px;
	
}

td#nav a:hover
{
	background: #8B3E24;
}

td#nav a#selected
{
	background: #8B3E24;
}

td#content
{
	background: #FCEAA7;
	height: 250px;
	vertical-align: top;
	padding: 12px 0 20px 20px;
	border-top: #C4A23D 5px solid;
}

td#content table
{
	width: 100%;
	color: black;
}

td#content table td
{
	width: 50%;
	vertical-align: top;
	padding: 12px 25px 0 0;
	line-height: 140%;
}

td#content h3
{
	margin: 0 0 16px 0;
	color: black;
}

td#content h4
{
	margin: 12px 0 0 0;
	font-size: 13px;
}

td#content p
{
	margin: 0 0 16px 0;
}

td#content sup
{
	font-size: 10px;
	margin: 0;
}

td#content a
{
	color: black;
}

td#content img.thumb
{
	margin: 0 2px 2px 0;
}

td#content input.text
{
	width: 100%;
	color: white;
	background: #551818;
	border: 1px solid #C4A23D;
	font-family: arial, sans-serif;
	font-size: 12px;
}

td#content textarea
{
	width: 100%;
	color: white;
	background: #551818;
	border: 1px solid #C4A23D;
	font-family: arial, sans-serif;
	font-size: 12px;
}

