/*-----------------------------------------------------------------------------
author:    www.3rdstudio.com
           511 W Chestnut
		   Yakima WA 98902
		   509.972.1600
-----------------------------------------------------------------------------*/

/* =Content Home Page
-----------------------------------------------------------------------------*/

#banner {
	width:923px;
	height:122px;
	background:url(../img/bannerHome.jpg) no-repeat right;
	}
	
#mainNav {
	padding:0;
	/*position:absolute;
	z-index:1;*/
	width:923px;
	height:22px;
	background:url(../img/topNavBg.gif) repeat-x;
	}
	
#content {
	margin:9px 0 9px 0;
	padding:85px 0 0 0;
	width:923px;
	height:315px;	
	background:url(../img/contentBg.jpg) no-repeat;
	}

#content p {
	width:535px;
	padding-bottom:20px;
	margin-left:374px;	
	line-height:1.5em;
	}
	
#treeTopLogo {
	position:absolute;
	top:467px;
	left:400;
	}
	
#homeFlash {
	width:374px;
	height:400px;
	position:absolute;
	left:0;
	top:153px;
	z-index:0;
	}

#spotlightRecipe {
	position:absolute;
	top:335px;
	right:0;
	}	

	
