#FooterWrapper {
	clear: both;
	height: 60px;
	width: 850px;
	margin-top: 0px;
	padding-top: 10px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#divFooter {
	color: #000000;
	border: 1px;
	border-color: #000000;
	font-size: 0.9em;
}
#divFooter a:link, #divFooter a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	font-weight: bold;
}
#divFooter a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}

