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

#bg_header {
	width: 100%;
	margin: 0 auto;
	height: 109px;
	background: #EEEEEE;
	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: 109px;
	line-height: 100%;
	z-index: 5;
}

#menu {
	float: right;
	clear: right;
	text-align: left;
	height: 109px;
}

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

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

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

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

#bg_content_shadow {
	width: 960px;
	margin: 0 auto;
	background-image: url('/images/bg_content_shadow.png');
	background-repeat: repeat-y;
	background-position: center top;
	z-index: 7;
}

#content {
	width: 890px;
	margin: 0 auto;
	padding: 40px 40px 25px 40px;
	min-height: 500px;
	z-index: 8;
}

#column_left {
	float: left;
	width: 530px;
	padding-right: 45px;
}

#column_left.blog {
	float: left;
	width: 575px;
	padding-right: 0px;
}

#column_right {
	float: left;
	width: 315px;
}

#sidebar_box_top {
	position: relative;
	width: 315px;
	height: 15px;
	background-image: url('/images/sidebar_box_top.png');
	background-repeat: no-repeat;
	background-position: top center;
}

#sidebar_box_middle {
	position: relative;
	width: 315px;
	height: auto;
	background-image: url('/images/sidebar_box_middle.png');
	background-repeat: repeat-y;
	background-position: top center;
}

#sidebar_box_middle_fade {
	position: relative;
	width: 315px;
	height: auto;
	background-image: url('/images/sidebar_box_middle_fade.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom: 40px;
}

#sidebar_box_content {
	position: relative;
	width: 245px;
	padding: 15px 35px 15px 35px;
	height: auto;
	line-height: 150%;
}

#sidebar_box_bottom {
	position: relative;
	width: 315px;
	height: 15px;
	background-image: url('/images/sidebar_box_bottom.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom: 40px;
}

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

#footer {
	width: 954px;
	color: #666666;
	background-image: url('/images/bg_footer_overlay.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	padding: 45px 3px 0px 3px;
	line-height: 150%;
	font-size: 11px;
	margin: 0 auto;
	text-align: center;
	z-index: 3;
}

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