@charset "utf-8";

#Header {
	position:absolute;
	left:10px;
	top:10px;
	width:805px;
	height:140px;
	z-index:1;
	background-color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #999;
	text-align: center;
	border: 1px;
	border-color: #969;
	border-style: solid;
	letter-spacing: 3px;
}

#Header h1 {
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
	color: #969;
	letter-spacing: 6px;
	line-height: 32px;
	font-weight: normal;
}
#Header p {
	color: #969;
	font-size: 14px;
	line-height: 42px;
	letter-spacing: 4px;
	text-align: center;
}
#NavBar {
	position:absolute;
	left:10px;
	top:150px;
	width:805px;
	height:20px;
	z-index:2;
	border: 1px;
	border-color: #969;
	border-style: solid;
	background-color: #000000;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 3PX;
	color: #969;
	font-family: Verdana, Geneva, sans-serif;
}
#Content {
	position:absolute;
	left:10px;
	top:180px;
	width:805px;
	height:410px;
	z-index:3;
	background-color: #000000;
	border: 1px;
	border-color: #969;
	border-style: solid;
	text-align: center;
	overflow: auto;
}
#Content  p {
	font-size: 14px;
	font-weight: normal;
	color: #999;
	text-align: left;
}
body div {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #969;
	text-align: center;
	width: 780px;
	padding: 5px;
}

#Footer {
	position:absolute;
	left:10px;
	top:580px;
	width:805px;
	height:15px;
	z-index:4;
	font-size: 12px;
	text-align: center;
	border: 1px;
	border-color: #969;
	border-style: solid;
	background-color: #000000;
	color: #999;
}
#Content h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	text-align: center;
	letter-spacing: 3px;
}


h1 {
	font-size: 24px;
	color: #969;
}

h2 {
	font-size: 24px;
	color: #999;
	line-height: 3px;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: center;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #999;
}
body {
	background-color: #000;
	text-align: center;
	vertical-align: middle;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #969;
	text-decoration: none;
}
a:active {
	color: #969;
	text-decoration: none;
	text-align: center;
}

