* { font-family: "Lucida Grande", Verdana, Geneva, Sans-Serif; }

body
{
	color: white;
	font-size: 12px;
	line-height: 1.5;
	background: #000;
	text-align: center;
}

p
{
	color: white;
	font-size: 12px;
}

ul,ol { font-size: 12px; }

#container
{
	width: 970px;
	height: auto;
	padding: 200px 0 0 0;
	background: url(layout/blackboardbg.gif) center 0 #242F2A;
	margin: 0 auto;
	text-align: left;
}

#header
{
	width: 970px;
	position: absolute;
	top: 0;
	height: 180px;
	display: block;
	background: black;
}

#header h1 { position: absolute; top: 5px; right: 0; font-size: 18px; color: #FFFFE9; }

/* #header h1 span { display: none; } */

#headerlogo { height: 180px; width: 300px; }


#navigation
{
	width: 120px;
	position: absolute;
	top: 40px;
	height: auto;
	right: 0;
	text-align: left;
	list-style: none;
}

#navigation li { display: inline; }
#navigation li a
{
	width: 110px;
	display: block;
	color: #38351F;
	font-size: 12px;
	font-weight: normal;
	margin-top: 1px;
	padding: 1px 5px;
	background: #FFFFE9;
}

#navigation li a:hover
{
	color: #FFFFE9;
	background: #38351F;
}

#main
{
	width: 970px;
	display: block;
	height: auto;
}

#mainbox
{
	width: 660px;
	min-height: 600px;
	float: left;
	padding-left: 100px;
}

#menubox
{
	width: 180px;
	float: right;
	padding: 10px 10px 0 0;
}

#footer
{
	font-size: 12px;
	width: 950px;
	padding: 10px;
	clear: both;
	float: none;
}

#footer p,#footer span,#footer a { color: #FFFFE9; }
#footer a:hover { color: white; }

hr
{
	border-width: 1px 0 0 0;
	border-color: #FFFFE9;
	border-style: solid none none none;
	margin: 10px 0;
}

h1,h2,h3,h4
{
	color: white;
	font-size: 20px;
	padding: 6px 0 2px 0;
	font-weight: normal;
}

h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

a
{
	color: #FFFFE9;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#menubox ul
{
	color: #FFFFE9;
	font-size: 12px;
	font-weight: normal;
	display: block;
}

#menubox ul li { margin-bottom: 5px; }

#menubox ul li a
{
	color: #FFFFE9;
	text-decoration: none;
	font-weight: normal;
}

#menubox ul li a:hover
{
	color: white;
	text-decoration: none;
	font-weight: normal;
}

.timestamp,.small
{
	font-size: 9px;
	color: #FFFFE9;
}

.timestamp { text-align: right; }
