	/* column container */
	.colmaskthreecol {
		position:relative;		/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		background:#fff;		/* right column background colour */	
	}
	
	.colmid{
		float:left;
		width:100%;				/* width of page */
		position:relative;
		background:#fff;		/* center column background colour */
	}
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
							only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
		width:96%;			/* width of center column content (column width minus padding on either side) */
		left:2%;			/* 100% plus left padding of center column */
		background:#fff;    /* Sfondo della colonna centrale una volta era grigia con eee */
	}
