/* FLY */

#middle_container {
	width:1000px;
	overflow:hidden;
	min-height:800px;
	background:url(../images/bg_middle_inner.png) no-repeat;
}
#middle_container h1 {
	font-size:24px;
	font-weight:bold;
	color:#372810;
	text-transform:uppercase;
	padding:40px 0 0 20px;
}
#content_container {
	margin:0 auto;
	width:900px;
	overflow:hidden;
}
#content_container .tit {
	width:900px;
	overflow:hidden;
	font-size:24px;
	font-weight:bold;
	color:#9d0e03;
	text-align:center;
	padding:0 0 15px 0;
}
#content_container .topbg {
	width:900px;
	height:40px;
	overflow:hidden;
	background:url(../images/bg_inner_top.png) no-repeat;
}
#content_container .middlebg {
	width:900px;
	overflow:hidden;
	background:url(../images/bg_inner_middle.png) repeat-y;
}
#content_container .bottombg {
	width:900px;
	height:68px;
	overflow:hidden;
	background:url(../images/bg_inner_bottom.png) no-repeat;
}
#content_container .content_panel {
	width:860px;
	overflow:hidden;
	padding:0 20px 0 20px;
}
#content_container .content_panel p {
	font-size:14px;
	color:#372810;
	line-height:20px;
	padding:0 0 20px 0;
}
#content_container .content_panel p span {
	color:#9d0e03;
}
#content_container .content_panel p span a {
	color:#9d0e03;
	text-decoration:none;
}
#content_container .topten_container {
	margin:0 0 0 20px;
	width:225px;
	height:396px;
	overflow:hidden;
	background:url(../images/bg_topten.png) no-repeat ;
	padding:0 20px;
}
#content_container .topten_container h1 {
	font-size:18px;
	font-weight:bold;
	color:#735623;
	padding:15px 0 5px 0;
}
#content_container .topten_container .tips {
	width:225px;
	overflow:hidden;
}
#content_container .topten_container .tips h2 {
	font-size:14px;
	font-weight:bold;
	color:#735623;
	padding:5px 0 5px 0;
}
#content_container .topten_container .tips p {
	font-size:12px;
	color:#372810;
	line-height:16px;
	padding:0 0 8px 0;
}
#content_container .topten_container .tips .line {
	width:225px;
	height:1px;
	overflow:hidden;
	background:url(../images/linebottom_tips.png) no-repeat center bottom;
}
#content_container h3 {
	font-size:14px;
	font-weight:bold;
	color:#9d0e03;
}
#content_container .content_panel .tenwayslinks {
	font-size:12px;
	font-weight:normal;
	color:#9d0e03;
	line-height:18px;
	padding:10px 0 10px 0;
}
 .tenwayslinks a {
	font-size:12px;
	font-weight:normal;
	color:#9d0e03;
	text-decoration:underline;
}







