/* CSS Document */

#footer {
	width: 801px;
	margin: 0 auto;
	text-align: center;
	background-color: #89786c;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #000000;
	border-bottom-color: #000000;
	font-size: small;
	font-style: normal;
	color: #FFFFFF;

