body {
	background-color: #688a58;
	background-image: url(../images/page-bkg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
}
#wrapper {
	position:relative;
	width:980px;
	height:100%;
	margin:auto;
}
#header  {
	position:relative;
	width:980px; height:204px;
	background-image:url(../images/header-bkg.png);
	background-repeat:no-repeat;
}
#content  {
	position:relative;
	width:980px;
	text-align:left;
	background-image:url(../images/content-bkg.png);
	background-repeat:repeat-y;
	padding-left:28px; padding-right: 28px;
	padding-bottom: 28px;
}

#content #rightcol  {
	position:absolute;
	top:0; left:700px;
	width:250px;
	text-align:center;
	font-size:.8em;
}
#rightcol .green-bkg-2line {
	position: relative;
	background-image:url(../images/rightcol-2linegreen-bkg.gif);
	background-repeat:no-repeat;
	width:247px; height:40px;
	padding-top:5px;
}
#rightcol .featured-recipe  {
	position:relative;
	background-image:url(../images/rightcol_FeaturedRecipe-bkg.jpg);
	background-repeat: no-repeat;
	width:247px; height:186px;
}
#rightcol .latest-announcement  {
	position:relative;
	background-image:url(../images/rightcol_LatestAnnouncements2-bkg.jpg);
	background-repeat: no-repeat;
	width:247px;
	height:186px;
}
#rightcol .latest-announcement .text {
	position:absolute;
	left:0; top:150px;
	width:247px; 
	vertical-align: middle;
	margin:0;
}
#rightcol .featured-recipe .text {
	position:absolute;
	left:0; top:150px;
	width:247px; 
	vertical-align: middle;
	margin:0;
}
#rightcol .follow {
	position:relative;
	background-image:url(../images/rightcol_heartopeas-bkg.jpg);
	background-repeat: no-repeat;
	height:186px;
	vertical-align: middle;
}
#rightcol .follow .text {
	position:absolute;
	left:0; top:133px;
	width:247px; 
	vertical-align: middle;
	margin:0;
}
#home-rotator {
	position:relative;
	width:657px; height:437px;
	background-repeat:no-repeat;
	z-index:10;
	border:2px solid #347439;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px; line-height:12px;
	color: black;
}

#home-rotator #box1 {
	position:absolute;
	left:18px; top:277px;
	width:195px;  height:150px;
	background-image:url(../images/home-rotatorbox1.png);
	background-repeat:no-repeat;
	z-index:20;
	padding-left:12px;
	padding-right:12px;
}
#home-rotator #box2 {
	position:absolute;
	left:231px; top:277px;
	width:195px;  height:150px;
	background-image:url(../images/home-rotatorbox2.png);
	background-repeat:no-repeat;
	z-index:20;
	padding-left:12px;
	padding-right:12px;
}
#home-rotator #box3 {
	position:absolute;
	left:445px; top:277px;
	width:195px;  height:150px;
	background-image:url(../images/home-rotatorbox3.png);
	background-repeat:no-repeat;
	z-index:20;
	padding-left:12px;
	padding-right:12px;
}
#home-rotator p {
	position: relative;
	top:101px; left:0;
	margin:0;
	width:170px;	
}

#footer  {
	position:relative;
	width:980px; height:50px;
	background-image: url(../images/contentbottom.png);
	background-repeat: no-repeat;
	text-align:left;
	padding-left:28px; padding-right: 28px;
	font-size:.8em;
}
#footerlinks {
	position:absolute;
	top:0; left:600px;
	width:340px;
	text-align:right;
}
/* TOP NAV STYLES */
#header #nav {
	position:relative;
	display:block;
	height:32px;
	overflow:hidden;
}
#nav .about {
	display:inline-block;
	position:relative;
	width:104px; height:32px;
	color:transparent;
	background-image: url(../images/nav-about.gif);
	}
#nav .OurPeas {
	display:inline-block;
	position:relative;
	width:103px; height:32px;
	color:transparent;
	background-image: url(../images/nav-OurPeas.gif);
	}
#nav .AtTheFarm {
	display:inline-block;
	position:relative;
	width:104px; height:32px;
	color:transparent;
	background-image: url(../images/nav-AtTheFarm.gif);
	}
#nav .recipes {
	display:inline-block;
	position:relative;
	width:103px; height:32px;
	color:transparent;
	background-image: url(../images/nav-recipes.gif);
	}
#nav .contest {
	display:inline-block;
	position:relative;
	width:103px; height:32px;
	color:transparent;
	background-image: url(../images/nav-contest.gif);
	}
#nav .where {
	display:inline-block;
	position:relative;
	width:103px; height:32px;
	color:transparent;
	background-image: url(../images/nav-WhereToBuy.gif);
	}
#nav .WhatsNew {
	display:inline-block;
	position:relative;
	width:104px; height:32px;
	color:transparent;
	background-image: url(../images/nav-WhatsNew.gif);
	}
#nav .TellUs {
	display:inline-block;
	position:relative;
	width:102px; height:32px;
	color:transparent;
	background-image: url(../images/nav-TellUs.gif);
	}
#nav .home {
	display:inline-block;
	position:relative;
	width:101px; height:32px;
	color:transparent;
	background-image: url(../images/nav-home.gif);
	}

#nav a:hover {
	background-position:bottom;
}