@charset "utf-8";
/* CSS Document */

body, div, p, ul, li, img {
margin:0;
padding:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#d5ddc8;
	color:#000;
	font-size:14px;
}

h3{
	text-align:center;
}

h2{
	text-align:left;
	font-size:24px;
	color:#004700;
}
h6{
	font-size:12px;
}

#container{
	margin:0;
	width:595px;	
	background-color:#d5ddc8;
	float:left;
	}
	
#left_column_nav{
	float:left;
	width:170px;
	background-color:#d5ddc8;
		}
	
img{
	border:none;
}

#header{
	padding-top:60px;
	background-color:#d5ddc8;
	position:relative;
	left:0px;
	top:0px;
	}
	
.headline{
	position:absolute;
	z-index:99;
	top:40px;
	left:-20px;
}
.cmfam{
	position:absolute;
	z-index:99;
	top:180px;
	left:-20px;
}

#middle{
	width:543px;
	background-color:#FFF;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	padding-top:10px;
	padding-left:30px;
	padding-right:20px;
	}
	
#bottom{
	width:595px;
	background-image:url(../images/trees_bottom.gif);
	margin-bottom:50px;
	}
	
.lightRow{
	background-color:#CCC;
}
.darkRow{
	background-color:#999;
}
#subscribe{
	text-align:center;
	line-height:25px;
	width:145px;
	float:right;
	padding-right:5px;
	color:#004700;
}
#subscribe a{
	color:#004700;
}
#left_column_pattern{
	background-image:url(../images/left_pattern.gif);
	background-repeat:repeat-y;
}
#left_column_words{
	width:140px;
	background-image:url(../images/left_pattern.gif);
	background-repeat:repeat-y;
	padding-left:30px;
	padding-top:20px;
}
#right_column_pattern{
	background-image:url(../images/pattern_right.gif);
	background-repeat:repeat-y;
	background-position:right;
	width:100%;
	}
	
#testimonials{
	border:1px solid #000;
	background-color:#CCC;
	padding:10px;
}
#testimonial ul,li{
	margin-left:10px;
}

