/* CSS Document */

/*---------------------------------footer-----------------*/

#footer {
	width:800px;
	font-size: 11px;
	color: #807865;
	padding: 0px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #807865;
	border-right-color: #807865;
	border-bottom-color: #807865;
	border-left-color: #807865;
	}
#footer a {
	color: #807865;
	text-decoration: none;
	font-size: 11px;
}
#footer a:hover{
	text-decoration:underline;
	}
