/* General styles */
	
	
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		

	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		/*float:left;*/
		width:980px;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.cola,
	.colb,
	.colc {
		float:left;
		position:relative;
		
		overflow:hidden;
	}
	/* 2 Column (right menu) settings */
	.rightmenu {
	 
	  
	 			/* right column background colour */
	}
	.rightmenu .colleft {
		right:225px;			/* right column width */
				/* left column background colour */
	}
	.rightmenu .cola {
		width:755px;			/* left column content width (left column width minus left and right padding) */
		left:225px;			/* (right column width) plus (left column left padding) */
		
	}
	.rightmenu .colb {
	width:225px;			/* right column content width (right column width minus left and right padding) */
	left:225px;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	
	 

