@charset "UTF-8";
/* CSS Document */

#footer {
	clear: both;
	text-align: center;
	background-color: #736D53;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #FFF;
	display: block;
	margin: 0px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #CF0;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

