
	/* 'widths' sub menu */
	#Slayoutdims {
		clear:both;
		background: green;
		border-top:4px solid Purple;
		margin:0;
		text-align:right;
	}

	/* column container */
	.Scolmask {
		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 */
	}

	/* common column settings */
	.Scolright,
	.Scolmid,
	.Scolleft {
		float:left;
		width:100%;
		position:relative;
	}
	.Scol1,
	.Scol2,
	.Scol3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}

	/* Full page settings */
	.Sfullpage {
		background:red;		/* page background colour */

	}
	.Sfullpage .Scol1 {
		width:96%;			/* page width minus left and right padding */
		left:2%;			/* page left padding  */
	}