#wrapper {
	width: 100%;
	margin: 0 auto;
	background: #FFFFFF;
	background: url('images/bg_main.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 1;
}

#header {
	width: 900px;
	margin: 0 auto;
	height: 118px;
	line-height: 100%;
	z-index: 5;
}

#menu {
	float: right;
	padding-top: 52px;
}

#logo {
	float: left;
	padding-top: 10px;
}

#subheader {
	width: 900px;
	margin: 0 auto;
	height: 95px;
}

#page_title {
	padding-top: 40px;
	height: 55px;
	font-family: "Trebuchet MS", Arial;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
}

#content {
	width: 900px;
	margin: 0 auto;
	padding: 40px 0px 40px 0px;
	line-height: 200%;
	text-align: left;
	min-height: 400px;
	z-index: 15;
}

#bg_footer {
	position: relative;
	clear: both;
	width: 100%;
	background: url('images/bg_footer.jpg');
	background-repeat: repeat-x;
	height: 50px;
}

#footer {
	width: 900px;
	color: #FFFFFF;
	padding-top: 17px;
	line-height: 150%;
	font-size: 10px;
	margin: 0 auto;
	z-index: 3;
}
