/*
990px grid system ~ Core CSS.
18 Columns ~ Margin left: 15px ~ Margin right: 15px

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

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

.grid_1 {width: 25px;}
.grid_2 {width: 80px;}
.grid_3 {width: 135px;}
.grid_4 {width: 190px;}
.grid_5 {width: 245px;}
.grid_6 {width: 300px;}
.grid_7 {width: 355px;}
.grid_8 {width: 410px;}
.grid_9 {width: 465px;}
.grid_10 {width: 520px;}
.grid_11 {width: 575px;}
.grid_12 {width: 630px;}
.grid_13 {width: 685px;}
.grid_14 {width: 740px;}
.grid_15 {width: 795px;}
.grid_16 {width: 850px;}
.grid_17 {width: 905px;}
.grid_18 {width: 960px;}
.column {margin: 0 15px 0 15px;
         overflow: hidden;
         float: left;
         display: inline;}
.row {width: 990px;
         margin: 0 auto;
         overflow: hidden;}
.row .row {margin: 0 -15px 0 -15px;
         width: auto;
         display: inline-block;}

