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