﻿#footer {
	clear: both;
	background-color: #E8E8E1;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: left;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
}
#footer p {
	font-size: 11px;
	color: #585745;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#footer a {
	color: #47b;
	text-decoration: underline;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}

