/* -- Floats -- */
.left {float: left; margin: 0 10px 10px 0;}
.right {float: right; margin: 0 0 10px 10px;}
/* -- Clears -- */
.clear {clear: both;}
.clearleft {clear: left;}
.clearright {clear: right;}
/* -- Columns -- */
.twocolumn {float: left; margin-right: 2%; width: 48%;}
.threecolumn {float: left; margin-right: 2%; width: 31%;}
/* -- Lists -- */
.nobullets {margin-left: 0;}
	.nobullets li {list-style-type: none;}