#footer {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	padding: 10px;
	background-color: #F3F3F3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 20px;
	clear: both;
}
#footer a:link {
	color: #FF9900;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:active {
	color: #FF9900;
	text-decoration: underline;
}
#footer div.footer_left {
	float: left;
}
#footer div.footer_right {
	float: right;
}
