@charset "utf-8";
.header {
	display: block;
	padding: 0px;
	height: 75px;
	width: 100%;
	border-bottom-width: 2px;
	top: 0px;
	background-image: url(../images/general/headerbg.jpg);
	z-index: 1;
	position: absolute;
	-moz-border-bottom-colors: #0000CC;
	border-bottom-color: #0000CC;
	border-bottom-style: ridge;
}
.headerimage {
	background-position: 98% bottom;
	display: block;
	left: 173px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 82%;
	z-index: 2;
	height: 75px;
	background-image: url(../images/skyline.png);
	background-repeat: no-repeat;
}

.bodydiv {
	background-image: url(../images/general/greybg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	z-index: 0;
	bottom: 0px;
	height: 30%;
	position: absolute;
}
.bodydivtop {
	background-image: url(../images/general/greybgtp.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	position: absolute;
	z-index: 0;
	height: 30%;
	top: 0px;
}
