#wrapper {
	width: 1150px;
	height: auto;
	margin: 0 auto;
	position: relative;
	background-color: #7EAEC5;
	
}
#header {
	display: block;
	color:white;
	margin-left:5%;
	padding-top:2em;
	font-family: Papyrus, Verdana, Geneva, sans-serif;
}
#navbar {
	display: block;
	background-image:url(../img/IB%20fern.gif);
	padding-top:2%;
	padding-bottom:2%;
	padding-left:5%;
	padding-right:5%;
	color:white;
	margin-top:2%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1%;
	width: 80%;
	height:auto;
	font-size: 1.4em;
	font-family: Papyrus, Verdana, Geneva, sans-serif;
}
#main {
	display: block;
	padding-top:1%;
	font-family: Papyrus;
	color: white;
	font-size:1.3em;
	line-height:2em;
	padding-bottom:1em;
}
#main2 {
	display: block;
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	width: 92%;
	padding-bottom:0em;
}
#footer {
	display: block;
	margin-top:2%;
	padding-bottom:3%;
	left:0%;
	width:100%;
	height:5%;
	color:white;
	font-family: Papyrus, Verdana, Geneva, sans-serif;
}
#wrapper #main #main2 h1 strong {
	font-family: Papyrus;
	text-align: left;
}
.pagetitle {
	font-family: Papyrus;
	font-weight: bolder;
	color: #FFF;
	font-size: 2em;
}
.treatmentType {
	font-family: Papyrus;
	font-size: 1.3em;
	line-height: 2em;
	font-weight: bold;
	text-transform: capitalize;
	color: #660099;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #660099;
}
.treatmentName {
	font-family: Papyrus;
	color: #660099;
}
.treatmentTime {
	font-family: Papyrus;
	font-size: 0.8em;
	text-align: right;
	width: 20%;
}
.treatmentPrice {
	font-family: Papyrus;
	font-size: 0.8em;
	text-align: right;
}

