/* based on Teddy Zetterlund's
  http://github.com/teddyzetterlund/simple-css-grid/tree */
body { font-size: 0; }
.g2, .g4, .g6, .gb { display: -moz-inline-stack; display: inline-block; font-size: 16px; vertical-align: top; *display: inline; *zoom: 1; }
.wrap { margin: 0 auto; padding: 10px; width: 960px; }
.gw { width: 940px; padding: 10px; }
.gb { width: 960px; padding: 10px 0; }
.g2  { width: 300px; }
.g3 {width: 370px;}
.g4  { width: 639px; }
.g6  { width: 940px; }