@CHARSET "UTF-8";
#foot {
	border-top: 7px solid #b6b5b3;
}
#foot .inner {
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
}
#foot .inner, #foot .inner a {
	font-family: Arial;
	color: #a8a8a8;
}
#foot .inner a:hover {
	color: #666666;
  text-decoration: underline;
}