body
{
	font-size: small;
	color: white;
	font-family: Verdana, Arial, Helvetica;
	background: #000000 url(/images/splash-new.jpg) no-repeat top center;
}

#nav a {
	width: 130px;
	padding: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border: 5px double #ffffff;
	background: #000000 url(/images/off_bg.gif) repeat-x top left;
}
#nav a:hover {
	width: 130px;
	color: #000000;
	font-weight: bold;
	border-color: #ffffff;
	background: #ff7f00 url(/images/on_bg.gif) repeat-x top left;
}