#header {
	position: relative;
	width: 960px;
	margin: 0 auto;
	height: 144px;
	z-index: 100;
}

#logo-wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	z-index: 200;
}

#logo {
	display: inline-block;
	position: absolute;
	width: 126px;
	height: 104px;
	padding: 0px 8px 11px 8px;
	margin-left: -8px;
	background-image: url('images/backgrounds/logo-shadow.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 5;
}

#menu {
	position: relative;
	float: right;
	width: 600px;
	margin: 0 auto;
	height: 40px;
	margin-top: 10px;
	padding-top: 70px;
	text-align: right;
	background-image: url('images/backgrounds/phone-number.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 3;
}

#banner-wrapper {
	position: relative;
	height: 105px;
	width: auto;
	margin: 0 auto;
	background-image: url('images/backgrounds/banner.jpg');
	background-repeat: repeat;
	background-position: top left;
	text-align: left;
	border-top: 1px solid #C8D4E6;
	border-bottom: 1px solid #C8D4E6;
}

#banner {
	position: relative;
	width: 960px;
	height: 75px;
	margin: 0 auto;
	padding-top: 30px;
}

#content {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 40px 0px 40px 0px;
	height: auto;
	min-height: 300px;
 	z-index: 4;
}

#footer-bar {
	width: 100%;
	height: auto;
	background-image: url('images/backgrounds/footer.jpg');
	background-repeat: repeat;
	background-position: top left;
	border-top: solid 1px #183869;
	z-index: 1;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0px 10px 0px;
	line-height: 100%;
	z-index: 3;
}

