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

#contentArea {
	background: url(../../images/content_bg/content_bg_bottom_blu.gif) left bottom no-repeat;
}
/*AboutSchool styles*/
#aboutTheSchool h2 {
	height:85px;
	background: url(../images/pageTitle_aboutSchool_bg.gif) left top no-repeat;
}
/*End AboutSchool styles*/
/*performances styles*/
#performances h2 {
	height:87px;
	background: url(../images/pageTitle_performances_bg.gif) left top no-repeat;
}
#performances #contentArea {
	min-height: 570px;
}
* html #performances #contentArea {/*star hack for IE6 and below as they don't understand min-height without this*/
	min-height: 570px;
	height: auto !important;
	height: 570px;
}
/*End perfromances styles*/
/*About the Teacher styles*/
#teacher h2 {
	height:85px;
	background: url(../images/pageTitle_teacher_bg.gif) left top no-repeat;
}
/*End About Teacher styles*/
/*faq styles*/
#faq h2 {
	height:68px;
	background: url(../images/pageTitle_FAQ_bg.gif) left top no-repeat;
}
/*End faq styles*/