/*
Source based on the 978 grid system
http://978.gs
*/

div.grid {
	width: 978px;
	margin: 0px auto;
}

div.col1, div.col2, div.col3, div.col4, div.col5, div.col6, div.col7, div.col8, div.col9, div.col10, div.col11, div.col12 {
	float: left;
	margin-left: 30px;
}

div.col1:first-child, div.col2:first-child, div.col3:first-child, div.col4:first-child, div.col5:first-child, div.col6:first-child, div.col7:first-child, div.col8:first-child, div.col9:first-child, div.col10:first-child, div.col11:first-child, div.col12:first-child {
	margin-left: 0px;
}

div.col1  { width: 54px;  }
div.col2  { width: 138px; }
div.col3  { width: 222px; }
div.col4  { width: 306px; }
div.col5  { width: 390px; }
div.col6  { width: 474px; }
div.col7  { width: 558px; }
div.col8  { width: 642px; }
div.col9  { width: 726px; }
div.col10 { width: 810px; }
div.col11 { width: 894px; }
div.col12 { width: 978px; }
