@charset "utf-8";
/* CSS Document */

#Footer {
	float: left;
	clear: left;
	height: 180px;
	width: auto;
	padding-left: 120px;
	border: 0;
	background: none;
}

#Footer ul {
	width: 800px;
}

#Footer ul li {
	float: left;
	clear: none;
	border-right: #999 1px solid;
	padding: 0 10px;
	text-align: center;
	list-style-type: none;
}

#Footer ul li a img {
	border: 0;
}

#Footer ul li.last {
	border: 0;
}

#Footer p {
	float: left;
	clear: left;
	width: 800px;
	text-align: center;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #999;
}

#Footer p a {text-decoration: none; color: #999;}