/*
body {
	margin: 17px 40px;
	background: green url(/images/bg.jpg) repeat;
}
*/
#brandingWrap {
	height: 205px; 		
	background: url(/images/headerLeftEnd.png) no-repeat; 
	background-position: top left;
}
#welcome {
	position: absolute;
	z-index: 100;
	width: 391px; 
	height: 233px;
	margin-top: -68px;
	margin-left: -101px;
	background: url(/images/welcomePlate.png) no-repeat;
	background-repeat: no-repeat; 
	background-position: top left;	
/*
	border: 1px solid blue;	
*/
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Sans-Serif;
	color: #304B58;	
}
#fooWrap {
	position: relative; 
	height: 209px;
	margin-top: -18px;
	background-repeat: no-repeat; 
	background-position: top right;	
/*
	border: 1px solid yellow;		
*/
}
.fooBAR {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 65px;
	height: 205px; 
	background: url(/images/headerRightEnd.png); 
}
#fooTopWrap {
	position: relative;
	z-index: -1; 
	height: 17px;
	margin-right: 30px;
	margin-left: 182px;
	background-repeat: no-repeat;
	overflow: hidden; 			
}
#fooBotWrap {
	position: relative; 
	height: 36px;
	margin-right: 65px;
	margin-left: 147px;
	background-repeat: no-repeat;
	overflow: hidden; 			
}
 .fooTop { 
	position: absolute;
	left: 50%;
	margin-left: -2000px;
	width: 4000px;
	height: 17px;
	background: url(/images/headerTop.png); 
}
 .fooBot { 
	position: absolute;
	left: 50%;
	margin-left: -2000px;
	width: 4000px;
	height: 36px;
	background: url(/images/headerBot.png); 			
}
#brandingBack { 
	height: 155px;
	margin-right: 25px;
	margin-left: 60px;
	margin-top: -193px;
	background: #c07e41 url(/images/headerBack.jpg);
	background-repeat: repeat; 
	background-position: 49% 78px;
}
#brandingFront {
	position: relative;
	height: 174px; 
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
#branding { 
	position: absolute;
	left: 50%;
	margin-left: -800px;
	width: 1600px;
	height: 174px; 	
	background-image: url(/images/headerEle.png);
}
#logo { 
	position: absolute;
	z-index: 200;
	left: 52%;
	margin-left: -110px;
	margin-top: -12px;
	width: 168px;
	height: 226px; 	
	background-image: url(/images/headerLogo.png);
}
