/*-----------------------------------------------------------------------------
author:    www.jolidesign.com
           P.O. Box 11373
		   Yakima WA 98909
		   509.949.7881
-----------------------------------------------------------------------------*/

/* =Content Home Page
-----------------------------------------------------------------------------*/

#banner {
	width:923px;
	height:122px;
	background:url(../img/bannerHome.jpg) no-repeat right;
	}
	
#content {
	margin:9px 0;
	padding:35px 0 0 0;
	width:923px;
	height:365px;
	overflow:auto;
	background:url(../img/contentBgEssence.jpg) no-repeat top right;
	}
	
#content p {
	width:450px;
	padding-bottom:20px;
	margin-left:25px;
	}
	
#content h1 {
	width:555px;
	padding-bottom:10px;
	margin-left:25px;
	}	
	
#content h2 {
	padding-bottom:5px;
	}

#content h3 {
	background-color:#00682C;
	font-size:11px;
 	color:#FFFFFF;
	padding:7px;
	margin-right:397px;
	}

.subhead a {
	background-color:#FFFFCC;
	font-size:11px;
 	text-decoration:none;
 	color:#333333;
	padding:10px;
	}
	
#concBtn {
	float:right;
	}
		
