#no-news {
	margin: 0 10px;
}

ul#news {
	padding: 0;
	margin: 0;
}

ul#news li {
	list-style: none;
}

#news-content {
	float: left;
	margin-left: 30px;
	_margin-left: 15px;
	width: 525px;
}

#news-content, #other-news {
	overflow: hidden;
}

#other-news {
	float: left;
	margin: 0 30px 0 25px;
	_margin-left: 12.5px;
	padding-left: 25px;
	border-left: 1px solid #ccc;
	width: 264px;
}
* html #other-news {
	width: 290px;
	w\idth: 264px;
}
#other-news li {
	margin-bottom: 15px;
	list-style: none;
}
#other-news h2 {
	font-weight: bold;
	font-size: 1em;
	color: #3f3f3f;
}
#other-news span.date {
	color: #8f0000;
}
#other-news a {
	text-decoration: none;
}
#other-news h2 a {
	color: #3f3f3f;
}