div#news_view h1
{
    clear: both;
	height: auto;
	background-color: transparent;
	color: #000;
	font-size: 34px;
	font-weight: bold;
}

div.newsitem
{
	padding: 10px;
	padding-bottom: 0px;
	background-color: #fff;
	border-top: 1px solid #AAACB7;
	margin-bottom: 5px;
}

div.newsitem h2, div.newsitem h2 a
{
	height: auto;
	font-size: 20px;
	background-color: transparent;
	color: #000;
}

div.newsitem a.newspicture
{
	float: left;
}
div.newsitem a.newspicture img
{
	margin-left: -10px;
	margin-top: -10px;
	margin-right: 10px;
}

div.listitem
{
	width: 300px;
}

div.left
{
	float: left;
}

div.right
{
	float: right;
}

span.intro
{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

span.body
{
	display: block;
	margin-bottom: 10px;
}