#newsMidBlock {
	float:left;
	width:300px;
	height:360px;
	margin: 120px 0 0 0;
	border-right:3px solid #06622C;
	border-left:3px solid #06622C;
	padding:0 0 0 10px;
}
#newsHeader {
	width:280px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#b3d88a;
	font-style:italic;
	margin:0 0 30px 0;
	background-color:#06622C;
}

#newsRightBlock {
	float:right;
	margin: 100px 10px 0 0;
	padding: 0;
	width:200px;
	height:500px;
	text-align:center;
}
#newsListItem {
	width:200px;
}
#newsListItem p {
	font-size:14px;
}
#newsListItem a {
	font-size:14px;
	color:#06622C;
	font-style:italic;
}