.wrapper {
	margin: 0 auto; /* This centers the grid. Remove this line to place the grid on the left of the page. */
	text-align: left;
	width: 980px;
}

.inner-wrapper {
	clear: both;
	display: inline;/* IE double margin fix. Feel free to move this to your IE specific stylesheets. */
	float: left;
	padding: 0 20px 0 20px;
	position: relative;
	width: 940px;
}
.one-col, .two-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, .eleven-col, .twelve-col {
	clear: none;
	display: inline;/* IE double margin fix. Feel free to move this to your IE specific stylesheets. */
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	position: relative;
	background: #9fcdf6; /* Delete this line to remove the blue colour on columns. */
}
.one-col {
	width: 60px;
}

.two-col {
	width: 140px;
}

.three-col {
	width: 220px;
}

.four-col {
	width: 300px;
}

.five-col {
	width: 380px;
}

.six-col {
	width: 460px;
}

.seven-col {
	width: 540px;
}

.eight-col {
	width: 620px;
}

.nine-col {
	width: 700px;
}

.ten-col {
	width: 780px;
}

.eleven-col {
	width: 860px;
}

.twelve-col {
	width: 940px;
	margin-right: 0;
}

.prefix-one {
	margin-left: 80px;
}

.prefix-two {
	margin-left: 160px;
}

.prefix-three {
	margin-left: 240px;
}

.prefix-four {
	margin-left: 320px;
}

.prefix-five {
	margin-left: 400px;
}

.prefix-six {
	margin-left: 480px;
}

.prefix-seven {
	margin-left: 560px;
}

.prefix-eight {
	margin-left: 640px;
}

.prefix-nine {
	margin-left: 720px;
}

.prefix-ten {
	margin-left: 800px;
}

.prefix-eleven {
	margin-left: 880px;
}

.suffix-one {
	margin-right: 100px;
}

.suffix-two {
	margin-right: 180px;
}

.suffix-three {
	margin-right: 260px;
}

.suffix-four {
	margin-right: 340px;
}

.suffix-five {
	margin-right: 420px;
}

.suffix-six {
	margin-right: 500px;
}

.suffix-seven {
	margin-right: 580px;
}

.suffix-eight {
	margin-right: 660px;
}

.suffix-nine {
	margin-right: 740px;
}

.suffix-ten {
	margin-right: 820px;
}

.suffix-eleven {
	margin-right: 900px;
}

.clear { /* Useful generic clearing class. */
	clear: both;
}
.last-col {
	margin-right: 0;
}
