﻿.Colmask {
		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 */
	.colright,
	.colmid,
	.ColLeft {
		float:left;
		width:100%;
		position:relative;
		
	}
	.LeftColumn,
	.RightColumn,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 0 0;
		overflow:hidden;
	}
	/* 2 Column (right menu) settings */
	.Rightmenu {
	/*	background:#ffffff;		 right column background colour */
   
	}
	.Rightmenu .ColLeft {
		right:28%;				/* right column width */
		/*background:#ffffff;*/		/* left column background colour */
        
	}
	.Rightmenu .LeftColumn {
		width:72%;			/* left column content width (left column width minus left and right padding) */
		left:28%;			/* (right column width) plus (left column left padding) */
	}
	.Rightmenu .RightColumn {
		width:28%;			/* right column content width (right column width minus left and right padding) */
		left:28%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}