body {
	font-family: trebuchet MS;
	background: #000000;
	text-align: center;
	padding-top: 25px;
}

#backdrop {
	margin: 0px auto;
	padding: 1px;
	background:#FFFFFF;
	width: 602px;
	text-align: center;
}

#homeheader {
	margin: 0px auto;
	width: 600px;
	height: 260px;
	background: url(/images/homeheader.jpg);
}

#menu {
	margin: 0px auto;
	width: 600px;
	height: 25px;
}

#menu ul {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
}

#menu li {
	display: inline;
}

#menu a {
	background: url(/images/menubg.jpg);
	display: block;
	float: left;
	width: 100px;
	height 25px;
	text-align: center;
	text-decoration: none;
	padding: 2px 0px 0px 0px;
	color: #000000;
}

#menu a:hover {
	background: url(/images/menubghover.jpg);
	font-weight: bold;
	color: #FFFFFF;
}

#newsentryheader {
	margin: 1px auto 0px auto;
	width: 600px;
	height: 25px;
	color: #CCCCCC;
	background: url(/images/newsentryheader.jpg);
	background-repeat: norepeat;
	text-align:left;
}

#newsentryheader a {
	color: #AAAAAA;
	font-weight: bold;
	text-decoration: none;
}

#newsentryheader a:hover {
	color: #CFCFCF;
}

#newsentryheader div.title {
	color: #AAAAAA;
	padding-left: 3px;
	position: relative;
	top: 7px;
	font-weight: bold;
	font-size: 14px;
}

#newsbody {
	width: 596px;
	background-color: #2C2C2C;
	color: #AAAAAA;
	font-size: 12px;
	text-align: left;
	padding: 2px;
	margin: 0px auto 0px auto;
}

#newsbody a {
	color: #AAAAAA;
	font-weight: bold;
	text-decoration: none;
}

#newsbody a:hover {
	color: #CFCFCF;
}

#newsentryfooter {
	margin: 0px auto 1px auto;
	width: 600px;
	height: 25px;
	color: #CCCCCC;
	background: url(/images/newsentryfooter.jpg);
	background-repeat: norepeat;
	text-align: center;
}

#footer {
	width: 600px;
	background-color: #2C2C2C;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin: 1px auto 1px auto;
}