#wrapper {
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}

#bg_header {
	width: 100%;
	margin: 0 auto;
	height: 112px;
	background: #4B4B4B;
	background-image: url('images/bg_menu.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	z-index: 5;
}

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

#menu {
	float: right;
	clear: right;
}

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

#bg_content {
	position: relative;
	width: 100%;
	background: #444444;
	background-image: url('images/bg_content.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	text-align: left;
	z-index: 4;
}

#content {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0px 40px 0px;
	line-height: 200%;
	z-index: 7;
	min-height: 500px;
}

#bg_subheader {
	width: 100%;
	height: 77px;
	background: #9C1011;
	background-image: url('images/bg_subheader.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0 auto;
	padding-top: 33px;
	text-align: left;
	z-index: 6;
}

#subheader {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	z-index: 7;
}

#bg_breadcrumb {
	width: 100%;
	height: 30px;
	background: #4A4A4A;
	background-image: url('images/bg_breadcrumb.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0 auto;
	z-index: 6;
}

#breadcrumb {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0px 0px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #CCCCCC;
	letter-spacing: 1px;
	text-transform: uppercase;
	z-index: 7;
	text-align: left;
}

#column_left {
	float: left;
	width: 580px;
	padding-right: 40px;
}

#column_right {
	float: left;
	width: 340px;
	font-size: 11px;
	color: #888888;
}

#bg_footer {
	position: relative;
	width: 100%;
	background: #1A1A1A;
	background-image: url('images/bg_footer.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	height: 130px;
}

#footer {
	width: 960px;
	color: #666666;
	padding-top: 15px;
	line-height: 150%;
	font-size: 11px;
	margin: 0 auto;
	text-align: center;
	z-index: 3;
}

#footer_menu {
	float: left;
	text-align: left;
}
