/* -- Bespoke layout for Corporate Home page:
*/

#ContentAreas {
	background: #fff;
	border-left: 1px solid #adc5d7;
	border-right: 1px solid #adc5d7;
}
/* -- B */
#AreaB {
	margin: 0;
	background: #fff;
	min-height: 300px;
}
* html #AreaB /* IE/Win, but not IE/Mac */ {
	/* \*/
	height: 300px; /* */
}
.containerB {
	padding: 20px 0;
}

