body {
	margin:0px;
	padding:0px;
	background-color:#521301;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
p, h1, h2, h3, h4 {
	font-weight:normal;
	margin:0px;
}
h1, h2, h3, h4 {
	font-family:"Times New Roman", Times, serif;
	color:#521300;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
}
hr {
	border-top:solid 1px #521300;
	border-bottom:solid 1px #E8CD9D;
	border-left:solid 1px #E8CD9D;
	border-right:solid 1px #E8CD9D;
}

/*** MAIN / CONTAINER DIVS ***/

#main_top {
	width:100%;
	background-image:url(../images/home/repeat_top.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#753D00;
	clear:both;
}
#bar {
	position:absolute;
	top:30px;
	left:0px;
	right:0px;
	width:100%;
	height:88px;
	background-image:url(../images/home/repeat_stripe.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	z-index:1;
}
#container_top {
	position:relative;
	width:787px;
	margin:auto;
	z-index:10;
}
#main_btm {
	width:100%;
	min-height:165px;
	background-image:url(../images/home/repeat_btm.jpg);
	background-repeat:repeat-x;
	clear:both;
}
/*** PARTS ***/

#top {
	width:787px;
	height:91px;
	background-image:url(../images/home/top.png);
	background-repeat:no-repeat;
	clear:both;
}
#nav {
	width:787px;
	height:47px;
	clear:both;
}
#content_container {
	width:787px;
	background-image:url(../images/interior/repeat_column.jpg);
	background-repeat:repeat-y;
}
#content_container2 {
	width:787px;
	background-image:url(../images/interior/content_btm.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#content_left {
	width:20px;
	height:505px;
	background-image:url(../images/interior/content_left.jpg);
	background-repeat:no-repeat;
	float:left;
}
#content_right {
	width:20px;
	height:505px;
	background-image:url(../images/interior/content_right.jpg);
	background-repeat:no-repeat;
	float:right;
}
#content_center {
	width:747px;
	background-image:url(../images/interior/content_top.jpg);
	background-repeat:no-repeat;
	float:left;
}
#title {
	width:670px;
	margin:auto;
	clear:both;
}
#content {
	width:670px;
	margin:auto;
}

/*** TWO COLUMN ***/

#content_2c_container {
	width:670px;
	margin:auto;
	background-image:url(../images/side/side_repeat.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
#top_2c {
	width:670px;
	background-image:url(../images/side/side_top.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
#btm_2c {
	width:670px;
	background-image:url(../images/side/side_btm.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#left_2c {
	width:440px;
	float:left;
}
#right_2c {
	width:190px;
	margin:15px;
	float:right;
	color:#E8CD9D;
}
#right_2c h2, #right_2c h1, #right_2c h3, #right_2c h4, #right_2c a:link, #right_2c a:hover, #right_2c a:active, #right_2c a:visited, #right_2c a:visited:hover, .testimonial_bottom h1, .testimonial_bottom h2, .testimonial_bottom h3, .testimonial_bottom a:link, .testimonial_bottom a:hover, .testimonial_bottom a:active, .testimonial_bottom a:visited, .testimonial_bottom a:visited:hover {
	color:#E8CD9D;
}
#right_2c blockquote {
	margin:0 0 0 10px;
}

/*** FOOTER ***/

#footer {
	position:relative;
	background-image:url(../images/interior/footer_cap.jpg);
	background-repeat:no-repeat;
	width:787px;
	margin:auto;
	padding-top:50px;
	text-align:center;
	font-size: 10px;
	color: #753E00;
}
a.footer:link {
	color: #753E00;
	text-decoration: none;
}
a.footer:hover {
	color: #753E00;
	text-decoration: underline;
}
a.footer:active {
	color: #753E00;
	text-decoration: none;
}
a.footer:visited {
	color: #753E00;
	text-decoration: none;
}
a.footer:visited:hover {
	color: #753E00;
	text-decoration: underline;
}
/*** TEXT / LINKS ***/

a:link {
	color:#521300;
	text-decoration: underline;
}
a:hover {
	color:#521300;
	text-decoration: underline;
}
a:active {
	color:#521300;
	text-decoration: none;
}
a:visited {
	color:#521300;
	text-decoration: underline;
}
a:visited:hover {
	color:#521300;
	text-decoration: underline;
}

/*** CLASSES ***/
.side_callout {
	border:double 3px #000;
	background-color:#723E0C;
}
.frame {
	border:double 3px #521300;
}

/*** TESTIMONIALS ***/
.testimonial_container {
	width:594px;
	margin:10px auto;
	background-image:url(../images/interior/testimonial_repeat.jpg);
	background-repeat:repeat-y;
}
.testimonial_top {
	width:594px;
	background-image:url(../images/interior/testimonial_top.jpg);
	background-repeat:no-repeat;
}
.testimonial_bottom {
	width:564px;
	padding:10px 15px 20px 15px;
	background-image:url(../images/interior/testimonial_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#E8CD9D;
}