#foot {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E14302;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color: #E14302;
	margin-top: 10px;
	padding-top: 10px;
	clear: both;
	float: left;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#foot a {
	color: #E14302;
	text-decoration: none;
}
#foot a:hover {
	color: #FF0000;
	text-decoration: underline;
	position: relative;
	top: 1px;
}

