#container .newsBox{
	padding: 30px 15px;
	border-bottom: 1px dotted #AAAAAA;
}
#container .newsBox .imgBox{
	float: left;
	width: 160px;
	padding-right: 20px;
}
#container .newsBox .imgBox img{
	text-align: center;
	border: 1px solid #ccc;
}
#container .newsBox .txtBox{
	float: left;
	width: 720px;
}
#container .newsBox .txtBox h3{
	font-size: 18px;
	font-weight: bold;
	color: #32682B;
	line-height: 1.3em;
}
#container .newsBox .txtBox p.date{
	font-size: 12px;
	color: #AAAAAA;
	line-height: 1.3em;
}
#container .newsBox .txtBox p.description{
	margin-top: 10px;
	line-height: 1.5em;
}

