body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: .05em;
	line-height: 125%;
}
body {
	background-color: #000000;
	background-image: url(pix/blueback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
a:link {
	color: #F34A05;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F34A05;
}
a:hover {
	text-decoration: underline;
	color: #6EBDF4;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
#headerLayer {
	position:absolute;
	width:200px;
	height:115px;
	layer-background-color:#CCCCCC;
	border:1px none #000000;
	z-index:1;
	left: 21px;
	top: 15px;
}
#contentLayer {
	position:absolute;
	width:484px;
	height:386px;
	z-index:2;
	left: 195px;
	top: 162px;
}

#content {
	background-image: url(pix/content-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 477px;
	padding-top: 5px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #999999;
}

#content p {
	margin: 10px;
}

#footer {
	position:absolute;
	width: 700px;
	left: 1px;
	top: 562px;
	text-align: right;
	font-size: 10px;
	color: #CCCCCC;
	letter-spacing: normal;
	
}

#footer a {
	color: #FFFFFF;
}

.nav {
	letter-spacing: 0.1em;
	font-size: 14px;
	text-align: center;
	color: #A6A7A7;
	margin-bottom: 5px;
}