@charset "utf-8";
@import url("font.css");
@import url("box.css");

/* CSS Document */
html,body{
	margin:0px;
	padding:0px;
	background-color:#F9F2E0;
}

/*================================Layout=========================================*/
#container{
	width:75%;
	margin:0px auto;
}

#layout{
	width:953px;
	height:700px;
	border-left:#fff solid 4px;
	border-right:#fff solid 4px;
	background:#234781 url(../_images/n_home_bg.jpg) repeat-x top right;
}

#layout_l{
	width:454px;
	float:left;
}

#layout_r{
	width:483px;
	float:left;
}

#header,#sideBar_l{
	width:454px;
	float:left;
}

#header{
	height:387px;
	border-bottom:#fff solid 1px;
}

#sideBar_l{
	height:273px;
	background-color:#244882;
	border-top:#1D3968 solid 5px;
}

#QuickForm{
	width:205px;
	padding-left:27px;
	padding-right:20px;
	float:left;
}

#HotTopics{
	width:181px;
	float:left;
}

#main_menu,#header_welcome{
	float:left;
}

#main_menu{
	width:481px;
	border-top:#50C7E7 solid 4px;
	height:46px;
	border-left:#fff solid 1px;
}

#header_welcome{
	width:365px;
	height:23px;
	border-left:#fff solid 1px;
	background-image:url(../_images/heaer_welcome.jpg);
	padding:116px 63px 57px 52px;
}

#text{
	width:365px;
	height:23px;
	overflow:hidden;
}

.home_bg{
	height:26px;
	border-left:#fff solid 1px;
	border-top:#fff solid 1px;
	background:#fff url(../_images/bg_line.jpg) repeat-x left center;
	width:481px;
	float:left;
}

#bg_img{
	float:right;
}

#home_content{
	height:158px;
	background:#fff url(../_images/bg_r1.jpg) no-repeat right top;
	padding:22px 131px 10px 23px;
	width:328px;
	float:left;
}

.newBg{
	padding-bottom:9px;
	padding-top:10px;
	border-bottom:#0C2450 solid 1px;
	line-height:18px;
}

.newBg1{
	padding-bottom:9px;
	padding-top:20px;
	border-bottom:#0C2450 solid 1px;
	line-height:18px;
}

#galleries{
	width:432px;
	height:220px;
	padding-left:50px;
	background:#234781 url(../_images/home_bg.jpg) no-repeat left top;
	float:left;
}

#footer{
	width:953px;
	float:left;
}

#footer_l,#footer_r{
	height:34px;
	float:left;
}

#footer_l{
	width:427px;
	background-color:#193769;
	padding-left:27px;
}

#footer_r{
	width:479px;
	padding-right:20px;
	background:#193769 url(../_images/footer_bg.jpg) repeat-y left top;
}

.footer{
float:right;
line-height:34px;}


