body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #061C37;
	background: #EEEFE4;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}
* {
	margin: 0 auto 0 auto;
	text-align: left;
}
.center {
	margin:10px auto 20px;
	display:block;
	text-align:center;
}
#container {
	display: block;
	height: auto;
	position: relative;
	width: 940px;
}
#mainpic h1 {
	position: absolute;
	text-align: right;
	color: #F8FDEE;
	font-size: 30px;
	color: #FFF;
	left: 60px;
	top: 20px;
}
#mainpic h2 {
	position: absolute;
	text-align: right;
	color: #E1E7F7;
	left: 60px;
	top: 50px;
}
#mainpic {
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 300px;
}
.off {
	color: #3A6028;
}
#menu {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	width: 940px;
	height: 69px;
	float: left;
	clear: both;
}
#content {
	width: 840px;
	height: auto;
	background-color: #FFF;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	overflow: hidden;
}
#main {
	/*float:left;
	width:600px;*/
}
#side {
	/*float:right;
	width:260px;*/
}
#footer {
	clear: both;
	width: inherit;
	height: auto;
	padding-top: 20px;
}
#footer h3 {
	text-align: center;
	font-size: 12px;
	color: #7198E1;
}
#menu ul {
	list-style: none;
	padding: 0px;
	margin-left: auto;
	width: 900px;
}
#menu li {
	list-style: none;
	padding: 0px;
	display: inline;
}
#menu a {
	float: left;
	padding:0 40px;
	height: 40px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 17px;
	font-size: 15px;
}
#menu a:hover {
	color: #BEE399;
}
#content h2, #content h3 {
	color: #3A6028;
	padding-bottom:10px;
}
#content h2 a {
	color: #3A6028;
	text-decoration:none;
}
#content h2 a:hover {
	text-decoration:underline;
}
hr {
	border: 1px solid #70803b;
	margin: 30px 50px 25px;
}
#content p {
	padding-bottom:15px;
	text-align:justify;
}
#content #useful-links li {
	padding-bottom:10px;
	list-style:none;
}
#content li a {
	color: #3A6028;
}
#content li a:hover {
	text-decoration:none;
}
#content p.read-more {
	padding:0;
}
#content p.read-more a {
	font-weight:bold;
	color: #3A6028;
}
#content p.read-more a:hover {
	text-decoration:none;
	color: #BEE399;
}
html, body {
	text-align: center;
}
p {
	text-align: left;
}
.planting-table {
    border-collapse: collapse;
}
.planting-table tr {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.planting-table th {
	font-size: 14px
}
.planting-table td, .planting-table th {
    border-bottom: 0;
    margin: 0;
    padding: 5px 7px;
	border-color: #ccc;
}
.planting-table td {
    padding: 20px 7px;
}
.planting-table tr.odd td {
	background-color:#eeeeee;
	
}