@charset "utf-8";
#footer {
	text-align: center;
	padding: 10px;
	clear: both;
	background-image: url(../images/footerbackground.jpg);
	width: 760px;
	height: 15px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#footer a {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#footer a:hover {
	font-size: 12px;
	color: #FF0000;
}
