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