body {
	
	background-color:#917f5e;
	border:0px;
	margin:0px;
	padding:0px;
}

.text {
	font-family: Trebuchet MS,arial;
	font-size: 11px;
	padding: 5px 10px 5px 10px;
}

.left-column {
	height:100%;
	background-image:url(images/background-left.gif);
	background-repeat:repeat-y;
	border:0px;
}

.main-area {
	width:900px;
	height:100%;
	background-color:white;
	border:0px;
}

.right-column {
	height:100%;
	background-image:url(images/background-right.gif);
	background-repeat:repeat-y;
	border:0px;
}

p {
	padding: 10px;
	font-family:Trebuchet MS,arial;
	font-size: 11px;
}

h1 
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 18px;
	padding:10px;
	color: #999966;
}

h2 
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 16px;
	padding:10px;
	color: #999966;
}

.footer 
{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 11px;
	padding: 3px;
	color: #7A6846;
}
.footer a{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 11px;
	padding: 3px;
	color: #7A6846;
	text-decoration: none;
}
.footer a:hover{
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 11px;
	padding: 3px;
	color: #CCCC99;
}

.graphic_links{
	padding: 3px 3px 3px 0px;
}

* {
margin:0;
padding:0;
}

#wrapper {
width:100%;
position:relative;
display:block;
}

#left {
position:absolute;
left:0;
right:50%;
top:0;
z-index:5;
background-image:url(images/background-left.gif);
	background-repeat:repeat-y;
}
#left p {
padding-right: 300px;
}

#center{
position:absolute;
left: 50%;
margin-left:-300px;
top:0;
width:900px;
background-color:white;
z-index:10;
}

#right {
position:absolute;
margin:0 auto;
top:0;
right:0;
left:50%;
z-index:1;
background-image:url(images/background-right.gif);
background-repeat:repeat-y;
}

#right p {
padding-left: 300px;
}

.testimonial{
	font-family: Trebuchet MS,arial;
	font-size: 12px;
	background-color: #efe5d7;
	padding: 10px;
	border: 5px;
	border-color: white;
}