body
{
	background-color: #A2B77C;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 100%;
	text-align: center;
	min-width: 700px;
	padding: 0 0 0 0;
	
}

img
{
	border: none;
}

#main
{
	margin: 0 auto;
	width: 700px;
	text-align: left;
	background-color: White;
	color: #FF5B42;
}

#top
{
	display: block;
	height: 120px;
	width: 700px;
}

#logo
{
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	width: 700px;
	height: 120px;
	position: relative;
	float: left;
}


#content
{
	display: block;
	min-height: 500px;
	background-color: White
}

#menu
{
	padding: 10px 0px 0px 0px;
	height: 30px;
	background-image: url("images/menubg.png");
	font-size: 85%;
	color: #444027;
}

#menu a
{
	margin-left: 10px;
	margin-right: 10px;
	color: #444027;
	text-decoration: none;
}

#menu a:hover
{
	color: #000000;
	text-decoration: underline;
}

#sideimages
{
	width: 180px;
	float: right;
}
#sideimages2
{
	width: 100px;
	float: left;
}

#bodywrapper
{
	margin: 20px 20px 20px 20px;
	color: Black;
	font-size: 90%;
	background-image: url("images/watermark.jpg");
	background-position: top;
	background-repeat: no-repeat;
}

#bodywrapper a
{
	color: #444027;
	text-decoration: none;
}

#bodywrapper a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 140%;
	letter-spacing: 0px;
	color: #444027;
}

h1 span.bigger
{
	font-size: 120%;
}

h2
{
	font-size: 110%;
	letter-spacing: +1px;
	color: #CECEC2;
}

h3
{
	font-size: 80%;
	letter-spacing: 0px;
	color: #CECEC2;
}

#bodywrapper ul
{
	list-style-type: square;
	font-size: 85%;
}

#bodywrapper ul li
{
	margin-bottom: 5px;
}

#footer
{
	clear: both;
	display: block;
	height: 75px;
	padding: 10px 10px 10px 10px;
	background-image: url("images/footer.png");
	background-repeat: no-repeat;

}

#footercontact
{
	text-align: center;
	font-size: 70%;
	color: #FFFFEF;
}

#copyright
{
	margin-top: 5px;
	text-align: center;
	font-size: 70%;
	color: #FFFFEF;
}

#copyright a
{
	color: #FFFFEF;
	text-decoration: none;
}

#copyright a:hover
{
	text-decoration: underline;
}

span.thirdparty
{
	font-size: 70%;
	color: black;
}

#treatmenttable
{
	width: 100%;
	vertical-align: top;
}

#treatmenttable tr
{
	vertical-align: top;
}

#treatmenttable tr td
{
	width: 50%;
	padding: 5px 5px 5px 5px;
}

div.gallery img
{
	border: solid 2px #CECEC2;
	padding: 10px 10px 10px 10px;
}

P.smaller
{
    font-size: 75%;
}