body {
	margin: 0px;
	padding: 0px;
	background-image: url(tile.jpg);
	background-repeat: repeat-x;
}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 758px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #5c7c43;
	border-bottom-color: #5c7c43;
	border-left-color: #5c7c43;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#header {
}
#header h1 {
	display: block;
	float: left;
}
#mainmenu {
	display: block;
	float: left;
	list-style-type: none;
	padding-top: 30px;
	padding-left: 80px;
}
#mainmenu li {
	display: block;
	float: left;
	padding-right: 10px;
}
#headermenu {
	clear: both;
	background-color: #4b6d31;
	height: 26px;
	padding-left: 15px;
	padding-right: 15px;
}
#headermenu p {
	display: block;
	float: left;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 4px;
}
#headermenu ul {
	display: block;
	float: right;
	list-style-type: none;
	color: #FFFFFF;
	padding-top: 5px;
}
#headermenu li {
	display: inline;
}
#headermenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#headermenu a:hover {
	text-decoration: underline;
}
#left {
	padding-left: 7px;
	width: 183px;
}
#left a {
	color: #4b6d31;
	text-decoration: none;
}
#left a:hover {
	text-decoration: underline;
}

#issuelist {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b6d31;
	padding-left: 20px;
	line-height: 16px;
}
#issuelist li {
}
#left h2 {
	padding-top: 12px;
	display: block;
	padding-bottom: 3px;
}
.grocery {
	font-weight: bold;
	color: #4b6d31;
	list-style-type: none;
	display: block;
	padding-left: 20px;
	width: 137px;
}
.grocery li {
	background-image: url(dash.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 7px;
	margin-bottom: 5px;
}
.grocerysub {
	list-style-type: none;
	display: block;
	font-weight: normal;
}
.grocerysub li {
	background-image: none;
	padding: 0px;
	margin: 0px;
}
#right {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#right a {
	color: #4b6d31;
	text-decoration: none;
}
#right a:hover {
	text-decoration: underline;
}
#right h2 {
	font-size: 15px;
}
#right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-bottom: 15px;
}
#right h3 {
	font-size: 15px;
	color: #4b6d31;
	font-weight: normal;
	background-color: #d2eac1;
	height: 25px;
	padding-top: 8px;
	background-image: url(right_title.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-top: 10px;
	margin-bottom: 21px;
}
 #right h3 a {
   color: #4b6d31;
   text-decoration: none;
}
.news {
	text-decoration: underline;
	padding-bottom: 15px;
}

.seasonal {
	height: 25px;
	padding-top: 8px;
	display: block;
	font-weight: normal;
	background-image: url(littlegrapes.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	background-color: #fde8d6;
	margin-bottom: 12px;
	margin-top: 20px;
}
.featured {
	display: block;
	height: 25px;
	padding-top: 8px;
	font-weight: normal;
	background-image: url(http://whatscooking.info/images/feature.jpg);
	background-repeat: no-repeat;
	background-color: #c3bdd8;
	color: #FFFFFF;
	padding-left: 50px;
	margin-bottom: 12px;
	margin-top: 20px;
}
#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 50px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
