/************************************************************/
/* Section Background										*/
/************************************************************/

	#bgwrapper {
		background:			url('/images/recipes_bg.gif') no-repeat top left;
	}
	
/************************************************************/
/* Content Section											*/
/************************************************************/	

	#sectionimage {
		width:				230px;	
		height:				100px;
	}
	
	#contentsection .break {
		background:			url('/images/hr_recipes.gif');
	}	

	#contenttitle {
		color:				#fed314;
	}
	
	#contentmenu, #contentmenu a {
		color:				#eaa319;
	}	
	
	#contentbody {
		padding-left:		230px;
	}
	
	#contentbody h1 {
		font-size:			16px;
		color:				#f08a1a;
	}
	
	#contentbody h4 {
		color:				#818182;
	}
	
	#contentbody .leftColumn{
		width:				120px;
		float:				left;
		color:				#818182;
	}
	
	#contentbody .rightColumn{
	
	}
