/*
1002px grid system ~ Core CSS.
3 Columns ~ Margin left: 0px ~ Margin right: 0px

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_0 {width: 990px;}
.grid_1 {width: 275px;}
.grid_1b{width: 230px;}
.grid_1c{width: 360px;}
.grid_2 {width: 440px;}
.grid_2b{width: 580px;}
.grid_3 {width: 670px;}
.grid_4 {width: 715px;}
.grid_5 {width: 940px;}

.column {margin: 0 0px 0 0px;
         overflow: hidden;
         float: left;
         display: inline;}
.row {width: 990px;
         margin: 0 auto;
         overflow: hidden;}
.row_print {width: 670px;
         margin: 0 auto;
         overflow: hidden;}
.row .row {margin: 0 -0px 0 -0px;
         width: auto;
         display: inline-block;}

