/* CSS Stylesheet */

body	{
	width: 800px;
	background: #edf0d8;
	text-align: center;
	}
	
#head {
	background: #edf0d8;
	height: auto;
}

.logo { 
	position: relative;
	margin: 0 auto;
	}

.tagline { 
	font-size: .8em; 
	}
	
#nav { 
	margin-top: -10px;
	border-top: 5px solid #949c51;
	border-bottom: 5px solid #949c51;
	}
	
#content { 
	position: relative;
	clear: both;
	background: url(../images/grass_homeleft_fade.jpg) bottom left no-repeat #fff;
	margin: 0;
	padding: 1.5em;
	padding-bottom: 60px;
	text-align: left;
	min-height: 2000px;
	}

*#content {
	height: 1500px;
	}

#content h1 { 
	color: #000;
	margin-top: 10px;
	}
	
#content.rightcol {
	border-right: 310px solid #e8efab;
	}

#rightcolumn {
	top: 270px;
	width: 290px;
}

#feature {
	width: 220px;
	margin: 1.5em auto;
	padding: 0 .5em;
	background: #edf0d8;
	border: 1px solid #fff;
	}

#feature h3 {
	display: block;
	background: #fff;
	margin: 0 -.5em;
	font-size: 1em;
	color: #000;
	text-align: center;
	}
