body {
	background-color: #d3d397;
	/*background: #e3e8d1 url(i/background-trees.jpg) no-repeat center right;*/
	margin: 50px auto;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.6em;
	text-align: center;
	font-weight: normal;
	color: #4c5a39;
}

a { text-decoration: none; color: #4c5a39; }
a:hover { text-decoration: underline; color: #7b9d4e; }

h2 {
	font-size: 24px;
	font-weight: normal;
}

#main-wrapper {
	margin: 0 auto;
	width: 900px;
}

#home-image {
	border:1px solid #4C5A39;
	height:362px;
	margin:0 auto;
	padding:20px 0;
	width:620px;
	}

#page-content {
	padding: 10px;
	border: 1px solid #4c5a39;
	min-height: 400px;
}

#home-nav {
	margin: 0 auto;
	font-size: 1.1em;
}

	 #home-nav li {
		display: inline;
		list-style-type: disc;
		list-style-type: none;
		padding-right: 30px;
		font-style: italic;
		font-weight: lighter;
	}
#page-content {
	text-align: left;
	width: 720px;
	margin: 20px auto;
}

.rightImage {
	float: right; 
	margin: 0 10px 5px 5px;
}
