#footer{
	background-image: url(img/footer_bg.png);
	background-repeat: repeat-x;
	height: 165px;
	color: #a2a2a2;
	padding-top: 16px;
}

#footer > div{
	margin: 0px auto 0px auto;
	max-width: 999px;
}

#footer ul{
	display: block;
	list-style-type: none;
	width: 200px;
	margin: 0px;
	margin-left: 330px;
	border-right: 1px dotted #595959;
	border-left: 1px dotted #595959;
	padding: 8px 10px 8px 10px;
	font-size: 12px;
}

#footer ul li{
	padding: 6px 0px 6px 0px;
	border-bottom: 1px solid #6c6c6c;
}

#infopic{
	margin-left: 12px;
	float: left;
	width: 205px;
}

#footer a {
	color: #a2a2a2;
	text-decoration: none;
}

#footer a:hover {
	color: #D49B00;
	text-decoration: underline;
}
