p
{
	margin-top: 0px;
}
.newsBlock h1
{
	float:left;
	margin:0px;
	padding:0px;
	font-size:12px;
	margin:0px 10px;
}
.line
{
	background-image:url('/images/bar.png');
	background-position:center right;
	background-repeat:no-repeat;
	height:20px;
}
.newsImage
{
	float:left;
	width:100px;
	height:100px;
	background-position:center;
	border:1px #CCC solid;
	background-color:#FFF;
	margin-right:10px;
	background-repeat:no-repeat;
}
.newsTitle
{
	float:left;
	width:361px;
	margin-right:5px;
	font-weight: bold;
	margin-bottom:10px;
}
.newsText
{
	float:left;
	width:450px;
	font-size:11px;
	color:#444;
	text-align:justify;
}
.newsDate
{
	margin-bottom:10px;
	float:left;
}
.newsDate span
{
	margin-bottom: 5px;
}
.entry
{
	margin-top: 15px;
}
