#newsDiv {
	padding:0px;
	height:auto;
	overflow:hidden;
	margin:20px 0 0 0;
	width:700px;
}
.news {
	margin:0px 0px 20px 0px;
	background:transparent;
	padding:0;
}
.newsTitle {
	font-family:"Trebuchet MS";
	margin:0px 5px 5px 72px;
	font-size: 16px;
	line-height:20px;
	color: #b37e6e;
}
.newsDesc {
	text-align:left;
	margin:0px 0px 5px 1px;
}
.newsDate {
	margin:0px;
	float:left;
	width:72px;
	height:74px;
	background:url(images/newsicon.jpg) no-repeat top left;
}
.newsDate span {
	text-align:center;
	display:block;
	width:55px;
	margin-left: 3px;
}
.newsMonth {
	color:#fff;
	margin-top:5px;
	margin-bottom:0px;
	font-size:11px;
	line-height:11px;
	height:14px;
}
.newsDay {
	color:#69543f;
	margin:0px;
	padding:0px;
	font-family:impact, Verdana, Arial, Helvetica;
	font-size:36px;
	line-height:34px;
}
.newsYear {
	line-height:11px;
	color:#69543f;
	margin:0px;
}
.clearFloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}