#wrapper {
	background: #fff;
	width: 970px;
	padding: 10px;
}
#left_side {
	width: 180px;
	float: left;
}
#content {
	width: 526px;
	float: left;
	font-size: 12px;
}
#right_side, #content-no-informers {
	width: 776px;
	float: right;
}
#content-no-informers {
	font-size: 12px;
}
#informers {
	width: 234px;
	float: right;
}
.clear {
	clear: both;
}