/*------------------------------------------------------------------
Title: Column Widths
Author: Henry Lockett 
Date: February 2009

Padding: Top Right Bottom Left
-------------------------------------------------------------------*/

div.column100 {clear: both; width: 100%;}
div.column75 {float: left; width: 75%;}
div.column66 {float: left; width: 66.5%;}
div.column50 {float: left; width: 50%;}
div.column33 {float: left; width: 33.5%;}
div.column25 {float: left; width: 25%;}