#footer {
	width:740px;
	margin: 0px;
	padding: 5px;
	height: 10px;
	background-color: #CCCCCC;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: right;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#footer a:link {
	color: #333333;
}
#footer a:visited {
	color: #333333;
}
#footer a:hover {
	color: #FF9900;
}
