#wrapper {
	margin: 0 auto;
}

#wrapper_shadow {
	margin: 0 auto;
	background-image: url('images/bg_shadow.png');
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 1;
}

#header {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background-image: url('images/bg_header.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 87px;
	z-index: 2;
}

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

#phone_number {
	float: left;
	padding-top: 16px;
	padding-left: 97px;
}

#logo_mi {
	float: right;
	padding-top: 16px;
	padding-right: 30px;
}

#menu_bar {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background-image: url('images/bg_menu.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	height: 46px;
	z-index: 2;
}

#menu {
	float: left;
}

#bg_content {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
	background: #F5F5F5;
	background-image: url('images/bg_image_subpage.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 2;
}

#content {
	position: relative;
	width: 860px;
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
	margin: 0 auto;
	padding: 30px;
	line-height: 150%;
	min-height: 500px;
	z-index: 3;
}

#column_left {
	float: left;
    width: 559px;
	padding-right: 20px;
	border-right: solid 1px #CCCCCC;
}

.full_width {
	width: 860px;
	border-right: solid 0px #CCCCCC;
}

#column_right {
	float: right;
	width: 260px;
	padding-left: 20px;
	margin-top: 10px;
}

#footer {
	position: relative;
	color: #01CAD7;
 	font-size: 11px;
	padding: 20px 0px;
 	clear: both;
	text-align: center;
	z-index: 4;
}

#copyright {
	position: relative;
	width: 920px;
	margin: 0 auto;
	color: #FFFFFF;
 	font-size: 11px;
	line-height: 150%;
	padding: 20px 0px 40px 0px;
 	clear: both;
	text-align: center;
	z-index: 4;
}

