@charset "utf-8";
body {
	font-family: Arial, Verdana, sans-serif;
}
.container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background-image: url(../images/BG-header.jpg);
	background-repeat: no-repeat;
	height: 37px;
}
.content {
	background-image: url(../images/BG-leftpanel.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 800px;
}
.content a {
	color: #6F1E1A;
}

.left-panel {
	width: 239px;
	float: left;
}
.text {
	width: 503px;
	float: left;
	padding-right: 43px;
	padding-left: 15px;
	padding-bottom: 15px;
	min-height: 350px;
}
.home_image {
	width: 518px;
	float: left;
	padding-left: 15px;
	padding-bottom: 15px;
	text-align: center;
	margin-right: 28px;
	min-height: 350px;
}
.home_image img {
	border: 15px solid #CCD8CC;
	margin-top: 15px;
}


.testimonial {
	padding-top: 1px;
	padding-left: 15px;
	background-image: url(../images/BG-open-quote.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 488px;
	margin-top: 15px;
}
.testimonial-endquote {
	background-image: url(../images/BG-endquote.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 488px;
	padding-left: 15px;
	height: 25px;
}
.quotee {
	color: #828C80;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}

.footer {
	float: left;
	height: 60px;
	width: 800px;
	background-image: url(../images/BG-footer.jpg);
	background-repeat: no-repeat;
}
.footer_details {
	float: left;
	height: 20px;
	width: 800px;
	font-size: 10px;
	text-align: center;
}
.footer_details a {
	color: #990000;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	font-weight: lighter;
	color: #711E1A;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-size: 14px;
	color: #607860;
}

p {
	color: #666666;
	font-size: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
