/*
940px grid system ~ Core CSS.
3 Columns ~ Margin left: 20px

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;} 

/* gridframework */
.row {position:relative; margin:20px;}
.gu1 .row {width: 520px; margin:5px;}
.gu2 .row {width: 350px; float:left;}
.gu3 .row {width: 940px; float:right;}

.col {padding-left:20px; float:left; position:relative;}
.gu1{width: 520px;}
.gu2{width: 350px;}
.gu3{width: 940px;}
.gu4{width: 190px;padding:10px;}
.gu5{width: 275px;}
