/* <!-- */
    
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 1 column full page settings */
	.fullpage {
	    
	}
	.fullpage .col1 {
        margin:0 45px 0 45px;
	}
	

	/* Footer styles */
	#footerwrapper{margin: 0 30px 0 30px;background:#6699cc;clear:both;}
	/* --> */

