body
{
	text-align: center;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 10px;
	font-family: Verdana;
	width: 100%;
	height: 100%;
	background-color: #000000;
}

a
{
	color: #000000;
	text-decoration: none;
}

.spacer
{
	height: 25px;
}


#box
{
	margin: 8px auto 0 auto;
	padding: 0;
	background-color: #000000;
	width: 800px;
	text-align: left;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


#header
{
	height: 227px;
	background-color: #000000;
}

#header h1
{
	display: none;
}

#menu
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: left;
}

#menu li
{
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#menu a
{
	width: 160px;
	height: 18px;
	color: #FFFFFF;
	background-color: #000000;
	display: block;
}


#menu a:hover, #menu a:active
{
	font-weight: bold;
	color: #000000;
	background-color: #666666;
	text-decoration: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: none;
	border-color: #000000;
	outline-color: #000000;
	outline-style: none;
}

#menu .first
{
	width: 160px;
}

#body
{
	padding: 0px 12px 10px 12px;
	margin: 0;
	clear: both;
	border-top: 1px solid #d0d0d0;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top right;
	color: #CCCCCC;
}

#body h2
{
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #000000;
}

#body h3
{
	font-size: 14px;
	text-align: center;
}

#body h4
{
	font-weight: bold;
}

/* Footer area. */
#footer
{
	text-align: center;
	border-top: 1px solid #999;
	background-color: #000000;
	margin: 0;
	padding: 2px 8px 2px 8px;
}

