#footer {
	margin: 0px auto;   /* align for good browsers */
	clear: both;
	position: relative;
	background-color: #DDDDDD;
	padding: 0px;
	color: #000000;
	height: 15px;
	width: 762px;
	font-family: Verdana;
	font-size: 10px;
}

#footer .footerleft{
	margin-top: 1px;
	margin-left: 5px;
	display: block;
	float: left;
	font-size: 9px;
}

#footer a, #footerleft a:visited{
	text-decoration: none;
	color: #000000;
}

#footer a:active, #footer a:hover{
	text-decoration: underline;
	color: #000000;
}

#footer .footerright{
	margin-top: 1px;
	margin-right: 5px;
	display: block;
	float: right;
	font-size: 9px;
}