
div.title {
	padding-top: 10px;
}

div.info {
	float: left;
	padding-left: 10px;
	width: 300px;
}

div.info-text {
	padding: 0px 10px;
}

div.ftrain-info {
	float: right;
	padding-left: 10px;
	width: 330px;
}

div.ftrain-photo {
	float: left;
	width: 308px;
}

div.news {
	float: right;
	width: 340px;
}


div.news {
	float: right;
	width: 340px;
}

div.news div.title {
	height: 36px;
	position: relative;
	width: 340px;
}

div.news div.title div.morebtn {
	position: absolute;
	right: 10px;
	text-align: right;
	top: 23px;
	width: 100px;
}

div.news div.title div.morebtn a {
	background: url(../images/top_news_btn-trans.png) no-repeat 0px 6px;
	padding: 2px 5px 2px 17px;
	text-decoration: none;
}

div.news div.title div.morebtn a:hover {
	background-position: 2px -94px;
	text-decoration: underline;
}

div.news div.news-bg {
	background: url(images/news_bg_footer.gif) no-repeat left bottom;
	padding-bottom: 10px;
}

div.news div.list {
	background: url(images/news_bg.gif) repeat-y left top;
	padding: 5px 10px;
}

div.news div.list ul {
	border-top: 1px dotted #eace96;
}

div.news div.list ul li {
	border-bottom: 1px dotted #eace96;
	clear: both;
	padding: 2px 0px;
}

div.news div.list ul li a {
	background: #f1f1f1 url(images/news_li.gif) no-repeat;
	border-bottom: 1px dotted #eace96;
	cursor: pointer;
	display: block;
	min-height: 50px;
	padding: 5px 10px 2px 90px;
	position: relative;
	text-decoration: none;
	width: 220px;
}

div.news div.list ul li a:hover {
	background-color: #f7e8b0;
	background-position: -330px 0px;
	color: #bb9516;
	text-decoration: underline;
}

div.news div.list ul li a span.img {
	left: 20px;
	position: absolute;
	top: 10px;
}

div.news div.list ul li a span.date {
	display: block;
}

div.news div.list ul li a strong {
	display: block;
	font-size: 120%;
}

