@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/bg.jpg) repeat-x bottom #FEE67C;
	margin:0 auto;
	font:14px Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:18px;
	}
#header {
	height:263px;
	width:898px;
	margin:0 auto;
	border-right:1px solid #660E0C;
	border-left:1px solid #660E0C;
	 
	}
.nav {
	width:898px;
	height:40px;
	font-weight:bold;
	margin:0 auto;
	border-right:1px solid #660E0C;
	border-left:1px solid #660E0C;

	}
#content {
	 border-right:1px solid #660E0C;
	 border-left:1px solid #660E0C;
	 border-bottom:10px solid #660E0C;
	 width:898px;
	 margin:0 auto;
	 background-color:#FFFFFF;
	 text-align:left;
	 }
#testimonial {
	margin-top:20px;
	 border:1px solid #FEDF6B;
	 width:310px;
	 background-color:#FFFEEB;
	 text-align:left;
	 padding:10px;
	 }
h3.title {
	font-size:16px;
	margin:0 auto;
	padding-bottom:10px;
	text-align:center;
	border-bottom:1px solid #00713D;
	}
.green {
	color:#00713D;
	}
.bold {
	font-weight:bold;
	}
.f_left {
	 width:500px;
	 padding:10px;
	 float:left;
	 }
.f_right {
	float:right;
	width:350px;
	text-align:left;
	padding:10px;
	}
.f_leftp2 {
	 float:left;
	 width:350px;
	text-align:left;
	padding:10px;

	 }
.f_rightp2 {
	 width:500px;
	 padding:10px;
	float:right;
	}
.copyright {
	 font-size:10px;
	 color:#999999;
	 margin-top:5px;
	 }
a {
	color:#00713D;
	text-decoration:underline;
	}
a.on {
	color:#000000;
	text-decoration:none;
	}
a:hover {
	color:#00713D;
	text-decoration:none;
	}
.padding {
	padding:10px;
	}