﻿body 
{
	background: Black;
	font-family: Arial, Sans-Serif;
}
h1
{
	font-size: 1.5em;
	color: #4a4a4a;
	border-bottom: solid 2px #868686;
	margin-bottom: 10px;
}
ul.mainMenu
{
	float: right;
	padding: 0;
	list-style: none;
}
ul.mainMenu li
{
	float: left;
	margin-right: 16px;
}
ul.mainMenu li a
{
	font-size: 12pt;
	text-decoration: none;
	color: Black;
}
#header
{
	height: 20px;
	
}
#header #back
{
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 100%;
	background-color: Black;
	opacity: 0.5;
    moz-opacity: 0.5;
    khtml-opacity: 0.5;
    filter:alpha(opacity=50);
    z-index: 1;
}
#header #navContent
{
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 100%;
    z-index: 2;
}
ul.mainMenu li a
{	
	padding: 10px 10px 5px 10px;
	color: White;
	font-size: 11pt;
	line-height: 22px;
}
ul.mainMenu li a:hover
{
	background-color: Black;
}

#footer
{
	color: Black;
	opacity: 0.5;
    moz-opacity: 0.5;
    khtml-opacity: 0.5;
    filter:alpha(opacity=50);
    padding-top: 50px;
    font-size: 10pt;
}
#footer a
{
	color: #959595;
}