div#headerbackground {
	margin: 0px;
	height: 126px;
	position: absolute;
	width: 99%;
	border: solid #6E0000 3px;
	z-index: 1;
	left: 0px;
	top: 0px;
} 
div#header-right {
	background-color: transparent;
	background-image: url(../graphics/banners/rbanner.gif);
	background-repeat: no-repeat;
	background-position: right;
	height:123px;
	top:0px;
	right:-6px;
	positon:absolute;
	z-index: 2;
	} 
div#stripbackground {
	background-color:#696c30;
	margin: 0px;
	height: 67px;
	position: absolute;
	width: 99%;
	z-index: 2;
	top: 126px;
	border: solid #6E0000 3px;
} 
div#header-left {
	background-color: transparent;
	background-image: url(../graphics/banners/lbanner-resources.gif);
	background-repeat: no-repeat;
	background-position: left;	
	z-index: 3;
	height:123px;
	width:802px;
	top:0px;
	left:0px;
	position:absolute;
	z-index: 3;
	visibility: visible;
	}
div#strip-right {
	width:100%;
	height:67px;
	top:-3px;
	right:0px;
	positon:absolute;
	z-index: 2;
	visibility: visible;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../graphics/banners/strip1.jpg);
	background-position: right;
	} 
div#strip-left {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(../graphics/banners/strip2.jpg);
	background-position: left;
	z-index: 3;
	height:67px;
	width:802px;
	top:0px;
	left:0px;
	position:absolute;
	z-index: 3;
	}
