/* Testimonials and Quotes */	
#contain {
	width:741px;
	float:left;
	margin:0;
	}
	
#containTop {
	background:url(../images/bg_containTop.png) no-repeat;
	width:741px;
	height:40px;
	float:left;
	margin:0;
	}
	
#containMid {
	background:url(../images/bg_contain.png) repeat-y;
	width:661px;
	float:left;
	margin:0;
	padding:0 40px 0 40px;
	}
	
#containBot {
	background:url(../images/bg_containBot.png) no-repeat;
	width:741px;
	height:40px;
	float:left;
	margin:0;
	}
	
/* Healthy Recipes */	
#healthy {
	background:url(../images/bg_healthy.png) no-repeat;
	width:741px;
	float:left;
	margin:0;
	}
	
	
/* Recipe Instructions */	
#recipe {
	width:741px;
	float:left;
	margin:0;
	}
	
#recipeTop {
	background:url(../images/bg_recipeTop.png) no-repeat;
	width:741px;
	height:40px;
	float:left;
	margin:0;
	}
	
#recipeMid {
	background:url(../images/bg_recipe.png) repeat-y;
	width:661px;
	float:left;
	margin:0;
	padding:0 40px 0 40px;
	}
	
#recipeBot {
	background:url(../images/bg_recipeBot.png) no-repeat;
	width:741px;
	height:114px;
	float:left;
	margin:0;
	}