#hdrLft {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 150px;
	height: 120px;
	margin-left: -390px;
	background-image: url(grfx/imgHdr01.jpg);
}
#hdrRgt {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 630px;
	height: 120px;
	margin-left: -240px;
	background-image: url(grfx/imgHdr02.jpg);
}
#contBdy {
	padding-left:150px;
	padding-right:160px;
}
#contMn {
	position: absolute;
	top: 120px;
	left: 50%;
	width: 780px;
	height: auto;
	margin-left: -390px;
	background: url('grfx/imgMstHdBg.jpg') top left repeat-y;
	text-align:left;
	vertical-align:top;
}
#contMsthdLft {
	position: absolute;
	top: 120px;
	left: 50%;
	width: 150px;
	margin-left: -390px;
	padding: 0px;
	background: url('grfx/imgMstHdTop.jpg') top left no-repeat;
	text-align:left;
	z-index:99;
}
#contMsthdRgt {
	position: absolute;
	top: 120px;
	left: 50%;
	width: 160px;
	margin-left: 230px;
	padding: 0px;
	background: url('grfx/imgBgRt.jpg') top center no-repeat;
	z-index:99;
}
#ftrTop {
	width: 780px;
	height: 235px;
	margin:0px;
	padding:0px;
	background: url(grfx/imgFtr.jpg) bottom center no-repeat;
}
#ftrBtm {
	width: 780px;
	height: auto;
	margin:0px;
	padding:0px;
	background: #FFFFFF;
	text-align:center;
}
body {margin:0px;padding:0px; text-align:center;}
