body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f0d04;
	background-color: #e4d3b6;
	text-align:justify;
	position: relative;
}

body a {
	color: #55301e;
	text-decoration: none;	
}

.img_2 {
	padding: 5px 10px 5px 0px;
}

body a:hover {
	color: #1f0d04;
	text-decoration: underline;
}

#header {
	position: relative;
	height: 194px;
}

#main_container {
	width: 698px;
	margin: auto;
	position: relative;
	border: 1px solid #85715e;
	background:url(images/left_nav_bg.gif) repeat-y;
	background-color:#ffffff;
}

#body_container {
	position: relative;
	width: 698px;
}

#mainleft {
	width:122px;
	float:left;
	padding: 10px 10px 10px 20px;
	line-height: 30px;
	text-transform: uppercase;
}

#mainleft a {
	color: #1f0d04;
	text-decoration: none;
}

#mainleft a:hover {
	color: #1f0d04;
	text-decoration: underline;
}

#maincenter {
	position:relative;
	width:326px;
	float:left;
	padding: 20px  20px 20px 20px;
}

#mainright {
	width:180px;
	float:left;
	background:#fff;
	padding: 1px solid pink;
}

#mainright2 {
	width:180px;
	float:left;
	background-image:url(images/wood_overflow.jpg);
	background-repeat:repeat-y;
}

#footer {
	background-color: #e4d3b6;
	font-size: 10px;
	text-align:center;
	color: #a38e6a;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #85715e;
}

#footer a {
	color: #a38e6a;
	text-decoration: underline;
}

#footer a:hover {
	color: #786544;
	text-decoration: underline;
}

.heading {
	font-size: 18px;
	text-transform: uppercase;
}

.highlight {
	text-transform: uppercase;
	font-weight: bold;
}

.testimonial_name {
	text-align: right;
	font-size: 10px;
	font-style:italic;
}

.sub-heading {
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;
}

.blurb_table {
	border-width: 1px 0px 0px 1px;
	border-color: #85715e;
	border-style: solid;
}

.blurb_table td {
	border-width: 0px 1px 1px 0px;
	border-color: #85715e;
	border-style: solid;
	padding: 2px;
	background-color:#FFFFFF;
}

.blurb_table th {
	background-color: #ad9c8c;
	border-width: 0px 1px 1px 0px;
	border-color: #85715e;
	border-style: solid;
	padding: 2px;
}

.clear {
	clear:both;
	font-size:.1em;
}
