body {
	background-color: #f4f8e0;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
}
a:link {color: #8cc63f; text-decoration: none;}
a:visited {color: #8cc63f; text-decoration: none;}
a:hover {color: #588b64; text-decoration: none;}
a:active {color: #8cc63f; text-decoration: none;}

div#main {
	position: relative;
	width: 1000px;
	min-height: 930px;
	height: 930px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background: #edefd4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 15px;
	z-index: 0;
	background-image: url(../img/ferns_background.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.lefttextholder {
	position: absolute;
	margin-left: 30px;
	margin-top: 50px;
	width: 685px;
	background-color: #f4f8e0;
}
.lefty {
	margin: 18px;
	margin-right: 140px;
}
.lefty table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.righttextholder {
	position: absolute;
	margin-left: 610px;
	margin-top: 100px;
	z-index: 2;
	font-size: 10px;
}
.righttextholder img {
	border: solid 5px #b5cc95;
}
.head {
	font-size: 14px;
	font-weight: bold;
}
.backtotop {
	float: right;
}
.copyright {
	position: relative;
	width: 780px;
	height: 35px;
	background-color: #e5ead8;
	line-height: 25px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #252525;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
	border: 1px solid #edefd4;
	background-color: #ffffff;
}
textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
	border: 1px solid #edefd4;
	background-color: #ffffff;
}
/* --------------------------------- menu ----------------------------- */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 30px;
	height: 30px;
	background-color: #b5cc95;
	text-align: center;
	font-weight: bold;
	z-index: 2;
}
#nav a {
	display: block;
	width: 125px;
	color: #000000;
}
#nav li {
	float: left;
/*	width: 125px; /* must be or opera or maybe not */
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 125px;
	background-color: #b5cc95;
	font-size: 10px;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background: #588b64;
}