/* Page two column even layout */
.page .two-column-even { position: relative; width: 100%; clear: both; }
.page .two-column-even .column-one { position: relative; float: left; width: 48%; }
.page .two-column-even .column-one h4 { margin-top: 0px; }
.page .two-column-even .column-two { position: relative; float: right; width: 48%; }
.page .two-column-even .column-two h4 { margin-top: 0px; }

/* one third of main column */
.page .three-column-even .onethird { width:190px; float:left; margin-right:20px; margin-bottom:15px;}
.page .three-column-even .onethird-last { width:190px; float:left; margin-right:0px; margin-bottom:15px;}

/* one fourth of main column */
.page .four-column-even .onefourth { width:138px; float:left; margin-right:20px; margin-bottom:15px;}
.page .four-column-even .onefourth-last { width:138px; float:left; margin-right:0px; margin-bottom:15px;}