.container {
	width: 100%;
	margin: 0 auto;
	width:990px;
}
.onecol {
	width: 60px;
}
.twocol {
	width: 14.58333333333333%; /* 140 / 960px = 14.58333333333333%*/
}
.threecol {
	width: 20.91666666666667%; /* 220 / 960px = 22.91666666666667%*/
}
.threecolRE {
	width: 17.91666666666667%; /* 220 / 960px = 22.91666666666667%*/
}
.fourcol {
	width: 31.25%; /* 300 / 960px = 31.25%*/
}
.fivecol {
	width: 39.58333333333333%; /* 380 / 960px = 39.58333333333333%*/
}
.sixcol {
	width: 47.91666666666667%; /* 460 / 960px = 47.91666666666667%*/
}
.sixcolRE {
	width: 58.91666666666667%; /* 460 / 960px = 47.91666666666667%*/
}
.sevencol {
	width: 56.25%; /* 540 / 960px = 56.25%*/
}
.eightcol {
	width: 64.58333333333333%; /* 620 / 960px = 64.58333333333333%*/
}
.ninecol {
	width: 72.91666666666667; /* 700 / 960px = 72.91666666666667%*/
}
.tencol {
	width: 81.25%; /* 780 / 960px = 81.25%*/
}
.elevencol {
	width: 89.58333333333333%; /* 860 / 960px = 89.58333333333333%*/
}
.twelvecol {
	width: 100%;/*940px*/
}
.onecol, .twocol, .threecol, .threecolRE,  .fourcol, .fivecol, .sixcol, .sixcolRE, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
	float: left;
	display: inline;
	margin-right: 1.083333333333333%; /* 20 /960 = 2.083333333333333% */
}
.onecol.last, .twocol.last, .threecol.last, .fourcol.last, .fivecol.last, .sixcol.last, .sevencol.last, .eightcol.last, .ninecol.last, .tencol.last, .elevencol.last, .twelvecol.last, .sixcolRE.last, .threecolRE.last {
	margin-right: 0px;
}