body {
	margin: 0px;
	padding: 0px;
	font: 100% "Lucida Grande", Arial, Verdana, sans-serif;
	text-align: center;
	color: #000;
}

a {
	text-decoration: none;
	color: #fff;
}

a.yellow {
	color: #fff200;
}

#wrap {
	width: 480px;
	margin: 0px auto;
	background-image: url('../images/background_design.jpg');
	background-repeat: no-repeat;
	background-position: 0px 30px;
	z-index: -2;
}

#logo {
	width: 100%;
	height: 55px;
	margin: 0px;
	text-align: left;
	background-color:#007433 ;
	background-image: url('../images/topbanner.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 9px;
	line-height: 1;
	cursor: pointer;
}

#logo table {
	text-align: center;
	position: relative;
	top: -3px;
	left: 75px;
}


#navigation {
	
}

#navigation.home {
	background-image: url('../images/oval.jpg');
	background-repeat: no-repeat;
	background-position: 67px 3px;
}

#navigation.general {
	background-image: url('../images/oval.jpg');
	background-repeat: no-repeat;
	background-position: 132px 3px;
}

#navigation.recipes {
	background-image: url('../images/oval.jpg');
	background-repeat: no-repeat;
	background-position: 212px 2px;
}

#navigation.faqs {
	background-image: url('../images/oval.jpg');
	background-repeat: no-repeat;
	background-position: 274px 3px;
}

#navigation.tbd {
	background-image: url('../images/oval.jpg');
	background-repeat: no-repeat;
	background-position: 321px 2px;
}

ul {
	position: relative;
	top: 15px;
	list-style-type: none;
	color: #fff;
}

ul li {
	float: left;
	margin-right: 15px;
	padding: 5px 0px;
}

#content {
	width: 100%;
	margin: 0px;
	min-height: 440px;
	text-align: left;
	background-image: url('../images/tofu_puree.jpg');
	background-repeat: no-repeat;
}

#content img {
	position: relative;
	top: -20px;
	float: right;
	z-index: -1;
}

#content img.product {
	z-index: 1;
}

#content p {
	position: relative;
	left: 100px;
	width: 350px;
	margin: 3px 20px;
	font-size: 70%;
}

#content p.sectionheader {
	color:#007433;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 5px;
}

#content p.pageheader {
	font-size: 100%;
	color:#007433;
	text-align: center;
}

br.right {
	clear: right;
}

#footer {
	width: 100%;
	height: 55px;
	margin: 0px;
	font-size: 7pt;
	line-height: 1;
	text-align: center;
	background-color: #008442;
}

#footer table {
	margin: 0px auto;
}

table {
	color: #fff;
}

#content table.general {
	position: relative;
	left: 100px;
	margin: 7px 20px;
	font-size: 70%;
	color: #000;
}