div#branding {
	width:984px;
	height:469px;
	text-align:left;
	position:relative;
	background:url('images/header.jpg') no-repeat center;
	margin:0;
	padding:0;
}
/*************************************
*------------- Nav Bar --------------*
**************************************/
#navBar {
	position:absolute;
	top:340px;
	left:330px;
	width:640px;
	height:30px;
	/*border:2px solid #cccccc;*/
}

/*************************************
*  HOME PAGE TEXT                  *
**************************************/
#homeText {
	position:absolute;
	top:390px;
	left:110px;
	width:850px;
	text-align:center;
	font-style:italic;/**/
	font-size:2.8em;
	letter-spacing: 0.1em;
	font-weight:bold;

	color:#746F4F;
	/*border-bottom:2px solid #cccccc;
	border:2px solid #cccccc;*/
}
