body
{
	background-color: #99080f;
	font-family: Lucida Sans, NV Boli, Franklin Gothic Demi, Verdana, Sans-Serif;
	font-size: 90%;
	
	color: White;
	text-align: center;
	min-width: 700px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-image: url("images/bodybg.png");
	background-position: top;
	background-repeat: repeat-y;

}

img
{
	border: none;
}

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

#top
{
	display: block;
	height: 120px;
	background-image: url("images/topbg.png");
	background-repeat: repeat;
}

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

#contact
{
	background-image: url("images/contact.png");
	background-repeat: no-repeat;
	width: 211px;
	height: 96px;
	float: right;
}

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

#menu
{
	padding: 10px 0px 0px 0px;
	height: 40px;
	background-image: url("images/menubg.png");
	background-repeat: repeat-x;
	font-size: 95%;
}

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

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

#sideimages
{
	width: 180px;
	float: right;
}

#sideimages2
{
	width: 180px;
	float: left;
}

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

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

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

h1
{
	font-size: 140%;
	letter-spacing: -1px;
}

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

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

h3
{
	font-size: 70%;
	letter-spacing: 0px;
	color: #FF6A00;
}

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

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

#footer
{
	clear: both;
	display: block;
	height: 50px;
	background-color: Black;
	padding: 10px 10px 10px 10px;
}

#footercontact
{
	text-align: center;
	font-size: 100%;
	color: White;
}

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

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

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

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

#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 0px #FF6A00;
	padding: 10px 10px 10px 10px;
}
