/* CSS Document */

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	padding: 0px;
	width: 900px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 20px;
}

#logo {
	color: #836D70;
	line-height: 40px;
	width: 600px;
	float: left;
}

#myGallery {
	overflow: hidden;
}

.clearAll {
	clear: both;
}

h1 {
	color: #567347;
	line-height: 34px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 32px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	color: #567347;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #836D70;
	line-height: 30px;
	margin-top: 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	color: #567347;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #836D70;
	line-height: 26px;
	margin-top: 20px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	color: #567347;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #836D70;
	
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #567347;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #836D70;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

#nav {
	margin-top: 15px;
	text-transform: uppercase;
	color: #746163;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #c1b6b7;
	border-bottom-color: #c1b6b7;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	display: inline;
	padding-right: 15px;
	padding-left: 5px;
}

#nav a, a {
	text-decoration: none;
}

#nav .active a {
	text-decoration: underline;
}

a:hover, #nav a:hover {
	text-decoration: underline;
} 

a:visited, a:link {
	color: #746163;
} 

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

.B_crumbBox {
	font-size: 12px;
}

.B_currentCrumb {
	color: #376023;
}

#content {
	background-color: #ffffff;
	margin-bottom: 20px;
}

#content #left {
	float: left;
	width: 579px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: justify;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #c1b6b7;
	margin-top: 20px;
	font-size: 16px;
}

#left p, #right p {
	color: #746163;
}

#gallery {
	width: 900px;
	margin-top: 20px;
}

a:hover img {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
    -moz-opacity:0.8;
}

#right div {
	margin-bottom: 10px;
	text-align: right;
}

#content #right {
	float: left;
	width: 290px;
	margin-top: 0px;
	padding-left: 10px;
	margin-bottom: 10px;
	text-align: right;
}

#content #right p {
	text-align: right;
}

.nb {
    color: #567347;
}

.DittoThumb img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}

#EmailForm label {
	display: block;
	padding: 5px;
	color: #8E9176;
}

#EmailForm input, #EmailForm textarea {
	font-size: 16px;
	color: #376023;
	
}

#EmailForm .errors {
	color:#376023;
}

#address p {
	font-size: 16px;
}

#footer {
	text-align: center;
	color: #836D70;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #c1b6b7;
	margin-top: 10px;
}

#kbd {
	text-align: right;
	font-size: 10px;
	color: #836D70;
	padding-bottom: 50px;
}

#treatments {
	padding-right: 30px;
	margin-bottom: 25px;
}

