body,td,th {color: #990000; background-color: #000000;}
a:link {color: #990000;text-decoration: none;}
a:visited {color: #990000;text-decoration: none;}
a:hover {color: #660099;text-transform: uppercase;}
a:active {color: #990000;text-decoration: none;}

#header {
	padding: 0 0 17px 0;
	width: 730px;
	position: inherit;
}

#menu{
	float: left;
	width: 140px;
	text-align: center;
}

#main {
	text-align: center;
	float: left;
	width: 580px;
	margin-left: 10px;
}

#main a {text-decoration: underline;}
#main a:hover {text-transform: none;}

#footer {
	padding: 20px 0 0 0;
	background: url(divide.gif) repeat-x;
	margin-top: 16px;
	font-size: 9px;
}

