  
/* Column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    background:#fff;    	/* background colour */
	    clear:both;
        width:889px;			/* width of whole page */
		overflow:visible;	/* This chops off any overhanging divs */
		margin : 0 auto;
		min-height:520px;
	}
	/* 1 column full page settings */
	.col1 {
        margin: 0 15px;    /* Centre column side padding: */
	    padding-bottom: 20px;
	}
