#more_recent
{
	position: relative;
	width: 277px;
}

#more_recent #title
{
	background-image: url(images/title.png);
	height: 23px;
	width: 277px;
}

#more_recent .section_title
{
	height: 20px;
	width: 264px;
	padding-left: 13px;
	padding-top: 2px;
}

#more_recent .section_title a:link
{
	font-size: 11px;
	font-weight: bold;
}

#more_recent .section_title a:visited
{
	font-size: 11px;
	font-weight: bold;
}

#more_recent .section_title a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #910000;
}

#more_recent .container
{
	width: 263px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#more_recent .container .news
{
	margin-bottom: 3px;
	width: 263px;
	position: relative;
}

#more_recent .container .news:after
{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

#more_recent .container .news .time
{
	color: #006600;
	width: 35px;
	float: left;
	font-weight: bold;
}

#more_recent .container .news .text
{
	float: left;
	width: 228px;
}

#more_recent .container .news .site
{
	font-style: italic;
	color: #910000;
}