.g-last  { 
    float: right !important;
    margin-right: 0 !important; 
}
.g-first  { margin-left: 0 !important; }
.g-top    { margin-top: 0 !important; }
.g-bottom { margin-bottom: 0 !important; }

.g-container { zoom: 1; }
.g-container:after { 
    display: block;
    content: "";
    clear: both;
}

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

/* One Column */
#g-one-col .g-column {
    width: 920px;
    margin-right: 0;
}

/* Two Column, Equal Width */
#g-two-col-equal .g-first,
#g-two-col-equal .g-last { width: 450px; }

/* Two Column, Left Bar */
#g-two-col-left .g-first { width: 210px; }
#g-two-col-left .g-last  { width: 690px; }

/* Two Column, Narrow Left Bar */
#g-two-col-narrow-left .g-first  { width: 130px; }
#g-two-col-narrow-left .g-last   { width: 770px; }

/* Two Column, Right Bar */
#g-two-col-right .g-first  { width: 610px; }
#g-two-col-right .g-last   { width: 290px; }

/* Three Column, Left Bar */
#g-three-col-left .g-column { width: 380px; }
#g-three-col-left .g-first  { width: 130px; }
#g-three-col-left .g-last   { width: 370px; }

/* Three Column, Equal Width */
#g-three-col-equal .g-column { width: 300px; } /* Well, roughly equal that is */
#g-three-col-equal .g-first  { width: 290px; }
#g-three-col-equal .g-last   { width: 290px; }
