@charset "utf-8";
* {
	margin:15;
	padding:0;
	border: none;
}
html {
	height: 100%;
	overflow:visible;
}
body {
	height: 100%;
	background-color:#FFF;
}
#container_frame {
	margin:auto;
	min-height:100%;
	position: relative;
	width:1015px;
	background-color:#FFFFFF;
	overflow:visible;
}
 
* html #container_frame {
	height: 100%;
}
 
#container_mainframe {
	border-right: 1px solid #9d9d9d;
	border-left: 1px solid #9d9d9d;
	background-color:#FFFF33;
}
 
#container_header {
	width:1018px;
	height:280px;
	/*background-color:#E7362E;*/
	overflow:visible;
}
#container_header01 {
	float:left;
	width:1018px;
	height:53px;
	overflow:visible;
}
#menu_shape {
	width:57px;
	height:10px;
	background-color:#000000;
	background-image:url(../style_pix/bow.gif);
	background-repeat: no-repeat;
	margin-left:213px;
	overflow:visible;
}
#pictures {
	width:410px;
	height:70px;
	margin-top:127px;
	overflow:hidden;
}
#menu {
	width:800px;
	height:39px;
	margin-top:18px;
	margin-left:30px;
	overflow:visible;
	background-color:#427fb9;
	z-index:-1;
	}
#menu_left {
	float:left;
	width:10px;
	height:53px;

	background-color:#FFFFFF;
	background: #f7b442 url(../style_pix/menu_left.gif) no-repeat;
}
#menu_center {
	float:left;
	width:994px;
	height:53px;
	background-color:#FFFFFF;
	background-image: url(../style_pix/menu_bg.gif); 
	background-repeat: repeat-x;
}
#menu_right {
	float:left;
	width:11px;
	height:53px;
	background-color:#FFFFFF;
	background: #f7b442 url(../style_pix/menu_right.gif) no-repeat;
}

#container_header02 {
	width:1015px;
	height:100px;
	background-color:#f7b442;
	background-position:center;
	/*background:#f7b442 url(style_pix/top01.gif) no-repeat;*/
	overflow:visible;
}
#container_top_left {
	float:left;
	width:505px;
	height:227px;
	overflow:visible;
	background-color:#FFFFFF;
	background: #f7b442 url(../style_pix/top02.gif) no-repeat;
}
#container_top_right {
	float:left;
	width:505px;
	height:227px;
	/*padding-top:8px;*/
	overflow:visible;
	background-color:#FFFFFF;
	background:#f7b442 url(../style_pix/top01.gif) no-repeat;
}
#container_content {
	width:1013px;
	position: relative;
	border-right: 1px solid #9d9d9d;
	border-left: 1px solid #9d9d9d;
	background-color:#FFFFFF;
	overflow:hidden;
}
 
#container_footer {
	bottom:0;
	width: 1015px;
	height:38px;
	background-color:#FFFFFF; 
}
 
#container_footer_content {
	width:1013px;
	height:36px;
	border: 1px solid #9d9d9d;
	background-image:url(../style_pix/footer_bg.gif);
	background-color:#CCCC33;
	-moz-border-radius: 0px 0px 15px 15px; 
	-webkit-border-radius: 0px 0px 15px 15px; 
	-khtml-border-radius: 0px 0px 15px 15px;
	text-align:center;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	
}
 
* html #container_footer {
	/* IE fix  */
	bottom: -1px;
}
 
.block_end {
	clear:both;
}


