/******************************************************************
Stylesheet: Grid Stylesheet 
******************************************************************/

.onecol    { width: 5.27780833333%;  }       
.twocol    { width: 13.8889166667%; }       
.threecol  { width: 22.500025%; }       
.fourcol   { width: 31.1111333333%; }       
.fivecol   { width: 39.7222416667%; }      
.sixcol    { width: 48.33335%; }       
.sevencol  { width: 56.9444583333%; }
.eightcol  { width: 65.5555666667%; }  
.ninecol   { width: 74.166675%; }        
.tencol    { width: 82.7777833333%; }  
.elevencol { width: 91.3888916667%; }       
.twelvecol { width: 100%; }       

// layout & column defaults
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
  position: relative;
  float: left;
  margin-left: 3.3333%%;
}

.first {
  margin-left: 0;
}

.last {
  float: right;
}


