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