body {
	margin: 0;
	padding: 0;
	font: 14px "宋体";
	text-align: center;
	background: #DEEBF3 url(../images/bgBody.jpg) repeat-x 0 -90px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
img,form,ul {
	margin: 0;
	padding: 0;
	border: 0;
}
ul {
	list-style-type: none;	
}

#container {
	margin: 0 auto;
	padding: 0 10px;
	width: 950px;
	text-align: left;
	background: #FFF;
}
/*==========顶部登录收藏等链接==========*/
#topNav {
	padding: 6px 10px 0;
	height: 18px;
	font: 12px "宋体";
	color: #333;
	border: 1px solid #CCC;
	border-top: none;
	background: #EFEFEF;
}
#topNav .left {
	float: left;
}
#topNav .right {
	float: right;
}
/*==========logo&广告==========*/
#top {
	margin: 10px 0;
	height: 60px;
}
#top #logo {
	float: left;
	padding-top: 3px;
	width: 180px;
}
#top .bnr {
	float: left;
	margin-left: 0px;
	width: 468px;
	height: 60px;
}
#top .bnr2 {
	float: right;
	width: 250px;
	height: 60px;
}
/*==========导航菜单及菜单广告==========*/
#nav {
	clear: both;
	padding: 0 10px;
	height: 30px;
	overflow: hidden;
	background: url(../images/bgBody.jpg) repeat-x 0 0;
}
#nav a {
	float: left;
	padding: 8px 15px;
	height: 14px;
	overflow: hidden;
	color: #FFF;
	background: url(../images/bgMenu.jpg) no-repeat top right;
}
#nav a:hover,#nav a.current {
	color: #006;
	text-decoration: none;
	background: url(../images/bgMenu.jpg) no-repeat bottom right;
	*background: url(../images/bgMenu.jpg) no-repeat -30px right; /*针对IE6*/
}
#nav a.current {
	font-weight: bold;
}
#subNav {
	clear: both;
	padding: 10px 0 10px 10px;
	height: 12px;
	overflow: hidden;
	font: 12px "宋体";
	color: #333;
	background: url(../images/bgBody.jpg) repeat-x 0 -58px;
}
#subNav a {
	margin: 0 8px 0 0;
}
/*==========搜索==========*/
#search {
	margin: 10px 0;
	padding: 6px 10px 0;
	height: 29px;
	font-size: 12px;
	background: #EFEFEF;
	border: 1px solid #CCC;
}
#search .left {
	float: left;
}
#search .left #keyword {
	width: 150px;
	height: 16px;
	border: 1px solid #7F9DB9;
}
.btn {	
	padding: 1px 0 0;
	width: 50px;
	height: 20px;
	font: 12px/150% "宋体";
	border: none;
	background: url(../images/bgBtn.gif)
}
#search .right {
	float: right;
	padding: 5px 0 0;
	width: 570px;
}
/*==========中间主体==========*/
.pack {
	border: 1px solid #99BBDD;
}

.pack .caption {
	margin-bottom: 5px;
	padding: 7px 10px 0;
	height: 21px;
	font-weight: bold;
	color: #006;
	background: #DEEBF3;
	border-bottom: 1px solid #99BBDD;
}
.pack .caption span {
	float: right;
	padding: 2px 0 0;
	font: 12px "宋体";
}
.pack .caption span a {
	color: #666;
}
#mid {
	margin: 0;
}
#mid .side {
	float: left;
	width: 250px;
}
#mid .main {
	float: right;
	width: 690px;
}
#mid .clear {
	clear: both;
}

/*==========版权声明==========*/
#bot {
	padding: 5px 0 15px;
	font: 12px "verdana";
	color: #666;
	text-align: center;
	border-top: 3px solid #99BBDD;
	background-color: #F5F5F5;
}
#bot a {
	color: #666;
}
#bot p {
	margin: 6px;
}
/*==========底部链接==========*/
#botNav {
	margin: 5px 0;
	padding: 8px 10px 0;
	height: 20px;
	font: 14px "宋体";
	color: #000;
	text-align: center;
}
#botNav a {
	color: #000;
}
/*==========颜色==========*/
.red { color: red;}
.blue { color: blue;}
.yellow { color: yellow;}
/*==========广告==========*/
.a1 {
	clear: both;
	margin: 10px 0 5px;
	white-space: nowrap;
	overflow: hidden;
}
.a1 img {
	margin: 0 4px 5px 0;
}

#stat {
	display:none;
}