/* CSS Document */

/* ---------------------------------------------------------------------------------------------------------------------------------
--	Page Columns
--------------------------------------------------------------------------------------------------------------------------------- */
.column.left {
	float: left;
	width: 40%;
}
.column.right {
	float: right;
	width: 60%;
}
