div.newsItem {
	border:1px solid #AFAFAF;
	width:95%;
	text-align:left;
	margin-top:10px;
	margin-bottom:30px;
	background-color:#E4E3D1;
}

div.newsItem div.layer1 {
	position:relative;
	top:-1px;
	left:-1px;
	background:url(../images/news/corner.gif) no-repeat 0% 0%;
}

div.newsItem div.layer2 {
	position:relative;
	top:1px;
	left:1px;
	background:url(../images/news/back.gif) no-repeat 100% 0%;
	background-position: right bottom;
	padding:20px 230px 20px 20px;
}

div.newsItem div.title {
	display:inline;
	font-weight:bold;
	border-bottom:2px solid #1A5C1A;
}

div.newsItem div.content {
	margin-top:15px;
}

div.newsItem div.content a {
	font-weight:bold;
}
