body {
	font: 100% Arial, Helvetica, "Gill Sans MT", sans-serif;
	font-size: 12pt;
	background: #AFFC9F;
}
#container {
	width: 800px;
	height: 700px;
	position: relative;
	margin: 0px auto;
	border: 3px solid #000;
	background: #AFFC9F;
	padding-bottom: 10px;
}
#header {
	padding-top: 1px;
	background-image: url("images/farm3.jpg");
	color: #000;
	height: 200px;
	border-bottom: 3px solid #000;
	margin-bottom: 10px;
}
#header h1 {
	padding-top: 50px;
	text-align: center;
	display: none;
}
#header p {
	text-align: center;
	display: none;
}
#nav {
	float: left;
	width: 200px;
}
#navlist {
	padding: 0px;
	margin-left: 10px;
	font: bold 0.9em;
	background: #FFFFCC;
	width: 87%;
	list-style: none;
}
#navlist ul {
	list-style: none;
}
#navlist li {
	margin: 0;
	border: 1px solid #000;
}
#navlist li a {
	display: block;
	width: auto;
	padding: 5px;
	text-decoration: none;
	color: #000;
}
#navlist a:visited {
	color: #666;
}
#navlist a:hover {
	border-color: #000;
	color: #FFF;
	background: #333300;
}
#content {
	padding-top: 0px;
	margin-left: 200px;
	margin-top: 0px;
	margin-right: 20px;
}
#footer {
	clear: both;
	width: 780px;
	margin-left: 10px;
	text-align: center;
	font-size: 80%;
	position: relative;
	margin: 0px auto;
	padding-top: 10px;
}
td {
	vertical-align: bottom;
}
.ycell {
	vertical-align: middle;
	border: 0px;
}	
.ycell a:hover span {
	display: block;
	position: absolute;
	top: 310px;
	left: 420px;
	width: 370px;
	text-decoration: none;
	padding-right: 20px;
}
.ycell a span {
	display: none;
}
.ycell a:hover {
	height: auto;
}
.ycell a {
	color: #000;
	text-decoration: none;
	border: 0px;
}

