  /* Column container */
	.colmask {
		position: relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear: both;
	    width:889px;
		overflow: hidden;		/* This chops off any overhanging divs */
		margin : 0 auto;
		min-height:520px;
	}
	/* master 2 column settings */
	.master {
	    background:#fff;    	/* background colour */
	    width: 889px;			/* width of whole page */
	    z-index: 1;
	    overflow: visible;
	    white-space:normal;
	}
    .master .colleft {
		float: left;
		width:100%;
		position:relative;
		background:#fff;    	/* Left column background colour */
		overflow: visible;
		white-space:normal;
    }
    .master .col1wrap {
        float: right;
	    position: relative;
	    z-index: 1;
	    overflow: visible;
	    white-space:normal;
	}
	.master .col1 {
	left: 0px;
	overflow: hidden;
	padding-bottom: 20px;
	padding-right: 30px;
	white-space:normal;
	overflow: visible;
	width: 630px;
	float: right;
	}
    .master .col2 {
		float: left;
		width: 190px;        		/* Width of left column content (left column width minus left and right padding) */
		position: relative;
		padding-left: 15px;
		padding-bottom: 20px;
		white-space:normal;
		z-index: 1;
		overflow: visible;
    }
