	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	}
	.leftmenu .colcontent {
		right:80%;			/* right column width */
		background:#DDEAF0;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:76%;			/* right column content width */
		min-width:729px;	/* 960px * 76% */
		left:102%;			/* 100% plus left column left padding
							/* HO: ? - we have no left padding on the left column, but setting this to 100% leaves no space between two columns, hence set back to 102%
							/* I think the xplanation should say 100% plus right column left padding */
	}
	.leftmenu .col2 {
		width:20%;			/* left column content width (column width minus left and right padding) */
		min-width:192px;	/* 960px * 20% */
		left:4%;			/* (right column left and right padding) plus (left column left padding) */
	}
