/*	Default 4-column layout
	220 px columns, 20 px gutters, 10 px margins, 960 px total
	---------------------------------------------------------
	1     	2      	3     	 4    	
	220px  460px  700px  	940px  */

/*.container{padding: 0 10px 0 10px;
	width: 940px;	
	margin:0 auto;
	
	}*/

.row {
/*width: 100%;*/
width:920px;
margin: 0 auto 0 auto;
overflow: hidden;
}

.row div:first-child{
margin-left:0;	
}
.row div:last-child, .row section:last-child{
margin-right:0;	
}



/*.colwidth-1, .colwidth-2, .colwidth-3, .colwidth-4 {
	clear: none;
	display: inline;
	float: left;
	margin: 0 20px 18px 0;
	padding: 0;
	position: relative;
}*/

.colwidth-1, .colwidth-2, .colwidth-3, .colwidth-4 {
	clear: none;
	display: inline;
	display:inline-block;
	float:left;
	margin: 0 20px 20px 0;
	padding: 0;
	position: relative;
}

.colwidth-1 {width: 215px;}
.colwidth-2 {width: 450px;}
.colwidth-3 {width: 685px;}
.colwidth-4 {width: 920px;}
.fullwidth{width:100%;}