
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #5f4126;
	margin: 0px;
	padding: 0;
}
p, h1, h2, h3 {
	padding: 0;
	margin: 0;
}
#wrapper {
	width: 999px;
	margin: 10px auto;
}
#column_wrapper {
	background-image:url(../images/contentbg.jpg);
	background-repeat: repeat-y;
}
#column_bottom {
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 8px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 780px;
	float: left;
}
#left {
	width: 219px;
	float: left;
}
#right .content {
	padding: 20px 50px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content{
	padding: 24px 20px 0 20px;
	font-size: 0.75em;
}

#left .content p{
	text-align:right;
	font-weight:bold;
	font-size:18px;
	color: #f9cda3;
}
#left .content p a:link{
	color: #f9cda3;
	text-decoration:none;
}
#left .content p a:visited {
	color: #f9cda3;
	text-decoration:none;
}
#left .content p a:hover {
	color: #fff;
}
#left .content p.sideaddress {
	font-size: 12px;
	margin-top: 100px;
}
/* css for unused bottom side address div */
#address {
	width: 999px;
}
#address p.menu{
	width: 199px;
	float:left;
	font-size:12px;
	padding-bottom: 10px;
}
#address p.menu a{
	text-decoration:underline;
}

#right a:link {
	color: #566F0B;
}
#right a:visited {
	color: #666666;
}
#right a:hover {color: #000000;}
h1 {
	font-size: 1.8em;
	margin: 0;
	padding: 20px 0;
	color: #5f4126;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
ol li {
	font-weight: bold;
}
ol li .listtext{
	font-weight: normal;
}

.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
.imgcenter  {
	text-align: center;
}
.imgleft  {
	float: left;
	margin: 5px 10px 10px 0;
}
.imgright  {
	float: right;
	margin: 5px 0 10px 10px;
}
div.testimonial {
	clear: both;
	margin: 20px 0;
	font-style: italic;
}
.content .leftspace  {
	margin-left: 50px;
}
