BODY
{
	margin: 0;
	background: #97AB84;
}

a, a:link, a:visited, a:active
{
	color: #BB8D16;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#container
{
	background: #FFFFFF;
	width: 770px;
	margin: 49px;
}

#header
{
	background: #FFF url(../img/bg_header.gif) no-repeat 0 0;
	width: 750px;
	height: 56px;
	margin: 9px 10px 0 10px;
}

#menu
{
	background: #FFF url(../img/bg_menu.gif) no-repeat 0 0;
	width: 750px;
	height: 39px;
	margin: 0 10px 0 10px;
	padding: 0;
}

#menu ul
{
	list-style: none;
	text-align: center;
	margin: 0;
}

#menu li
{
	display: inline;
	padding: 0 5px;
}

#menu li a
{
	display: inline-block;
	width: 94px;
	font: normal 12px georgia; 
	color: #FFF;
	text-decoration: none;
	padding: 4px 0 9px 0;
}

#menu li a:hover
{
	text-decoration: underline;
}

#menu #active a
{
	display: inline-block;
	width: 94px;
	height: 7px;
	color: #686B8D;
	background: transparent url(../img/ontab.gif) no-repeat 0 -2px;
	padding: 11px 0 9px 0;
}

#mainbody
{
	background: #FFF url(../img/bg_main.gif) no-repeat 0 0;
	width: 750px;
	height: 496px;
	margin: 0 10px 0px 10px;
}

#content, #content_sm
{
	background: #FFF;
	width: 682px;
	height: 412px;
	margin: 22px 22px 20px 22px;
	padding: 20px 12px 12px 12px;
}

#content_sm
{
	float: left;
	width: 403px;
	margin: 22px 0px 20px 11px;
}

#content p, #content_sm p, #promo p
{
	font: normal 11px georgia;
	margin: 0 0 14px 0;
}

#content .title, #content_sm .title
{
	font: normal 20px georgia;
	color: #792736;
}

#promo
{
	float: left;
	width: 248px;
	height: 414px;
	background: #FFF;
	border-left: 1px solid #DBAD36;
	margin: 22px 11px 20px 0px;
	padding: 20px 15px 10px 15px;
}

#content .faq_title
{
	font: bold 15px georgia;
	color: #647851;
}

#content .treatments
{
	width: 526px;
	background: #eee;
	border: 1px solid #97AB84;
}

#content .treatments td
{
	padding: 6px 4px;
	border: 1px solid #97AB84;
}

#faqlist
{
	list-style: none;
	margin: 20px 20px;
}

#faqlist li
{
	padding: 3px 0px;
}

