@charset "UTF-8";
/* CSS Document */

ol
{
	width: 30em;  /* room for 3 columns */
	list-style-type: none;
}
ol li
{
	float: left;
	width: 10em;
}
/* stop the floating after the list */
br
{
	clear: left;
}
/* anchor styling */
ol li a
{
	display: inline;
	width: 7em;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #333333;
}
ol li a:hover
{
	color: #FFF; /* white */
	background-color: #999999; /* brown */
}
#footer {
	height: 125px;
	background-color: #F2F2F2;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}
#repeat_footer {
	background-color: #F2F2F2;
	height: 125px;
	clear: both;
	padding-top: 10px;
}
#wrapper/* separate the list from what follows it */

{
	margin-bottom: 1em;
	height: 100px;
	width: 400px;
	float: left;
	background-color: #F2F2F2;
}
#footer #footer_right {
	margin: 0px;
	float: right;
	height: 100px;
	width: 475px;
	background-color: #F2F2F2;
	clear: none;
}
#footer #footer_right #keepintouch {
	float: right;
	height: 90px;
	width: 220px;
	background-color: #F2F2F2;
	clear: none;
	margin-top: -58px;
}
p {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#footer #wrapper img {
	margin-left: 35px;
}
