body {
	border:0;						/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;				/* Minimum width of layout - remove line if not required */
									/* The min-width property does not work in old versions of Internet Explorer */
}
#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 */
}
.rightmenu {
	background:#F5F4EC;
}
.rightmenu .colleft {
	float:left;
	width:200%;
	margin-left:-180px;
	position:relative;
	right:100%;
	background:#fff;
}
.rightmenu #col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
}
.rightmenu #col1 {
	margin:0 10px 0 180px;
	overflow:hidden;
}
.rightmenu #col2 {
	float:right;
	width:180px;
	position:relative;
	left:180px;
}
.rightmenu #col3 {
	display:none !important;
}
#footer {
	clear:both;
	float:left;
	width:100%;
}
