/* 
========================
  GRIDINATOR CSS v0.3
  http://gridinator.com/
  
  GRIDINATOR CSS is a very basic framework to create
  grid-based layouts. The content of this file is 
  provided as-is, without support.
  
  If you would like to contact GRIDINATOR to suggest
  improvements, to ask for help or to file a bug report, 
  please feel free to email: gridinator@steff.me
  
  Your grid settings:
  	columns: 24
  	column width: 20px
  	column margin: 20px
  	container margin: 20px
    
=========================
*/
* { /* quick reset */
	margin: 0;	
}

body { 
	font-size: 20px;
	margin: 0;
	padding: 0;
}


.wrapper {
	text-align: left;
	width: 980px;
}

.inner-wrapper {
	clear: both;
	float: left;
	padding-left: 40px;
	position: relative;
	width: 940px;
}




.container {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;	
}
.one-col, .two-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, .eleven-col, .twelve-col, .thirteen-col, .fourteen-col, .fifteen-col, .sixteen-col, .seventeen-col, .eighteen-col, .nineteen-col, .twenty-col, .twenty-one-col, .twenty-two-col, .twenty-three-col, .twenty-four-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: 20px;
}

.two-col {
	width: 60px;
}

.three-col {
	width: 100px;
}

.four-col {
	width: 140px;
}

.five-col {
	width: 180px;
}

.six-col {
	width: 220px;
}

.seven-col {
	width: 260px;
}

.eight-col {
	width: 300px;
}

.nine-col {
	width: 340px;
}

.ten-col {
	width: 380px;
}

.eleven-col {
	width: 420px;
}

.twelve-col {
	width: 460px;
}

.thirteen-col {
	width: 500px;
}

.fourteen-col {
	width: 540px;
}

.fifteen-col {
	width: 580px;
}

.sixteen-col {
	width: 620px;
}

.seventeen-col {
	width: 660px;
}

.eighteen-col {
	width: 700px;
}

.nineteen-col {
	width: 740px;
}

.twenty-col {
	width: 780px;
}

.twenty-one-col {
	width: 820px;
}

.twenty-two-col {
	width: 860px;
}

.twenty-three-col {
	width: 900px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.prefix-thirteen {
	margin-left: 520px;
}

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

.prefix-fifteen {
	margin-left: 600px;
}

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

.prefix-seventeen {
	margin-left: 680px;
}

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

.prefix-nineteen {
	margin-left: 760px;
}

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

.prefix-twenty-one {
	margin-left: 840px;
}

.prefix-twenty-two {
	margin-left: 880px;
}

.prefix-twenty-three {
	margin-left: 920px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.suffix-thirteen {
	margin-right: 540px;
}

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

.suffix-fifteen {
	margin-right: 620px;
}

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

.suffix-seventeen {
	margin-right: 700px;
}

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

.suffix-nineteen {
	margin-right: 780px;
}

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

.suffix-twenty-one {
	margin-right: 860px;
}

.suffix-twenty-two {
	margin-right: 900px;
}

.suffix-twenty-three {
	margin-right: 940px;
}

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