/* ================ */
/* = The 1Kb Grid = */     /* 10 columns, 76 pixels each, with 10 pixel gutter */
/* ================ */

.grid_1 {width:62px; }
.grid_2 {width:134px; }
.grid_3 {width:206px; }
.grid_4 {width:278px; }
.grid_5 {width:350px; }
.grid_6 {width:422px; }
.grid_7 {width:494px; }
.grid_8 {width:566px; }
.grid_9 {width:638px; }
.grid_10 {width:710px; }
.grid_11 {width:782px; }
.grid_12 {width:854px; }

.column {
	margin: 0 5px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 864px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -5px;
	width: auto;
	display: inline-block;
}

