@charset "UTF-8";

/*------------------------------------------------ */
/* Healing School
-------------------------------------------------- */

#school {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/background.jpg) repeat-y;
	background-position: center 397px;
	height: 100%
}

#school #wrapper {
	background:url(../images/header.jpg) no-repeat;
}

#school h2 {
	text-indent: -9999px;
	position: absolute;
}

#school #footer {
	background: url(../images/footer.jpg) no-repeat bottom;
}

/*----------h3 title----------*/
#school h3 {
	background: url(../images/top_h3.jpg) no-repeat top;
	text-indent: -9999px;
	height: 210px;
	width: 800px;
}

#school.group_healing_open h3 {
	background: url(../images/group_healing_open_h3.jpg) no-repeat top;
}

/*----------h3 title end----------*/




h4 {
	border-left: solid #923045 6px;
	color:#923045;
}

h5 {
	border: solid #dfe9f1 1px;
	color:#2142a2;
	background-color:#edf3f7;
}

h6 {
	color:#2142a2;
}

th {
	background-color:#f6f0f1;
}