#gridcontainer, .gridcontainer {
	min-height:1px;/*min-height is required for IE7*/
	}
.gridbox {
	min-height:1px;/*min-height is required for IE7*/
	float:left;
	}
.hor_line {
	clear:both;
	}
/*##################################
COLUMNS CSS
##################################*/
.grid_2 .gridbox {
	width:50%;
	}
.grid_3 .gridbox {
	width:33.33%;
	}
.grid_4 .gridbox {
	width:24.99%;
	}
.grid_5 .gridbox {
	width:19.95%;
	}
.grid_6 .gridbox {
	width:16.63%;
	}
