body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color:#666;
	background: #F4F4F4;
}
#container {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #7D946A;
	border-right:1px solid #7D946A;
	border-bottom:1px solid #7D946A;
}
#header {
	margin:0;
	border-bottom:1px dashed #9FAB7D;
}
#header p{
	margin:0;
}
#header p img{
	margin:0;
	border:none;
}
#content {
	clear:both;
	background:#FFF;
}
#left {
	float:left;
	display:inline;
	width:510px;
	padding:0 20px 0 20px;
	margin:0;
}
#left h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.6em;
	color:#7D946A;
	margin:0;
	padding:20px 0 20px 0;
}
#left p{
	line-height:1.8em;
	font-size:1.2em;
	margin:0 0 14px 0;
}
#left h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	color:#7D946A;
	margin:0;
	padding:10px 0 10px 0;
}
#left h2 a{
	text-decoration:none;
	color:#7D946A;
}
#left h2 a:hover{
	text-decoration:underline;
}
#left ul{
	font-size:1.2em;
}
#left ul li{
	line-height:1.9em;
}
#left ul li ul{
	font-size: 1.1em;
}
#left ul li ul li{
	line-height:1.9em;
	font-size: inherit;
}
#left p.msg{
	border: 1px solid #FEDE01;
	background: #FEF3CD;
	margin:20px 0 14px 0;
	padding: 4px 4px 4px 22px;
}
#left p img {
	border: 1px solid #CCC;
	padding:4px;
	margin:4px;
	float:right;
	
}
#left ul.column{
	float: left;
	width: 160px;
	margin-right: 20px;
	
}
#left ul.column li{
}
#right {
	float:left;
	display:inline;
	width:300px;
	margin:0;
}
#right ul{
	color:#869C75;
	margin:30px 0 0 46px;
	padding:18px 0 0 32px;
	height:273px;
	background:url(../images/nav-bg.jpg) no-repeat;
}
#right ul li{
	margin:0;
	padding:0 0 0 6px;
	font-size: 1.4em;
	line-height:1.5em;
	font-weight: bold;
}
#right ul li a{
	display:block;
	width:170px;
	text-decoration: none;
	color: #58763F;	
}
#right ul li a:hover{
	text-decoration: underline;
	color: #58763F;	
}
#background {
	min-height: 336px;
	background-image: url(../images/tulips-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	clear:both;
	margin:0;
}
div.testimonials {
	border:1px dashed #7D946A;
	float:left;
	display:inline;
	width:405px;
	margin:50px 20px 0 50px;
}
div.testimonials p{
	font-size:1.1em;
	line-height:1.6em;
	padding:6px 20px 20px 20px;
	margin:0;
}
div.testimonials h2{
	font-size:1.4em;
	padding:0 20px 0 20px;
	margin:20px 0 0 0;
	color:#7D946A;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#copyright {
	height:40px;
}
#copyright p {
	font-size:1.0em;
	margin:8px 0 0 0;
	text-align:center;
}
#copyright p a {
	color:#666;
	text-decoration:none;
}
#copyright p a:hover {
	color:#666;
	text-decoration:underline;
}

