
.colWrap {
	clear:both;
	display:block;
/*	float:left;*/
	
	min-height:100px;
	height: auto !important;
	height:100px;
	
	width:100%;
	margin-bottom:10px; 
}

.col-25, .col-33, .col-50, .col-75 {
	background:transparent;
	display:block;
	float:left;
	height:1%;
	margin-right:20px;
}

.col-25 { width:210px; }
.col-33 { width:30%; }
.col-50 { width:440px; }
.col-75 { width:660px; }

.content_wide .col-25 { width:200px; }
.content_wide .col-75 { width:440px; }
.content_wide .col-50 { width:50%; }
.colWrap .last { margin-right:0;}
