.leftside {
	float: left;
}

.rightside {
	float: right;
}

.clear {
  clear: both;
}
