body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,textarea,p {
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family:Tahoma;
}
body {
	background:#f4f4f4;
	color:#333;
}
a {
	text-decoration:none;
}
.header_wrap {
	background:#488fce;
    display: block;
    left: 0;
    position:fixed;
    top: 0;
    width: 100%;
	height: 50px;
    z-index: 10;
}
.auto {
	width:960px;
	margin:0px auto;
}
.logo {
	width:150px;
	height: 50px;
	line-height: 50px;
	font-size:25px;
	font-family:NSimSun;
	font-weight:bold;
	color:#fff;
	float:left;
}
#header .nav a {
	color:#fff;
	display:block;
	width:80px;
	height: 35px;
	line-height:35px;
	margin-top:15px;
	float:left;
	text-align:center;
	font-size:15px;
	cursor:pointer;
}
#header .login {
	float:right;
	height: 35px;
	line-height:35px;
	margin-top:15px;
}
#header .login a {
	color:#fff;
}
#footer {
	border-top:1px solid #d3d3d3;
	text-align:center;
	padding:20px 0;
	margin-top:30px;
}
#footer a {
	color:#666;
}
#footer .bottom {
	padding:0 0 8px 0;
}
.copyright {
	height:25px;
	color: red;
    font-size: 13px;
    text-align: center;
}
.pages a {
    background:url(core_bg.png) #f8f8f8;
    border-color: #c9c9c9 #bdbdbd #b0b0b0;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    display: inline-block;
    line-height: 13px;
    margin-right: 3px;
    padding: 6px 10px;
    text-decoration: none;
    vertical-align: top;
}
