/* 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 .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 .left_container {
	width:530px;
	overflow:hidden;
	padding:0 0 0 20px;
}
#content_container .left_container h2 {
	font-size:18px;
	font-weight:bold;
	color:#735623;
}
#content_container .left_container p {
	font-size:14px;
	color:#372810;
	line-height:18px;
	padding:20px 0 0 0;
}
#content_container .right_container {
	width:340px;
	overflow:hidden;
}
#content_container .right_container .tips_container {
	width:278px;
	height:396px;
	overflow:hidden;
	background:url(../images/bg_tips.png) no-repeat ;
	padding:0 20px;
}
#content_container .right_container .tips_container h1 {
	font-size:18px;
	font-weight:bold;
	color:#735623;
	padding:15px 0 5px 0;
}
#content_container .right_container .tips_container .tips {
	width:278px;
	overflow:hidden;
}
#content_container .right_container .tips_container .tips h2 {
	font-size:14px;
	font-weight:bold;
	color:#735623;
	padding:5px 0 5px 0;
}
#content_container .right_container .tips_container .tips p {
	font-size:12px;
	color:#372810;
	line-height:16px;
	padding:0 0 8px 0;
}
#content_container .right_container .tips_container .tips .line {
	width:278px;
	height:1px;
	overflow:hidden;
	background:url(../images/linebottom_tips.png) no-repeat center bottom;
}








