/************************************************************/
/* Section Background										*/
/************************************************************/

	#bgwrapper {
		background-image:	none;
	}
	
	#topsection	 {
		width:				644px;
		float:				left;
	}
	
	#contentsection {
		width:				440px;	
		padding:			0px;	
	}
	
	#rightsection {
		width:			256px;
		height:			auto;
		margin-top:		0px;
		margin-bottom:	0px;
		float:			right;
	}	
	
/************************************************************/
/* Content Section											*/
/************************************************************/		
	
	#welcometext {
		width:				375px;
		float:				left;
		color:				#2756a0;
		font-size:			10px;
		padding-left:		20px;
	}
	
	#welcometext H1 {
		color:				#2756a0;
		font-family:		arial;
		font-size:			12px;
		margin:				0px;
	}	
	
/************************************************************/
/* Content Section											*/
/************************************************************/	

	#contenttitle {
		color:				#ffffff;
	}
	
	#contentmenu, #contentmenu a {
		color:				#e85939;
	}	
	
	#contentbody {
		color:				#756454;
		font-size:			9px;	
		text-align:			justify;
		padding-left:		35px;
		padding-right:		35px;		
	}
	
	#contentbody h1 {
		color:				#e85939;
	}

	
	#contentbody h4 {
		color:				#818182;
	}
	
	#home_recipes a {
		background: 		url( '/images/home_recipes.png' ) 0 0 no-repeat;
		width:				230px;
		height:				206px;
	}
		
	#home_recipes a:hover {
		background-position:	-230px 0;
	}
	
	#home_news a {
		background: 		url( '/images/home_news.png' ) 0 0 no-repeat;
		width:				211px;
		height:				206px;
	}
		
	#home_news a:hover {
		background-position:	-211px 0;
	}
	
	#home_stories a {
		background: 		url( '/images/home_stories.png' ) 0 0 no-repeat;
		width:				230px;
		height:				206px;
	}
		
	#home_stories a:hover {
		background-position:	-230px 0;
	}
	
	#home_resources a {
		background: 		url( '/images/home_resources.png' ) 0 0 no-repeat;
		width:				211px;
		height:				206px;
	}
		
	#home_resources a:hover {
		background-position:	-211px 0;
	}		

