#container
{
	margin: 13px auto;
	width: 982px;
	text-align: left;
	background-color: #000000;
	border: 1px solid #eeeeee;
	color:#ff000000;
}
#container2
{
	width: 980px;
	text-align: left;
	background-color: #000000;
	border: 1px solid #eeeeee;
	color:#ff0000;
	height: 600px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}
#header
{
	margin: 6px auto;
	width: 980px;
	text-align: center;
	vertical-align: middle;
	color:#ff0000;
	background-color: #000000;
	border-bottom: solid 2px #fff;
}
#leftnav
{
       width: 120px;
	   height: 325px;
       text-align:left;
	   vertical-align: middle;
       background-color:#000000;
       float:left;
       padding: 10px;
       color:#ff000000;
       margin-right: 15px;
}
#body
{
       width: 700px;
       text-align:left;
       background-color:#000000;
       float:right;
       padding: 0;
       color:#ffffff;
}
body
{	
	background-color: #000000;
	color:#ffffff;
}
h1
{
	font-size:36px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* Drop Down Menu CSS */
dl, dt, dd, ul, li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu 
{
	position:static;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%; /* precision for Opera */
	height: 25px;
}
#menu dl 
{
	float: left;
	width: 12em;
}
#menu dt 
{
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #000000;
	border: 1px solid gray;
	margin: 1px;
}
#menu dd 
{
	display: none;
	border: 1px solid gray;
	position:absolute;
	width:190px;
}
#menu li 
{
	text-align: center;
	background: #fff;
}
#menu li a, #menu dt a 
{
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus 
{
	background: #999999;
}
