#containerDiv {
	position: absolute;
	z-index: 0;
	width: 900px;
	top: 0px;
	margin-left: -450px;
	background-image: url(jpegs/page-background.jpg);
	left: 50%;
}
#logo-navDiv {
	width: 250px;
	margin-left: -450px;
	position: absolute;
	z-index: 1000;
	left: 50%;
	top: 0px;
	background-image: url(jpegs/c-horse-logo.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-top: 140px;
	background-position: center top;
}
#sidebarDiv {
	width: 250px;
	position: absolute;
	z-index: 30;
	top: 330px;
	left: 0px;
	background-color: #FFF;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 9px;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 9px;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #900;
	padding-bottom: 3px;
	padding-top: 6px;
}




.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 9px;
	padding-right: 9px;
}
.body-text-bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #900;
	text-align: right;
	padding-right: 6px;
	font-weight: bold;
}

.body-bold-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	color: #000;
	font-weight: bold;
	padding-bottom: 12px;
}
.contact-blurb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #900;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-bottom: 6px;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #900;
	text-align: center;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 6px;
}
.quote-author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
	text-align: right;
}
.quote-with-line {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #900;
	text-align: center;
	font-weight: bold;
	padding-bottom: 9px;
	padding-top: 12px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
.quote-author-with-line {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #900;
	text-align: right;
	padding-bottom: 12px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-right: 12px;
}


.image-background {
	background-color: #AF5F3C;
	border: 2px solid #FFF;
	text-align: center;
}
.testimonial-background {
	border: 2px solid #900;
	text-align: center;
}
.testimonial-body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #900;
	text-align: center;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
}
.testimonial-author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: right;
	padding-right: 6px;
	padding-top: 6px;
}
.video-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #900;
	text-align: center;
	line-height: 20px;
}
