/* CSS Document */

body,td,th {
	font-family: Lucida Sans;
	font-size: 12px;
}
body {
	background-color: #000000;
}

a:link {
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC33;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FFCC33;
}


#Banner {
	position:absolute;
	left:40px;
	top:20px;
	width:700px;
	height:150px;
	z-index:1;
}

#Menu {
	position:absolute;
	left:40px;
	top:200px;
	width:167px;
	height:332px;
	z-index:2;
	font-family: Lucida Sans;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#Main {
	position:absolute;
	left:250px;
	top:200px;
	width:470px;
	height:1100px;
	z-index:3;
	font-family: Lucida Sans;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}

