#content {
	min-height: 150px;
	margin: 10 10 10 10px;
}

#newspost {
	border: 3px solid #99cc99;
	min-height: inherit;
	padding: 5 5 0 5px;
}

#newspost ul li {
	text-decoration: none;
	font: .8em garamond, helvetica, arial;
	color: gray;
}

#newspost img {
	float: left;
}

#newspost h1 {
	font: 1.2em garamond;
	color: gray;
	margin: 0 0 1px 0;
}

#newspost h2 {
	font: .9em garamond;
	color: #7588b7;
	margin: 0 0 10px 0;
}

#newspost p {
	margin: 0 0 10px 0;
	font: 1em garamond, helvetica, arial;
	text-align: justify;
}

#newspost a {
	text-decoration: none;
	color: #669966;
}

#newspost a:hover {
	text-decoration: underline;
}

#newspost a:visited {
	text-decoration: underline;
}

#header {
	height: 200px;
	background: url('images/wheatmenu.jpg');
	background-repeat: repeat-x;
	background-position: bottom center;
	margin-top: 20px;
}

#links a {
	text-decoration: none;
	padding: 0 15px 0 15px;
	color: white;
	/*text-shadow: 2px 2px 2px black;*/
}

#links a:hover {
	background-color: #669966;
	color: white;
}

#links a:active {
	background-color: #669966;
	color: white;
}

#samepage {
	background-color: #669966;
	color: white;
}

#links {
	font: 1.2em garamond, arial;
	border-bottom: 2px solid #669966;
	border-top: 2px solid #669966;
	background: #99cc99;
}

#footer {
	margin-top: 10px;
	font-size: .8em;
	font-family: garamond;
	color: white;
}

#footer a {
	text-decoration: none;
	color: #7588b7;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:visited {
	text-decoration: underline;
}

#wrapper {
	width: 720px;
	position: relative;
	left: 50%;
	margin-left: -360px;
	background-color: white;
	border: 2px solid #669966;
}

#sponsors {
	padding-left: 5px;
	text-decoration: none;
	outline: none;
}

body {
	min-width: 760px;
	background-color: #99cc99;
	text-decoration: none;
}