﻿div.newsitem {
	text-align:left;
}

div.newsinfo {
	display: block;
	float: left;
	text-align:center;
	width: 68px;
	height: 97px;
	background:  url(../images/date.jpg) no-repeat top left;
	margin-left:0; 
	margin-right:5px; 
	margin-top:0; 
	margin-bottom:0px
}

div.newsinfo span {
	display: block;
	text-align: center;
}

div.newsinfo span.day {
	font-size: 35px;
	line-height: 30px;
	color: #006699;
	margin-top:5px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.newsinfo span.month {
	margin-top: 2px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom:0px;
	line-height: 16px;
	color: #666;
}

div.newsinfo span.year {   
	font-size: 12px;
	text-transform: uppercase;
	line-height: 10px;
	font-weight: bold;
	padding-top:3px;
	color: #999;
}
