.footer {
	margin: 0px;
	padding: 0px;
	
	padding-bottom: 50px;
	display: block;
	width: 900px;
		
	margin-left: auto;
	margin-right: auto;

	font-family: arial, sans-serif;
	text-align: center;
	font-weight: normal;
}

.footerTop {
	font-size: 12px;
	font-weight: normal;
	color: #39473a;
	
	height: 25px;
}

.footerBase, .footerBase a:link, .footerBase a:visited, .footerBase a:active {
	font-size: 11px;
	font-weight: normal;
	color: #62656a;

}
.footerTop a:link, a:visited, a:active {
	text-decoration: none;
	color: #6c964c;
}

.footerTop a:hover {
	text-decoration: underline;
	color: #6c964c;
}