html, body {
	margin: 0px;
	padding: 0px;
	height:100%;
	background:#CCCCCC;
}

.holder_page {
	position: relative;
	display:block;

	width: 980px;
	min-height:100%;
	margin: 0 auto -100px auto;
}
.holder_header {
	position: relative;
	height: 36px;
	width: 100%;
	background: #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}

.holder_banner {
	position: relative;
	width: 100%;
	height:330px;
}
.holder_banner_02 {
	position: relative;
	width: 100%;
	height:221px;
	margin:0 auto;
	margin-top:-165px;
	text-align:center;
}

.holder_content_top_home {
	height: 23px;
	width: 100%;
}

.holder_content_top {
	height: 23px;
	width: 100%;
	margin-top:-165px;
}
.holder_content {
	position: relative;
	width: 980px;
	min-height:241px;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0px 0px 20px 0px;
}

.holder_content_top_home div.holder_content {
	margin-top:-35px;
}

.divider{
	position: relative;
	display:block;
	float: left;
	width:100%;
	border-bottom: 1px dotted #666;
	margin: 7px 0 10px 0;
	font-size:1px;
}
.div_hor {
	position: relative;
	display:block;
	float: left;
	width:100%;
	border-bottom: 1px dotted #666;
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
}
.div_hor_2 {
	position: relative;
	display:block;
	float: left;
	width:1850px;
	margin: 50px 0 0px 55px;
	padding: 0 0 0px 0;
}
.div_hor3 {
	position: relative;
	display:block;
	float: left;
	width:550px;
	margin: 0 0 10px 55px;
	padding: 0 0 20px 0;
}


.clearfix:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */




.clearfooter {
	height: 100px;
	clear: both;
}
.footer {
	position:relative;
	display:block;
	width:100%;
	height:120px;
	background: #2f2f2f;

}
#footer_content {
	position:relative;
	display:block;
	width:980px;
	height:80px;

	margin: 0 auto 0 auto;
	padding: 10px 0px 0 0px;
}
.float_left {
	float:left;
	display: block;
}
.float_right { 
	float:right;
	display: block;
	}
.hidden {
	visibility: hidden;
}

