/* 
 * Initial setup
 * Disable horizontal scrollbar, and force vertical scrollbar.
 */
html {
    overflow: -moz-scrollbars-vertical;
  }


/* 
 * Layout 
 */
.row {position:relative; margin-left:0px; margin:0px; padding: 0px}

.gu4 .row {width: 970px;}
.gu3_5 .row {width: 840px;}
.gu3 .row {width: 730px;}
.gu2_2 .row {width: 600px;}
.gu2 .row {width: 480px;}
.gu1_5 .row {width: 360px;}
.gu1 .row{width: 240px;}
.gu0_5 .row {width: 120px;}

.col{padding-left:0px;float:left; position:relative;}
.gu4{width: 970px;}
.gu3_5{width: 830px;}
.gu3{width: 740px;}
.gu2_5{width: 590px;}
.gu2{width: 470px;}
.gu1_5{width: 350px;}
.gu1{width: 230px;}
.gu0_5{width: 110px;}

/* 
 * Define a page holder 
 */
#Holder {width: 970px; margin: 0px auto; padding: 0px; position: relative}


/*
 * Editor
 */
#Editor {
    margin: 0px auto; padding: 0px; width: 970px; position: relative
}
