body {
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
}
h2 {
	font-size: 1.5em;
	color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#wrapper {
	display: block;
	padding: 0 0 0 0;
	position: absolute;
	width: 735px;
	height: 506px;
	left: 50%;
	top: 50%;
	margin: -270px 0 0 -368px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#branding {
	display: block;
	left: 0px;
	width: 735px;
	margin: 0 0 10px 0;
	text-align: left;
	color: #B6B6B6;
	position: absolute;
	height: 165px;
	top: -27px;
}

#content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	position: absolute;
	left: 475px;
	top: 166px;
	height: 340px;
	width: 259px;
	line-height: 1.5em;
	background-color: #000000;
}
#content a {
	text-decoration: none;
}
#picture {
	background-color: #000000;
	display: block;
	position: absolute;
	left: 0px;
	top: 165px;
	height: 346px;
	color: #CCCCCC;
	font-size: 12px;
	line-height: 1.5em;
	width: 462px;
}
#picture a {
	text-decoration: none;
	color: #000000;
}
div#navcontainer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: absolute;
	right: 0px;
	margin: 0;
	margin-bottom:15px;
	padding:10px;
	top: 124px;
	width: 715px;
	text-align: center;
	background-color: #000000;
}

div#navcontainer ul
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#navcontainer h2
{
	padding: 4px;
	text-align: center;
}

div#navcontainer ul li
	{
	display: inline;
	margin: 0;
	}

div#navcontainer ul li a
{
	color: #CCCCCC;
	margin: 0;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
	background-color: #000000;
}

div#navcontainer ul li a:hover
{
	background-color: #00CCFF;
	color: #333333;
	border-bottom:1px solid #00CCFF;
}

#footer {
	display: block;
	position: absolute;
	left: -9px;
	top: 528px;
	width: 635px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	margin: 0 50px 0 50px;
}


#mailform label {
	display: block;
	float: left;
	margin: 0px;
	padding: 0 10px 0 0;
	text-align: right;
	width: 250px;
}
