body { 
	font-family:Verdana;
	font-size: .8em;	
}

#colA {
	float:left;
	width:205px;
	height:312px;
	background:#eef0da;
	margin:5px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}

#colB {
	float:left;
	width:245px;
	height:332px;
	background:#fff;
	margin:5px;
}

#colBTop {
	float:left;
	width:245px;
	height:227px;
	padding-bottom:5px;
}

#colBBottom {
	float:left;
	width:225px;
         min-height: 120px;
         height:auto !important;
         height: 120px;
	background:#919E95;
	padding-left:20px;
	padding-top:20px;
	color: #fff;
	font-weight: bold;
}

#colBBottom a {
	color: #fff;
}

#colC {
	float:left;
	width:245px;
	height:332px;
	background:#fff;
	margin:5px;
}

#colCTop {
	float:left;
	width:245px;
	height:227px;
	padding-bottom:5px;
}

#colCBottom {
	float:left;
	width:225px;
         min-height: 120px;
         height:auto !important;
         height: 120px;
	background:#919E95;
	padding-left:20px;
	padding-top:20px;
	color: #fff;
	font-weight: bold;
}

#colCBottom a {
	color: #fff;
}


