/* CSS Document 页面内容样式——头部底部 */


/*顶部样式*/
.calendar_favious {
	height:20px;
	padding:4px 10px;
	line-height:22px;
	color:#ccc;
	display: block;
	margin: 0 auto;
	clear: both;
}
.calendar_favious a:link, .calendar_favious a:visited {
	color:#ededed;
	text-decoration:none;
}
.calendar_favious a:hover, .calendar_favious a:active {
	color:#FFF;
	text-decoration:none;
}
#header {
	height:146px;
	margin: 0 auto;
	clear: both;
	display: block;
	background: url(../images/bg_top_03.png) center -48px no-repeat;
	width:1002px;
	position:relative;
}
#header span{
	display:none;
}
/*头部菜单样式begin*/
#topnav {
	height:auto;
	margin: 0 auto;
	display: block;
}
.topnav {
	height:auto;
	margin: 0 auto;
	width:980px;
	display: block;
	overflow: hidden;
	border:1px solid #222;
}
.topnav ul{
	width:auto;
	height:auto;
	margin:0 auto;
	background: #555;
	overflow: hidden;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #999;
}
.topnav li{
	display:inline;
}
.topnav li a:link,.topnav li a:visited{
	display:block;
	padding:2px 6px;
	background-color:#555;
	text-decoration:none;
	font-size:14px;
	line-height:28px;
	height:28px;
	overflow:hidden;
	color:#ccc;
	border-left:1px solid #9f9f9f;
	border-right:1px solid #222;
	float:left;
}
.topnav li.last a:link,.topnav li.last a:visited{
	border-left:1px solid #9f9f9f;
	border-right:0px solid #222;
}
.topnav li a:hover,.topnav li a:active{
	color:#fff;
	background-color:#666;
	text-decoration:none;
}
/*头部菜单样式end*/

/*底部样式begin*/
.bottom {
	text-align: center;
	display: block;
	clear: both;
	height: auto;
	line-height: 1.6em;
	color: #333;
	margin: 0 auto;
	background:url(../images/bg_bottom_01.png) 0 0 repeat-x;
	width:100%;
	overflow:hidden;
}
.bottom_content {
	display:block;
	margin:0 auto;
	width:982px;
	background:#333;
	position: relative;
}
.bottom_content .bottombox {
	display:block;
	padding:6px 0;
	background:url(../images/bg_bottom_02.png) 0 0 repeat-x;
	width:982px;
	margin:0 auto;
}
.bottom p {
	color:#444;
	padding: 1px 10px;
}
.bottom p a:link, .bottom p a:visited {
	text-decoration:none;
	color: #333;
}
.bottom p a:hover, .bottom p a:active {
	text-decoration:none;
	color:#000;
}
/*底部样式end*/

