
body {
	/*background-image:url("wheat-2.png");	*/
	background-color: lightblue;
	margin-left:0;margin-top:0;
	margin-bottom:0;
	padding:0;
	border:0;
}

.container {
	margin-left:0;
}

.topnav {
	width:100%;
	height:80px;
	background-color: #003c32;
	top:0px;
	padding:0;
	left:0px;
	color:white;
	text-indent:15%;
}

.topnavtext {
	color:white;
	font-size:28pt;
	line-height:75px;
}



.wheat-img {
	top:80px;
	width:100%;
	height:100%;
	margin-bottom:0px;
}


.description {
	position:absolute;
	z-index: 200;
	font-size:2em;
	color:#f5deb3;
	list-style:none;
	left:15%;
	top:15%;
	}
	
.fees {
	position:absolute;
	z-index: 200;
	font-size:2em;
	color:#f5deb3;
	left:50%;
	width:35%;
	top:15%;
	
}

.bottomnav {
	width:100%;
	height:100%;
	background-color: #003c32;
	line-height:100%;
	left:0px;
	color:white;
	text-align:center;
	margin-top:0px;
}




p {
  font-family: verdana;
  font-size: 20px;
}