/* Horse Bits CSS Document */
html, body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	min-height: 100%;
	margin: 0 0 1px;
}
p, h1, h2, h3 {
	padding: 0 0 10px;
	margin: 0;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 15px;
	padding: 0 0 2px;
}
a:link, a:visited {
	color: #8cb57b;
}
a:hover, a:active {
	color: #000000;
}
#middle {
	width: 950px;
	margin: auto;
}
.header-bg {
	background: #8cb57b;
	height: 83px;
}
#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 250px;
	height: 75px;
	line-height: 75px;
}
.content-padding {
	text-align: justify;
	line-height: 18px;
	padding: 20px;
	margin: 20px 0;
	border-top: 1px dotted #8cb57b;
	border-bottom: 1px dotted #8cb57b;
}
.bits-padding {
	padding: 0 0 0 30px;
}
/*.left-block {
	float: left;
	width: 620px;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
}
.right-block {
	float: left;
	width: 250px;
}
.clear {
	font-size: 0;
	height: 0;
	line-height: 0;
	clear: left;
}*/
.footer {
	text-align: center;
	line-height: 25px;
	padding: 0 0 20px;
}