/* START GRID STYLING */

.column {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.one {
	width: 55px;
}

.two {
	width: 130px;
}

.three {
	width: 205px;
}

.four {
	width: 280px;
}

.five{
	width: 355px;
}

.six{
	width: 430px;
}

.seven{
	width: 505px;
}

.eight{
	width: 580px;
}

.nine{
	width: 655px;
}

.ten{
	width: 730px;
}

.eleven {
	width: 805px;
}

.twelve{
	width: 880px;
}

.thirteen{
	width: 955px;
}

.fourteen{
	width: 1030px;
}

.fifteen{
	width: 1105px;
}

.sixteen{
	width: 1180px;
}

/* END GRID STYLING */