#cont2col2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	  /* column 2 background colour background:#ffa7a7; */
}
#cont2col1 {
	float:left;
	width:100%;
	position:relative;
	right:50%;
	  /* column 1 background colour background:#fff689;*/
}
#col21 {
	float:left;
	width:48%;
	position:relative;
	left:51%;
	overflow:hidden;
	margin-top: 10px;
}
#col22 {
	float:left;
	width:48%;
	position:relative;
	left:53%;
	overflow:hidden;
	margin-top: 10px;
}