#content img.picture, #content .picture_caption, #content .video_caption{
	float:right;
	margin-right:0px;
}
.left_column{
	float:left;
	width:450px;
	overflow:hidden;
}
.right_column{
	float:right;
	width:215px;
}
.right_column dl{
	margin-bottom:0px 0px 20px 0px;
}
.right_column dt{
	margin:0px;
	padding-bottom:5px;
	background:#faf8f3;
}
.right_column dd{
	background:#fbfaf7;
}
.news_entry{
	border:1px solid #e9e4d3;
	padding:6px;
	margin-bottom:10px;
}
.headline{
	color:#d05300;
	border-bottom:1px dotted #e9e4d3;
	margin-bottom:5px;
	padding-bottom:5px;
}
.date{
	font-size:9px;
	color:#eba500;
	margin-bottom:-3px;
}
.news_text{
	font-size:10px;
	color:#666666;
	background:url(../_img/list_arrow.gif) no-repeat 0px 4px;
	text-indent:10px;
}