﻿#top-animation {
	width: 305px;
	height: 430px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}
#narration {
	width: 320px;
	height: 430px;
	margin-left: 200px;
	float: left;
}
.narration1 {
	width: 310px;
	height: 95px;
	margin-top: 30px;
}
.narration2 {
	width: 310px;
	height: 250px;
	font-size: 10px;
	color: #333333;
	line-height: 1.5;
}
#news {
	clear: both;
	width: 700px;
	margin-left: 200px;
	padding-top: 10px;
}
.article li {
    height: 20px;
}
.article li a {
	background-position: left center;
	display: block;
	height: 15px;
	padding-left: 10px;
	background-image: url('../imgs/small-arrow.gif');
	background-repeat: no-repeat;
	text-decoration: none;
}
