body {
	margin: 0px;
	padding: 0px;
	background-color: #D2D1BB;
}
div#header {
	clear: both;
	height: 171px;
	background-color: #D2D1BB;
	padding: 1px;
}
div#left {
	float: left;
	width: 150px;
	background-color: #D2D1BB;
}
div#right {
	background-color: #D2D1BB;
	float: right;
	width: 150px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #9A9A68;
}
div#middle {
	padding: 0px 160px 5px 160px;
	margin: 0px;
	background-color: #D2D1BB;
}
div#footer {
	background-color: #D2D1BB;
	clear: both;
}
.content-regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content-regular-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.testimonial {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-style: italic;
	color: #770000;
}
.footer-text {

	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-style: normal;
	color: #770000;
}
.content-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #790102;
}
.content-regular10 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.content-regular-bold10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
