/* CSS Document */

body,td,th {
	font-family: Lucida Sans;
	font-size: 12px;
}
body {
	background-color: #000000;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#Banner {
	position:absolute;
	left:40px;
	top:20px;
	width:700px;
	height:150px;
	z-index:1;
}

#Menu {
	position:absolute;
	left:40px;
	top:200px;
	width:167px;
	height:230px;
	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:240px;
	top:210px;
	width:470px;
	height:240px;
	z-index:3;
	font-family: Lucida Sans;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}

#Update {
	position:absolute;
	left:40px;
	top:480px;
	width:275px;
	height:40px;
	z-index:4;
	font-family: Lucida Sans;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 35px;
}

#Counter {
	position:absolute;
	left:580px;
	top:475px;
	width:130px;
	height:36px;
	z-index:5;
}


