body {
	background-color: #000000;
}
#content {
	height: auto;
	width: 885px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 30px;
	width: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	text-transform: uppercase;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 30px;
	width: 885px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: 75px;
	text-align: center;
	text-transform: uppercase;
	background-repeat: no-repeat;
}
#head {
	background-image: url(../images/header.gif);
	height: 30px;
	width: 885px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#footer li{
	display: inline;
	list-style-type: none;
	list-style-image: none;
	padding-right: 40px;

}
#footer ul li a:link{
	color: #666666;
	text-decoration: none;
}
#footer ul li a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#footer ul li a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#footer ul li a:active {
	text-decoration: none;
	color: #666666;
}
