.clear_both{
	clear: both;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}