/*
1020px grid system ~ Core CSS.
12 Columns ~ Margin left: 10px ~ Margin right: 10px

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: 65px;}
.grid_2 {width: 150px;}
.grid_2a {width: 205px;}
.grid_3 {width: 235px;}
.grid_3a {width: 305px;}
.grid_4 {width: 320px;}
.grid_5 {width: 405px;}
.grid_6 {width: 490px;}
.grid_7 {width: 575px;}
.grid_8 {width: 660px;}
.grid_9 {width: 745px;}
.grid_9a {width: 775px;}
.grid_10 {width: 830px;}
.grid_11 {width: 915px;}
.grid_12 {width: 1000px;}
.grid_12a {width: 1020px;}

.column 
{
    overflow: hidden;
    float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
}
.row 
{
    width: 1020px;
    margin: 0 auto;
    overflow: hidden;
}
.row .row 
{
    margin: 0 -10px 0 -10px;
    width: auto;
    display: inline-block;
}
.alpha { margin-left: 0; }
.omega { margin-right: 0; }
.push_8 { margin-left: 680px; }
.rt { text-align:right; }
.cen { text-align:center; }

