.floatleft {
	float:left;
	width:48%;
}
.floatright {
	float:right;
	width:50%;
}
.twocolumncontainer {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;

}
.clear {
	clear: both;
}