#footer {
	width: 990px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	float: left;
	list-style-type: none;
	border: 1px solid #666666;
	height: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #eeeeee;
	width: 196px;
}

#footer a:link, #footer a:visited {
	display: block;

	color: #666666;
	text-align: center;
	text-decoration: none;
	margin-top: 3px;
}
#footer a:hover{
	display: block;

	color: #000000;
	text-align: center;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

