/* $File: grids.css $
   $Date: 2009-09-28 $
   $Modify date: 2009-02-10 $
   $Author: Sébastien Millart (sebastien@greenerweb.be) $
   $Version: 0.0.05 $
*/

/* GRIDS */
.g990 { width:990px; margin:0 auto; background:transparent url(../images/grids/bg_grid.png) no-repeat 675px 62px; }
.g645 { width:645px; }
.g660 { width:660px; margin-top:60px; }
.g645 .grid3col,
.g660 .grid1col,
.g660 .grid2col { width:100%; }

/* grid 645
 * #Home
 */
#Home .g645 .column { float:left; width:190px; margin-right:25px; }
#Home .g645 .column.last { margin-right:0; }
#Home .g645 .column.colspan2 { width:405px; }
#Home .g645 .column.colspan3 { width:620px; }

/* grid 660
 * #Contact
 */
#Contact .g660 .column { float:left; width:310px; margin-right:10px; }
#Contact .g660 .column.last { margin-right:0; }

/* grid 660
 * #Project
 */
#Project .g660 .column { float:left; width:200px; margin:0 15px 15px 0; }
#Project .g660 .column.last { margin-right:0; }

