/* CSS Document */

/* ---------------------------------------------------------------------------------------------------------------------------------
--	Layout Page Columns
--------------------------------------------------------------------------------------------------------------------------------- */
.column.left {
	float: left;
	width: 25%;
}
.column.right {
	float: right;
	width: 75%;
}
