/* 
	1. timeline
*/
/* 1. timeline */
	body {
		background: #fff url("../img/timeline/bg.gif") repeat-x;
		line-height:17px;
	}
	p {
		margin-bottom:6px;
	}
	a, a:visited, a:active {
		color: #3b3535;
		cursor:pointer;
	} a:hover { color: #d4360d;cursor:pointer; }
	div.title {
		position: relative;
		width: 716px;
		margin: 20px 0;
	}
	div.title img.icon {
		float: right;
		width: 56px;
		margin: -8px 0px 0 20px;
	}
	div.title img.div {
		float: right;
		width: 13px;
	}
	div.title h1 {
		font-size:24px;
		float: right;
		color: #ab3000;	
		margin: 14px 20px 0 0;
		font-weight:bold;
		line-height:30px;
	}
	div.title span.font18 {
		font-size:18px;
	}
	div.timlineBox {
		margin-top:30px;
	}
	div.timlineBox div.top {
		background:url("../img/timeline/bg_top.gif") no-repeat;
		width:714px;
		height:13px;
		overflow:hidden;
	}
	div.timlineBox div.middle {
		background:url("../img/timeline/bg_mid.gif") repeat-y;
		width:714px;
		overflow:hidden;
	}
	div.timlineBox div.middle img{
		float:right;
		padding:5px 30px 0 20px;
	}
	div.timlineBox div.middle div{
		width:570px;
		float:right;
		text-align:justify;
	}
	div.timlineBox div.middle div p{
		padding-right:5px;
	}
	div.timlineBox div.bottom {
		background:url("../img/timeline/bg_bot.gif") no-repeat;
		width:714px;
		height:13px;
		overflow:hidden;
	}
	a.aBackToTop, a.aBackToTop:active, a.aBackToTop:visited {
		margin: 6px 320px 0 0;	
	}
/***end***/




