.headerImage{
	width:960px;
	height:150px;
	text-align:center;
	background:url(../Images/header1.png);
	background-repeat:no-repeat;
}
.bannerWordings{
	font-weight:light;
	color:white;/*text color of menu bar*/
	text-align:center;/*text position within the menu bar*/
	/*display:inline;/*displays menu bars in queue*/ 
	font-family:Imprint MT Shadow,Script MT Bold,Old English Text MT;
	font-size:50px;
	text-shadow:10px 10px 10px green;/*displays text in 3 dimension with shadow*/
}