@charset "UTF-8";
/* CSS Document */

#header {
	height: 114px;
}
#centerCol {
	top: 114px;
}
#centerCol .content {
	/* min-height hack */
	height:auto !important; /* real browsers */
	height:385px; /* IE6: treated as min-height*/
	min-height:385px; /* real browsers */
}
h1.imageHeading {
	padding-bottom: 8px;
}