body{
	background: url(../images/bodyBg_01.jpg) left top repeat-x #D6D4AB;
	margin: 0px;
}

#header{
	width:1200px;
	height: 266px;
	margin: 0px auto;
	background: url(../images/splash_01.png) top left no-repeat;
}

#wrapper{
	width: 1000px;
	position: relative;
	margin: 0px auto;
}

#bodyLeft{
	width: 550px;
	margin-top: 15px;
	float: left;
}

#bodyLeft li{
	list-style: none;
	list-style-image: url(../images/home_11.png);
	font-size: 34px;
	font-weight: bold;
	color: #3D3D3D;
	font-style:italic;
}

#bodyRight{
	padding-left: 25px;
	width: 400px;
	float: right;
}

#bodyRight p{
	font-size: 22px;
	font-weight: lighter;
	color: #3D3D3D;
	font-style:italic;
	line-height: 20px;
}

#aboutwrap{
	width: 100%;
	padding: 10px;
	background: url(../images/lines_07.png) top left no-repeat;
	padding-top: 20px;
}

#aboutbody h1{
	color: #386C21;
	font-weight: bold;
	font-style: italic;
	font-size:22pt;
	margin: 0px; 
}

#aboutbody p{
	font-size: 18px;
	font-weight: lighter;
	color: #3D3D3D;
	font-style:normal;
	margin: 0px;
}
#aboutfoot{
	background: url(../images/lines_10.png) bottom left no-repeat;
	height: 80px;
	position: relative;
	top: -50px;
}
#logo{
	clear: both;
	background: url(../images/home_34.png) top center no-repeat;
	width: 100%;
	height: 63px;
	text-align: center;
}
#testtitle{
	background: url(../images/home_08.png) top left no-repeat;
	width: 228px;
	height: 62px;
	position: relative;
	clear: both;
}
#abouttitle{
	background: url(../images/home_19.png) top left no-repeat;
	width: 109px;
	height: 33px;
}

#formbody{
	padding-top: 30px;
	background: url(../images/lline_03.png) top left no-repeat;
}

#formbody table p {
	font-size: 22px;
	font-weight: bold;
	color: #3D3D3D;
	font-style:italic;
	line-height: 20px;
}

#formfoot{
	width: 381px;
	background: url(../images/lline_04.png) top left no-repeat;
	height: 72px;
}
#testimonials{
	width: 100%;
	text-align: center;

}
#footer{
	width: 1000px;
	margin: 0px auto;
	background: url(../images/lines_12.png) top center no-repeat;
	min-height: 126px;
	text-align: center;
	padding-top: 25px;
	clear: both;
	position: relative;
	top: 25px;
}
/*----------CLASSES----------*/

.user{
	border: solid medium #5c5d3b;
	margin-bottom: 5px;
}

.Field{
	padding: 10px;
	width: 300px;
	height: 35px;
	margin-bottom: 10px;
	border: #7B7B7B solid thin;
	color: #505050;
}
/*---------END CLASSES----------*/


/*----------Text Styles----------*/

h1{
	color: #386C21;
	font-weight: bold;
	font-style: italic;
	font-size:30pt;
}

h2{
	text-align: center;
	color: #386C21;
	font-weight: bold;
	font-style: italic;
	font-size:40pt;
	margin-bottom: 0px;
}

p {
	font-size: 18px;
	font-weight: lighter;
	color: #3D3D3D;
	font-style:normal;
	line-height: 20px;
	margin: 0px;
}

/*---------END Text Styles----------*/
a{
	font-size: 18px;
	text-decoration: none;
	color: #386C21;
}
a:active{
	font-size: 18px;
	text-decoration: none;
	color: #386C21;
}
a:visited{
	font-size: 18px;
	text-decoration: none;
	color: #386C21;
}
a:hover{
	font-size: 18px;
	text-decoration: none;
	color: #386C21;
}