#wrapper {
	background: #fff;
	width: 970px;
	padding: 10px;
}
#left_side {
	width: 190px;
	float: left;
}
#content {
	width: 510px;
	float: left;
	font-size: 12px;
}
#right_side, #content-no-informers {
	width: 770px;
	float: right;
}
#content-no-informers {
	font-size: 12px;
}
#informers {
	width: 245px;
	float: right;
}
.clear {
	clear: both;
}