div#rightContent h1 {
}

div#rightContent h2, div#rightContent h3 {
}

h2.ulHeading {
}


#colmid {	
	padding-bottom:25px;
	float:left;
	width:200%;
	position:relative;
	left:145px;
	background:#fff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-300px;
	background:#fff;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 325px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:145px;
	position:relative;
	margin-left:-50%;
	left:155px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:145px;
	position:relative;
	left:0px;
	overflow:hidden;
}
