@charset "utf-8";
/* CSS Document */
#container {
	background: url(../../images/content_bg/content_bg_mid_ornate_brn.gif) left top repeat-y;
}

#contentArea {
	background: url(../../images/content_bg/content_bg_bottom_ornate_brn.gif) left bottom no-repeat;
}

#history h2 {
	height:142px;
	background: url(../images/pageTitle_history_bg.gif) left top no-repeat;
}

#history #contentArea {
	min-height: 955px;
}
* html #history #contentArea {/*star hack for IE6 and below as they don't understand min-height without this*/
	min-height: 955px;
	height: auto !important;
	height: 955px;
}
