.clearFloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.imgLeft {
	float: left;
	margin-right: 12px;
	margin-top: 4px;
	margin-bottom: 8px;
	border: 1px solid #A9CF3F;
}

.imgRight {
	float: right;
	margin-left: 12px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bkgrd.png);
	border: 3px solid #FFFFFF;
}
#leftCol {
	float: left;
	width: 201px;
}
#topPhoto {
	float: left;
	height: 14px;
	width: 360px;
}
#navigation {
	float: left;
	width: 360px;
}
#navigation img {
	float: left;
	border-top: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
}
#content {
	float: left;
	width: 360px;
	padding-bottom: 30px;
}
#aboutNav, #aboutNavWater, #aboutNavForests, #aboutNavTribes, #aboutNavAbout, #aboutNavMap {
	float: right;
	height: 133px;
	width: 209px;
	background: url(images/landscapes/homeRight.jpg);
	text-align: center;
}
#aboutNavWater {
	background: url(images/landscapes/waterRight.jpg);
}
#aboutNavForests {
	background: url(images/landscapes/forestsRight.jpg);
}
#aboutNavTribes {
	background: url(images/landscapes/tribesRight.jpg);
}
#aboutNavAbout {
	background: url(images/landscapes/aboutRight.jpg);
}
#aboutNavMap {
	background: url(images/landscapes/mapRight.jpg);
}
#benefits {
	background: url(images/bennies.png) no-repeat;
	float: right;
	width: 209px;
	margin-top: 20px;
	height: 300px;
	position: relative;
}
#ben1 {
	position: absolute;
	width: 183px;
	top: 75px;
	height: 100px;
	padding-left: 10px;
	color: #4A6304;
	line-height: 14pt;
}


#footer {
	float: left;
	width: 316px;
	border-top: 1px solid #A9CF3F;
	margin-left: 220px;
}
#rtNav {
	float: right;
	width: 181px;
	padding-top: 32px;
	padding-right: 14px;
	padding-left: 14px;
}
