#topnews {
	background-color: #003466;
	float: left;
	width: 534px;
	margin: 0;
	padding: 0px;
	padding-bottom: 5px;
	color: #fff;
}
#topnews a {
	color: #fff;
}
#topnews_left {
	width: 420px;
	float: left;
	margin: 0;
	padding: 0px;
	text-align: left;
}
.topnews_body {
	padding: 5px;
	height: 35px;
	overflow:hidden;
}
#topnews_right {
	width: 114px;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0px;
}
#topnews_right img {
	margin-top: 13px;
	border: 2px solid #ffffff;
}
#topnews_right .border-white {
	border: 2px solid #ffffff;
}
#topnews_right .border-blue {
	border: 2px solid #0566C7;
}
#topnews_left .topnews_title {
	font-size: 22px;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	background: url('../topnews_title.png');
	position:absolute;
	width: 410px;
	height: 30px;
	overflow:hidden;
}