ul#side_menu {
	width: 175px;
	}
#main {
	width: 700px;
	padding-right: 31px;
	float: right;
	margin-right: -32px;
	margin-bottom: 30px;
	}
	
.newsItem span {
	display: block;
	color: #38721d;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	}
.newsItem {
	margin-bottom: 15px;
	}
.newsItem img {
	float: right;
	background: url("../img/static/gal_bg.jpg") top left no-repeat;
	padding: 7px;
	margin: 0px 0px 10px 15px;
	}
.newsItem:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#content:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}