/*通用样式*/
body {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:16px;
}
input,select,textarea {
	font-size:12px;
	line-height:16px;
}
img {
	border:0;
}
form,label,input,select {
	margin:0;
}
ul,ol,li {
	padding:0;
	margin:0;
	list-style-type:none;
}
em {
	display:none;
}
h1,h2,h3,h4,h5 {
	padding:0;
	margin:0;
	font-size:12px;
	line-height:16px;
}

.px14 {
	font-size:14px;
	line-height:18px;
}
.en {
	font-size:11px;
	font-family:"Verdana";
}
.L18 {
	line-height:18px;
}
.L20 {
	line-height:20px;
}
.L22 {
	line-height:22px;
}
.L24 {
	line-height:24px;
}
.L26 {
	line-height:26px;
}

.clear,.space1,.space2,.space3,.space4,.space5 {
	padding:0;
	clear:both;
	line-height:1px;
	font-size:1px;
}
.space1 {	height:2px;	}
.space2 {	height:5px;	}
.space3 {	height:8px;	}
.space4 {	height:10px;	}
.space5 {	height:16px;	}
.zone {
	display:block;
	float:left;
	width:100%;
}
.first {
	float:left;
}
.last {
	float:right;
}

/*通用页头*/
#logo1 {
	display:block;
	float:left;
	width:24%;
	height:42px;
}
#logo1 a {
	display:block;
	width:120px;
	height:40px;
	margin:1px auto;
	background:url(http://images.sports.cn/logoimages/logo1_120w.gif) no-repeat center center;
}
#nav1 {
	display:block;
	float:left;
	width:75%;
}
#nav1 li {
	display:block;
	float:left;
	padding:14px 18px 12px 0;
}
#nav1 a:link,#nav1 a:visited {
	color:#555;
}
#nav1 a:hover,#nav1 a:active {
	color:#c00;
}

/*通用页脚*/
.footer div {
  display:block;
  width:560px;
  margin:auto;
  line-height:200%;
  text-align:center;
  padding:10px 0 15px 0;
}
.footer img {
  float:right;
}