/* **********  these styles for BROWN page - overrides red styles ********** */
body {background-color:  #42241A;
	}
h1 {
	color : #8F0709;
}

	/* ********** main content  ***********/
#mainContent {
	border-color: #BB99B4;
}
/* ********** sidebars ********** */
.leftSidebar, .rightSidebar{
	background-color: #C1C1E1;
	border: 4px solid #F2DCA1;

}
/* ********* subtitles ******* */
h1.subMassage{
	background : url(../assets/subtitle/massage-therapy.jpg) no-repeat;
	height: 25px;
	line-height: 25px;
	text-indent : -9999px;
	display : block;
}

h1.subYoga{
	background : url(../assets/subtitle/yoga-classes.jpg) no-repeat;
	height: 23px;
	line-height: 23px;
	text-indent : -9999px;
	display : block;
}
h2.subYogaTherapy{
	background : url(../assets/subtitle/yoga-therapy.jpg);  no-repeat;
	height: 25px;
	line-height: 25px;
	text-indent : -9999px;
	display : block;
}