.column_layout {
	clear: both;
}

.column_layout .column {
	float: left;
}

.column_layout .half {
	width: 45%;
	margin-right: 5px;
	margin-left: 5px;
}

