body {
	padding: 0;
	background-color: #fffbcc;
	background-image: url(images/bg_page.jpg);
	background-repeat: repeat-x;
	margin-top: 29px;
}
.header {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #B1C4A4;
}
.menutable {
	font-family: Georgia, serif;
	font-size: 15px;
	color: #333333;
	margin-top: 10px;
}

.homebody {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.flowerbg {
	background-image: url(images/flower_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
}
.footer {
	background-color: #B6C6A2;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	padding: 10;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #596C42;
}
.footer a:link, .footer a:visited, .footer a:active{
	text-decoration : none;
	color: #666666;
	
}
.footer a:hover {
	text-decoration : none;
	color: #000000;
}
.style1 {
	font-size: 12px;
	font-family: Georgia, serif;
	color: #333333;
	line-height: 1.5em;
}
.whatinseasontable {
	line-height: 27px;
	padding-left: 5px;
}
.whatwegrowtable {
	line-height: 27px;
	padding-left: 5px;
}
.whatwegrowtable a:link, .whatwegrowtable a:visited, .whatwegrowtable a:active{
	text-decoration:none;
	font-size: 12px;
	font-family: Georgia, serif;
	color: #333333;
	line-height: 1.5em;
}
.whatwegrowtable a:hover {
	text-decoration:underline;
	background-color:#E0F1C5;
}
