/** CSS file for altering colour of text based on which facility the user is under **/

#content_right_liner h1 { color: #880c39; }
#content_right_liner h2 { color: #880c39; }
#content_right_liner h3 { color: #880c39; }
#content_right_liner h4 { color: #880c39; }
#content_right_liner h5 { color: #880c39; }
#content_right_liner h6 { color: #880c39; }
#content_right_liner h7 { color: #880c39; }

#sauna_image {
	width: 200px;
	height: 404px;
	background-image: url(../images/Sauna.jpg);
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

#forms {
    margin-bottom: 75px;
}

#forms li {
    font-size: 14px;
    color: #414632;
    margin-bottom: 15px;
}