a {
	padding-right: 10px;
	display: block;
	float: left;
	clear: none;
	width: 120px;
	height: 50px;
	padding-left: 10px;
}


#nav_links {
	width: 925px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	height: 60px;
	text-align: center;
	line-height: 15px;
}


#nav_links a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	display: block;
	}

#nav_links a:visited {
font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	display: block;
	}
	
#nav_links a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #333333;
	display: block;
	height: 50px;
	}

#nav_links a:active {
	}body {
	background-color: #000000;
}

