body {
	background-color: #000;
	color: #fff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin: 0;
}

#container {
	width: 799px;
	height: 752px;
	margin: 10px auto 0;
	padding: 0;
	background: url(../images/bg1.jpg) no-repeat 0 50px;
}

#header {
	float: left;
	width: 799px;
	height: 160px;
	background: url(../images/logo.png) no-repeat 360px;
}

#content {
	float: left;
	width: 468px;
	height: 468px;
	margin: 15px;
	text-align: left;
	background: url(../images/content.png) repeat;
	border: 1px solid #fff;
}

#navigation {
	float: left;
	width: 269px;
	height: 470px;
	margin: 15px;
}

#footer {
	float: left;
	width: 769px;
	height: 60px;
	padding: 0;
	margin: 15px;
	text-align: left;
}

table.nav {
	border-style: none;
}

td.nav {
	font-size: 14px;
	border: 1px solid #fff;
	text-transform: uppercase;
	text-align: left;
}

a.nav:link, a.nav:visited, a.nav:active {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
}

a.nav:hover {
	color: #1f4396;
	text-decoration: none;
	display: block;
}

.headingBlue {
	color: #5100ff;
	font: bold 22px "Courier New", Courier, mono;
}

.headingWhite {
	color: #fff;
	font: bold 22px "Courier New", Courier, mono;
}

.headingRed {
	color: #f00;
	font: bold 22px "Courier New", Courier, mono;
}

.midRed {
	color: #f00;
	font: bold 18px "Courier New", Courier, mono;
}

.midBlue {
	color: #5100ff;
	font: bold 18px "Courier New", Courier, mono;
}

.midWhite {
	color: #fff;
	font: bold 18px "Courier New", Courier, mono;
}

#pane1{
	width: 450px;
	height: 300px;
	margin-left: 10px;
	padding-top: 10px;
	overflow: auto;
}

#pane2{
	width: 450px;
	height: 380px;
	margin-left: 10px;
	padding-top: 10px;
	overflow: auto;
}

.download:link, .download:visited, .download:active {
	color: #fff;
	text-decoration: underline;
}

.download:hover {
	color: white;
	text-decoration: underline;
}