body {
	padding:0px;
	margin:0px;
	text-align:center;
}

.container{
	background-image:url(../images/container_bkg.png);
	background-repeat:repeat-y;
	width:1024px;
	padding:0px;
	margin:0 auto;
	text-align:left;
	overflow:visible;
}
.header{
	clear:both;

}
.logoArea{
	background-image: url(../images/logo.png);
	width:339px;
	height:169px;
	float:left;

}
.productArea{
	background-image: url(../images/products_1.png);
	width:339px;
	height:169px;
	float:left;

}
.organicsArea{
	background-image: url(../images/organics_1.png);
	width:339px;
	height:169px;
	float:left;

}
.whatsnewArea{
	background-image: url(../images/whatsnew_1.png);
	width:339px;
	height:169px;
	float:left;

}
.foodsafetyArea{
	background-image: url(../images/food_safety_1.png);
	width:339px;
	height:169px;
	float:left;

}
.contactArea{
	background-image: url(../images/contact_1.png);
	width:339px;
	height:169px;
	float:left;

}
.topNav{
	background-image:url(../images/topNav.png);
	width:685px;
	height:63px;
	float:left;
}
.mainNav {
	background-image:url(../images/Menu_bkg.png);
	width:685px;
	height:106px;
	float:left;
}
.contentArea {
	width:1024px;
 	background-image:url(../images/container_bkg.png);
	background-repeat:repeat-y;
	margin-bottom:10px;
	clear:both;
}
.sidebar {
	background-image:url(../images/sidebar.png);
	width:339px;
	height:336px;
	float:left;
}
.productssidebar {
	background-image:url(../images/products_2.png);
	width:339px;
	height:336px;
	float:left;
}
.organicssidebar {
	background-image:url(../images/organics_2.png);
	width:339px;
	height:336px;
	float:left;
}
.whatsnewsidebar {
	background-image:url(../images/whatsnew_2.png);
	width:339px;
	height:336px;
	float:left;
}
.foodsafetysidebar {
	background-image:url(../images/food_safety_2.png);
	width:339px;
	height:336px;
	float:left;
}
.contactsidebar {
	background-image:url(../images/contact_2.png);
	width:339px;
	height:336px;
	float:left;
}
.mainContent {
	width:600px;
	min-height:336px;
	padding-right:62px;
	overflow:visible;
	float:left;
}
.footer {
	background-image:url(../images/footer.png);
	width:985px;
	height:94px;
	padding-top:32px;
	padding-left:39px;
	clear:both;
}
.footItem {
	float:left;
}
.subFooter {
	width:1024px;
	background-color:#FFF;
	padding:0px;
	margin:0 auto;
	text-align:left;

}