@charset "UTF-8";
/* CSS Document */

#border{
	width: 968px;
	background: #F4F4F4;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	overflow-style: auto;
}
#container{
	width: 968px;
	background: #FFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	overflow-style: auto;
	box-shadow: 1px 1px 2px 2px #CCC;
}
#container #banner {
	background-color: #FFFFFF;
	height: 140px;
	width: 968px;
}

#banner {
	position: relative;
}

#check_menu {
	position: absolute;
	bottom: 0px;
	background-color: #FFFFFF;
	right: 30px;
}


#container #main_page {
	background-color: #FFFFFF;
	width: 968;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#container #white_back {
	background-color: #FFFFFF;
	height: auto;
	width: 900px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-left: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#left_column {
	width: 425px;
	float: left;
	margin-left: 0px;
	background-color: #FFFFFF;
	margin-top: 10px;
	border-left: 10px;
	border-right: 10px;
}
#center_column {
	width: 50px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}
#right_column {
	width: 425px;
	float: right;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#left_footer {
	width: 200px;
	float:left;
	margin-right:0px;
	margin-top: 0px;
	margin-left: 10px;
	background-color: #070A0A;
}
#center_footer {
	width: 200px;
	float: center;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 174px;
	background-color: #070A0A;
}
#right_footer {
	width: 200px;
	float:right;
	margin-right:10px;
	margin-top: 0px;
	background-color: #070A0A;
}


#footer {
	background-color: #070A0A;
}
