/* Terevo column presets */
/* Pixel values based on a 960px-wide content area */

.column {
   float:left;
   margin-right:20px;
}

.lastColumn {
   float:left;
   margin-right:0;
}

.oneHalf {
   width:450px;
}

.oneThird {
   width:286px;
}

.oneFourth {
   width:215px;
}

.threeFourths {
    width:720px;
}

.oneSixth {
    width:136px;
}

.twoThirds {
   width:600px;
}

.bigHalf {
   width:500px;
}

.smallHalf {
   width:400px;
}