
/****
.container 		{  }

a 				{ color: #00487D; }
a:hover			{ color: #7B0F0F; }
****/

/*-----------------------------------------------------------------------------
	Header
	Add a graphic logo, using the following CSS
-----------------------------------------------------------------------------*/


#header {
	background: url('../images/essence-logo-q128.gif') no-repeat left top ;
	height: 130px;
}

#header h1		 { display: none;  }

#header .description { 

display : none;
}

/***** switch-on for text version of quote
{
width:120;
vertical-align: bottom;
font-style: oblique;
font-family: serif;
font-weight: bold;
font-size: 18px;
color:dimgray;
text-indent:20em;
margin-top: 15em;
margin-left: 120px;

}

/***
background: url('../images/words3.jpg') no-repeat bottom center;
**/
/*-----------------------------------------------------------------------------
	Navigation Colors
	Customize the navbar with this CSS
-----------------------------------------------------------------------------*/

/****
#nav, #subnav	{ background: #668040; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #F2FFDF; color: #FFF;}

#nav li a,
#subnav li a 	{ color: #F2FFDF; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #F2FFDF; }
****/
