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

#contentArea {
	background: url(../images/content_bg/content_bg_bottom_grn.gif) left bottom no-repeat;
}
.image_float {
	/*float: right;*/
	padding: 0;
	margin: 0;
	position:absolute;
	z-index:3;
	top:95px;
	right:0px;
	
}
/*AboutSchool styles*/
#homepage h2 {
	height:130px;
	background: url(../images/homepageTitle_bg.gif) left top no-repeat;
}
#homepage #contentArea {
	min-height: 400px;/*So reduced font size doesn't trample over right side imagery*/
}

/*End AboutSchool styles*/