@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background: url(/images/home/footer_repeat.jpg) repeat;
}
p {
	margin: 0px;
	padding: 0px;
}
* hr {
	border: 0;
	color: #CCCCCC;
	height: 1px;
	width: 100%;
	background-color: #CCCCCC;
	margin: 5px 0px;
	padding: 0px;
}

* .clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
* strong {
	color: #97511A;
}


/* Footer styles */

#footer #footer_top_bar {
	background: url(/images/home/footer_top.jpg) repeat-x;
	height: 13px;
	font: 8px Arial, Helvetica, sans-serif;
}
#footer #footer_bot_bar {
	background: url(/images/home/footer_repeat.jpg) repeat;
}
#footer_content {
	display: block;
	margin: 0px auto;
	padding: 0px 0px 10px;
	width: 965px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
	color: #9C5925;
	text-decoration: underline;
}
a:visited {
	color: #9C5925;
	text-decoration: underline;
}
a:hover {
	color: #9C5925;
	text-decoration: underline;
}
#topbar #home img {
	margin: -3px 0px 0px;
	padding: 0px;
	height: 19px;
	width: 19px;
	vertical-align: text-top;
}

