@charset "cp1250";
#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 */
	background: #F4F3F0;		/* Left column background colour */
	color: #003055;
}

#colmid {
	float:left;
	width:200%;
	position:relative;
	left:190px;
	background:#fff;    	/* Centre column background colour */
	border-left: #c4c2be 1px solid;
}

#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-335px;
	background: #f4f3f0;    	/* Right column background colour */
	border-left: #c4c2be 1px solid;
}

#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}

#col1pad {
	margin:5px 5px 5px 340px;
	overflow:hidden;
}

#col1 {
	width:auto;
	overflow:hidden;
}

#col2 {
	float:left;
	width:180px;
	position:relative;
	margin-left:-50%;
	left:149px;
	overflow:hidden;
}

#col3 {
	float:left;
	width:144px;
	position:relative;
	left:5px;
	overflow:hidden;
	padding-top: 5px;
}


