body{
	background-color: #302512;
	margin: 0px;
}

p,td,div,span{
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}

.navigation{
	background-color: #000000;
	height: 29px;
	color: #DED3C0;
}

a{
	text-decoration: none;
	color: #DED3C0
}

a:hover{
	text-decoration:hover;
}

.blue{
	color: #336666;
	text-decoration: underline;
	font-weight: bold;
}
.blue:hover{
	text-decoration: none;
}

.content{
	height: 700px;
	background-image:url(../images/harvest-main.jpg);
 	background-repeat:repeat-y;
}

#home-box{
	position: absolute;
	top: 350px;
	margin-left: 10px;
	background-image:url(../images/home-box.jpg);
	width: 331px;
	height: 383px;
}

.home-box-content{
	width: 300px;
	height: 110px;
	margin-left: 20px;
	margin-top: 15px;
	color: #685D4A;
}

#news-box{
	position: absolute;
	top: 360px;
	margin-left: 380px;
	width: 431px;
	height: 383px;
	color: #685D4A;
}

#content_box{
	position: ;
	top: 346px;
	margin-left: 8px;
	width: 780px;
	height: 390px;
	border: 1px solid #241E14;
}

#content_box2{
	font-family: Arial;
	position: absolute;
	top: 10px;
	margin-left: 10px;
	width: 740px;
	height: 350px;
	border: 1px solid #241E14;
	color: #A49781;
	padding: 10px;
}

.headline{
	color: #A49781;
}