body
{
	background-color: black;
	color: white;
	font-family: verdana,helvetica,serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

/* layout */
#head
{
	background-color: #333;
	color: #CCC;
	font-family: Tahoma,Trebuchet,sans-serif;
	padding: 10px 0px 0px 0px;
	border-top: 1px blue solid;
	text-align: center;
}

#nav
{
	text-align: center;
	background-color: blue;
	border-bottom: 1px black solid;
}

#content
{
	width: 805px;
	margin: 0 auto;

}

#contentLeft
{
	float: left;
	width: 390px;
	font-size: 90%;
}

#contentRight
{
	margin-left: 410px;
	font-size: 90%;
}

div#bannerimages
{
	border-bottom: white;
	border-width: 0 0 2px 0;
	border-style: none none solid none;
	margin: 0 auto;
}

div#bannerimages img
{
	display: inline;
	margin: 0 0 15px 0;
}

#footer
{
	text-align: center;
	font-size: 90%;
	border-top: 1px solid blue;
	clear: both;
}

#footer LI
{
	display: inline;
	padding: 0 2.5em;
	margin: 0;
	white-space: nowrap;
}

#content A, #footer A
{
	color: #39F;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

#content A:hover, #footer A:hover { border-bottom: 1px dotted #39F; }



/* layer-specific content */
#nav A
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	padding-right: 2em;
	text-transform: lowercase;
}

#nav A:hover { color: #CCC; }
