/*
960px grid system ~ Core CSS.
3 Columns ~ Margin left: 0px

Based on the simple grid system - http://www.webnicer.com/
by Jacek Ciolek

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

/* clearfix */
.clearfix:after, .row:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix, .row {display:inline-block;} /*Those two .clearfix have to be separate!)*/
.clearfix, .row {display:block;}
.row p { margin-bottom: 9px; }
/* gridframework */
/*
.row {position:relative; margin-left:-0px;}
*/
.gu1 .row {width: 300px;}
.gu2 .row {width: 650px;}
.gu3 .row {width: 960px;}

.header {margin: 0; padding: 0; width:960px; height: 109px }

.col {
padding-left:0px; float:left; margin:0; padding:0;
}
.gu1{width: 300px;}
.gu2{width: 650px;}
.gu3{width: 960px;}

