/*V*/

#news_border {
	margin:0;
	padding:0;
	height: 306px;
	width: 498px;
	border:1px solid #FF9999;
}

#news { 
	height: 302px;
	width: 496px;
	border:0;
	/*border-left:1px solid #FF9999;
	border-bottom:1px solid #FF9999;*/
	margin-left:1px;
	overflow:auto;
}

#news dl {
	font-size: 11px;
	color: #666666;
	width: 465px;
	line-height: 1.4;
	margin-top: 15px;
	padding-left: 10px;
}

#news dt {
	color: #FF3300;
}

#news dd {
	margin-top: -15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	background-image: url(../images/news_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#news dd.bottom {
	background: none;
}

#news .title {
	font-weight: bold;
	color: #FF3300;
}
