#footer {
	margin-top: 200px;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #0066CC;
	border-bottom-color: #0066CC;
	height: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	margin-bottom: 20px;
}
#footer li {
	display: inline;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #000000;
}
 
#footer a:hover {
	color: #0066FF;
}
