#news_container {
	position: relative;
	height: 210px;
	width: 410px;
	left: 0px;
	top: 5px;	
	text-align: left;	
}
img.news_thumb{
	position: absolute;
	margin-left: 10px;
	margin-top: 5px;
	width: 133px;
	height: 100px;
	border: 1px solid #91A7B4;
}
#news_right{
	position: absolute;
	margin-left: 150px;
	margin-top: 5px;
	height: 100px;
	text-align:justify;
	left:5px;
	right:3px;
	border:0px solid;
	width:250px;
}
.news_title{		
	font-size: 12px;
	font-weight: bold;
	color: #173980;
	margin-top: 0px;
	display:block;
}
.title_1{	
	
	font-size: 12px;
	font-weight: bold;
	color: #173980;
	margin-top: 0px;
}
.summarize{	

	font-size: 11px;
	font-weight: normal;
	text-align:justify;
}
.date{
	position: absolute;
	display: block;
	float: left;
	left: 10px;
	top: 110px;
	color: #173980;
	font-size: 11px;
}
#bullet_title{
	position: absolute;
	width: 380px;
	left: 10px;
	top: 130px;
	border-top: 1px solid #91A7B4;
	height:auto;
	font-size: 11px;
}

