@CHARSET "UTF-8";
body{
	margin:0;
	padding:0;
	background:#fff;
	font-family:Arial;
	font-size:12px;
}
#box_head{
	width:100%;
}
#head{
	width:999px;
	height:155px;
	margin:0 auto;
}
#menu_top{
	width:100%;
	float:left;
}
#menu_top div{
	float:right;
}
#menu_content{
	height:22px;
	background:url(../images/bg_menu_top.png);
	background-repeat:repeat-x;
	float:left;
	padding:0 10px;
	padding-top:5px;
}
#menu_content a{
	color:#fff;
	text-decoration:none;
}
#menu_right{
	width:10px;
	height:27px;
	background:url(../images/bg_left_menu_top.png);
	float:left;
	background-repeat:no-repeat;
}
#menu_left{
	width:10px;
	height:27px;
	background:url(../images/bg_right_menu_top.png);
	float:left;
	background-repeat:no-repeat;
}

#logo{
	width:470px;
	height:128px;
	background:url(../images/head.png);
	float:left;
}
#menu_second_top{
	padding-top:15px;
	float:left;
	width:529px;
	height:128px;
	color:#676767;
}
#menu_second_top a{
	text-decoration:none;
	font-size:15px;
	
}

#box_banners{
	width:100%;
	background:#313b47;
}
#banners{
	margin:0 auto;
	width:999px;
	min-height:100px;
	text-align:center;
	padding-top:10px;
}

#box_container{
	width:100%;
	padding-top:10px;
}
#container{
	margin:0 auto;
	width:999px;
	height:auto;
	background:white;
	min-height:100px;
	background:url(../images/bg_content.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#content{
	/*min-width:800px;*/
	float:left;
	padding:0 10px;
}
#column_right{
	width:267px;
	float:right;
}
#breadcrumbs{
	padding:5px 5px 5px 35px;
	color:#fff;
	font-weight:bold;
}
#breadcrumbs a{
	color:#fff;
}
#box_footer{
	width:100%;
	text-align:center;
	background:#313b47;
	padding:15px 0;
}
#box_footer a{
	color:#6e91bb;
	text-decoration:none;
	margin-right:30px;
}

#credits{
	width:100%;
	padding:10px 0;
	color:#676767;
	font-size:11px;
	text-align:center;
}

