/* BEGIN FOOTER CSS */
/*this div contains the footer */
#footerwrapper{
	float:left;
	height: 25px;
	width: 780px;
	background-color: black;
}

#footercontent{
	float: left;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	width: 600px;
	margin-top: 5px;
	padding-left: 18px;
	border-right: 1px solid #FFF;
}

#contact a, #contact a:visited{
	float: right;
	width: 80px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #eac803;
	margin-top: 5px;
	margin-right: 22px;
	text-decoration: none;
}

#contact a:hover{
	color: #FFF;
}
/* END FOOTER CSS */
