/*
936px grid system ~ Core CSS.
12 Columns ~ Margin left: 3px ~ Margin right: 3px

Based on the 1kb grid system - http://www.1kbgrid.com/
by Tyler Tate

Created by the Grid System Generator - v1.01
Learn more ~ http://www.gridsystemgenerator.com/
*/

.grid_1 {width: 72px;}
.grid_2 {width: 150px;}
.grid_3 {width: 228px;}
.grid_4 {width: 306px;}
.grid_5 {width: 384px;}
.grid_6 {width: 462px;}
.grid_7 {width: 540px;}
.grid_8 {width: 618px;}
.grid_9 {width: 696px;}
.grid_10 {width: 774px;}
.grid_11 {width: 852px;}
.grid_12 {width: 930px;}
.column {margin: 0 3px 0 3px;
         overflow: hidden;
         float: left;
         display: inline;}
.row {width: 936px;
         margin: 0;
         overflow: hidden;}
.row .row {margin: 0 -3px 0 -3px;
         width: auto;
         display: inline-block;}

