/*-----------------------------------------------------------------
Template 1
------------------------------------------------------------------*/

.two-column { float: left; clear: both; width: 99%; }
.two-column .col1 { float: left; width: 47%; margin-right: 4%; }
.two-column .col2 { float: left; width: 47%; }

/*-----------------------------------------------------------------
Template 2
------------------------------------------------------------------*/

.three-column { float: left; clear: both; width: 99%; }
.three-column .col1 { float: left; width: 30%; margin-right: 4%; }
.three-column .col2 { float: left; width: 30%; margin-right: 4%; }
.three-column .col3 { float: left; width: 30%; }