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