body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #689D68;
	margin: 0px;
}
a:link {
	color: #859E9F;

}
a:visited {
	color: #859E9F;

}
a:hover {
	color: #859E9F;

}
a:active {
	color: #859E9F;

}
.info_box {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 5px;
	padding-left: 16px;
}
.info_box_header {
	font-family: "Black Chancery";
	font-size: 16px;
	font-weight: normal;
	color: #36A9A9;
	font-style: normal;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #36A9A9;
}

.water {
	left:280px;
	top:120px;
	width:16px;
	height:16px;
	z-index:7;
	background-image: url(images/water.png);
	background-repeat: no-repeat;
	float: left;
	padding-right: 5px;
}
.leaf {
	left:908px;
	top:116px;
	width:16px;
	height:16px;
	z-index:7;
	background-image: url(images/leaf.png);
	background-repeat: no-repeat;
	float: left;
	clear: left;
	padding-right: 5px;
}
.copyright {
	font-size: 10px;
	color: #B9B9B9;
}
#site_name {
	position:absolute;
	left:345px;
	top:36px;
	width:403px;
	height:36px;
	z-index:1001;
	color: #7D9796;
	background-image: url(images/site_name.png);
	background-repeat: no-repeat;
}
#site_links {
	position:absolute;
	left:70px;
	top:92px;
	width:175px;
	height:250px;
	z-index:3;
	background-image: url(images/fade.png);
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sister_sites {
	left:70px;
	top:382px;
	width:175px;
	height:160px;
	z-index:5;
	float: right;
	position: absolute;
	background-image: url(images/fade.png);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#site_classes {
	position:absolute;
	left:771px;
	top:98px;
	width:175px;
	height:170px;
	z-index:4;
	background-image: url(images/fade.png);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#site_content {
	left:312px;
	top:60px;
	width:375px;
	height:auto;
	z-index:7;
	background-image: url(images/fade.png);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#site_misc {
	position:absolute;
	left:771px;
	top:312px;
	width:216px;
	height:256px;
	z-index:7;
	background-image: url(images/fade2.png);
}

#content_back {
	position:absolute;
	left:312px;
	top:0px;
	width:400px;
	height:auto;
	z-index:1;
	background-image: url(images/fade2.png);
	padding-top: 175px;
	padding-right: 25px;
	padding-left: 12.5px;
}

#image_lowerright {
	height: 335px;
	width: 300px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/waterfall_bottom-right.png);
	z-index: -1;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 0px;
	right: 0px;
}
#image_upperleft {
	background-image: url(images/waterfall_top-left.png);
	background-repeat: no-repeat;
	height: 462px;
	width: 300px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -2;
}
