body {
	margin: 0px;
	padding: 0px;
	background-color: #F4F4F4;
	font-family: "微软雅黑", "宋体";
	font-size: 14px;
	line-height: 26px;	
}

*{
	padding:0;
	margin:0;
	list-style:none;	 
}

ul, li {
    list-style: none;
}

A{
	color: #333333;
	text-decoration: none;
 cursor:pointer;
	
}

A:hover{ 
	color: #FF6600;
}

#container{
    background-color: #ffffff;
	padding:5%;
}

#timeline {
	width: 840px;
	overflow: hidden;
	margin:0 auto 10px;
	position: relative;
	border-radius:5px;
	background-image: url(/files/dasj000.jpg);
	background-repeat: repeat-x;
	background-position: center 55px;
}
#dates {
	width: 840px;
	height: 60px;
	overflow: hidden;
	padding-top:10px;
}
#dates li {
	list-style: none;
	float: left;
	width: 140px;
	height: 50px;
	font-size: 21px;
	text-align: center;
	background-image: url(/files/dasj001.jpg);
	background-repeat: no-repeat;
	background-position: center 39px;
	font-family: "寰蒋闆呴粦", "瀹嬩綋";
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
}
#dates .selected {
	font-size: 32px;
	color:#f40;
}
#issues {
	width: 840px;
	overflow: hidden;
}
#issues li {
	width:840px;
	list-style: none;
	float: left;
	text-align: left;
	text-indent: 0px;
}
#grad_left,  #grad_right {
	width: 100px;
	
	position: absolute;
	top: 0;
}
#grad_left {
	left: 0;
	border-radius:5px;
	background: url('/files/grad_left.png') repeat-y;
}
#grad_right {
	right: 0;
	background: url('/files/grad_right.png') repeat-y;
}