@charset "utf-8";
/* CSS Document */
#footer {
	font-size: x-small;
	clear: both;
	height: 25px;
	padding-right: 5px;
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-image: url(../Images/footer-logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 25px;
}
#footer img {
	float: left;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	display: inline-block;
	text-decoration: none;
	color: #999999;
	padding-left: 15px;
	font-weight: normal;
}
#footer ul li a:hover {
	color: #000033;
}
