body {
	background-color: #808D09;
}

a {	color: #D0DD57; text-decoration: none; }
a:hover {	color: #D0DD57; text-decoration: underline; }

em {
	color: #D0DD57;
}

/**********************************
Banner
**********************************/
#banner {
	background-color: #738007;
}
#pagehdrs {
	background-color: #808D09;
}

/**********************************
Content
**********************************/
.pic {
	border: 1px solid #98A12A;
	margin: 0 15px;
}
.pic-left {
	border: 1px solid #98A12A;
}
.pic-right {
	border: 1px solid #98A12A;
}

/*Treatment Info*/
.treatment {
	background-color: #6A7706;
	padding: 10px;
	border: 1px solid #98A12A;
	text-align: center;
	margin-bottom: 40px;
}
.treatment p {
	margin: 0;
	line-height: 22px;
	text-align: center;
}
.treatment h2 {
}
p.price {
	font-weight: normal;
	font-size: 20px;
	color: #D0DD57;
	text-align: center;
	margin-bottom: 15px;
}




/**********************************
Footer
**********************************/
#footer {
	color: #C1C786;
}
.breadcrumb {
	padding: 15px 0 0px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C1C786;
	font-weight: bold;
	width: 730px;
	margin: 0 auto;
}
.breadcrumb a {	color: #C1C786; text-decoration: none; }
.breadcrumb a:hover {	color: #D0DD57; text-decoration: underline; }