/* 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;
	}
#footerCol1 {
	width: 150px;
	float: left;
	margin-top: 20px;
	margin-bottom: 0px;
	line-height: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #807865;
}
#footerCol2 {
	width: 100px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footerCol3 {
	width: 275px;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 10px;
	float: left;
	margin-left: 30px;
	line-height: 18px;
}
#footerCol4 {
	width: 300px;
	float: left;
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 18px;
}
#footerCol5 {
	width: 840px;
	margin-left: 30px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
}
