body {
	font-size: small;
	margin: 0px;
	padding: 0px;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
/* IMAGE REPLACEMENT */
.replace {
	position: relative;
	margin: 0px;
	padding: 0px;
	/* hide overflow: hidden from IE5/Mac \*/
	overflow: hidden;
	/**/
}
.replace span {
	display:block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1; /* for Opera 5 and 6*/
}
#booking, #booking span {
	background-image: url(_images/booking.jpg);
	background-position: 0px 29px;
	height: 29px;
	width: 149px;
}
#booking a:link span {
	background-image: url(_images/booking.jpg);
	background-position: 0px 29px;
	height: 29px;
	width: 149px;
}
#booking a:visited span {
	background-image: url(_images/booking.jpg);
	background-position: 0px 29px;
	height: 29px;
	width: 149px;
}
#booking a:hover span {
	background-image: url(_images/booking.jpg);
	background-position: 0px 0px;
	height: 29px;
	width: 149px;
}
#booking a:active span {
	background-image: url(_images/booking.jpg);
	background-position: 0px 29px;
	height: 29px;
	width: 149px;
}
#contact, #contact span {
	background-image: url(_images/contact.jpg);
	background-position: 0px 29px;
	height: 29px;
	width: 149px;
}
#contact a:link span {
	background-image: url(_images/contact.jpg);
	background-position: 0px 29px;
	height: 29px;
	width: 149px;
}
#contact a:visited span {
	background-image: url(_images/contact.jpg);
	background-position: 0px 29px;
	height: 29px;
	width: 149px;
}
#contact a:hover span {
	background-image: url(_images/contact.jpg);
	background-position: 0px 0px;
	height: 29px;
	width: 149px;
}
#contact a:active span {
	background-image: url(_images/contact.jpg);
	background-position: 0px 29px;
	height: 29px;
	width: 149px;
}
/* TAGS */
body {
	background: url(_images/headerbg.jpg) repeat-x 0px 75px;
	margin: 0px;
	padding: 0px 0px 15px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #333;
}
/*#content a {
	color: #7F9931;
	text-decoration: underline;
}
#content a:link {
	color: #7F9931;
}
#content a:visited {
	color: #7F9931;
}
#content a:hover {
	color: #A15000;
	text-decoration: underline;
}
#content a:active {
	color: #7F9931;
}*/
a {
	color: #CC0000;
	text-decoration: none;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #CC3333;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
}
h1, h2, h3 {
	color: #990000;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h3 {
	line-height: 100%;
	color: #CC0000;
	font-weight: normal;
	margin: 0px 0px 1em;
	padding: 0px;
}
.larger {
	font-size: larger;
	color: #000000;
	font-weight: bold;
}


h2 {
	margin-bottom: 6px;
	line-height: 100%;
	font-size: 180%;
}
p {
	margin-top: 0px;
}
.box p {
	margin: .5em 1.5em;
	padding: 0px;
}
#content p {
	line-height: 150%;
	font-size: 110%;
}

ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
dd {
	background: url(_images/bulletdd.jpg) no-repeat left center;
	padding-left: 30px;
	font-size: larger;
	line-height: 150%;
	margin-left: 10px;
}
dl {
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
}

dt {
	margin-bottom: 1ex;
}
/* HEADER */
#header {
	width: 740px;
	margin: auto auto 0px;
	padding: 0 0 87px;
	color: #000;
	background: url(_images/navigationbg.jpg) no-repeat center bottom;
	height: 75px;
	position: relative;
}
#header h1 {
	bottom: 107px;
	position: absolute;
	color: #4d4d4d;
	left: 0px;
	overflow: visible;
	height: 1.2ex;
	visibility: visible;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	display: inline;
}
* #header h1 {
	font-size: 200%; /* for IE5/Win */
	f\ont-size: 130%; /* for other IE versions */
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#header p {
	position: absolute;
	right: 31px;
	bottom: 97px;
}
/* NAVIGATION */
#navigation {
	clear: both;
	border-bottom: 2px solid #5d6937;
	height: 3em;
	font-size: 90%;
	background: #FCFCDB;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	float: left;
	margin-right: 10px;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
/* CONTENT */
#content {
	width: 530px;
	float: left;
	padding-top: 20px;
	margin-bottom: 15px;
}
#index #content {
	width: 310px;
	float: left;
	padding-top: 20px;
	background: url(_images/denis1.jpg) no-repeat left bottom;
	padding-left: 219px;
	margin-bottom: 0px;
}
/* FOOTER */
#footer {
	clear: both;
	border-top: 1px solid #CCCCCC;
	margin-top: 15px;
	padding-bottom: 15px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#ident {
	float: left;
}
#credit {
	float: right;
}
#gallery {
	text-align: right;
	margin-right: 0px;
}
/* SIDEBAR */
#sidebar {
	clear: right;
	float: right;
	width: 180px;
	padding-top: 0px;
	font-size: 90%;
	background: url(gavel1.jpg) no-repeat center bottom;
	padding-bottom: 70px;
	margin-bottom: 20px;
}
#sidebar h2, #sidebar h3 {
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	padding-top: 40px;
}
#sidebar ul {
	background: url(_images/flourish.jpg) no-repeat center bottom;
	padding-bottom: 30px;
}
#sidebar li {
	list-style: none;
	margin-top: 8px;
	background: url(_images/bullet_over.jpg) no-repeat 0px 0px;
	padding-left: 0px;
}
#sidebar li a {
	background: url(_images/bullet.jpg) no-repeat 0px 0px;
	display: block;
}
#sidebar li a:hover {
	background: url(_images/bullet_over.jpg) no-repeat 0px 0px;
}
#sidebar a {
	display: block;
	padding-left: 30px;
	font-weight: bold;
}
/* CLASSES */
.intro {
	font-size: 90%;
	color: #85A42C;
	font-weight: bold;
}
.caption {
	margin-bottom: 2em;
	font-weight: bold;
}
.container {
	margin: 0px auto;
	width: 740px;
	padding: 0px;
}
.container2 {
	margin: 0px auto 15px;
	width: 530px;
	padding: 0px;
	clear: left;
	float: left;
}
.box {
	background: #eeeeee;
	background: #DDDDDD;
	border: 1px solid #999999;
	border: 1px solid #333333;
}
.emphasis {
	font-size: 140%;
	color: #CC3333;
	font-weight: bold;
	margin-bottom: 0.5ex;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}
#footer-left {
	width: 530px;
	float: left;
}
.top {
	clear: right;
	float: right;
	width: 180px;
	padding-top: 0px;
	font-weight: bold;
	text-align: right;
}
.align-right {
	text-align: right;
}
.prop {
	float: left;
	height: 420px;
	width: 1px;
}
address {
	margin: 0px;
	padding: 0px 0px 1.5em;
}
.smallspaceafter {
	margin: 0px;
	padding: 0px 0px .5em;
}
.link {
	float: right;
	text-align: right;
}
.inputwidth{
	width: 220px;
	clear: left;
	margin-top: 4px;
}
legend {
	color: #C71E25;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 140%;
	text-transform: uppercase;
	margin-bottom: 1em;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}
form {
	margin: 0px;
	padding: 0.5em 20px;
	border: 1px solid #333333;
	background: #DDDDDD;
}
form p {
	margin-top: .5em;
	margin-bottom: .5em;
}

label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
	clear: left;
}
.align-right {
	text-align: right;
	margin-right: 75px;
}

.inputwidth {
	width: 250px;
}
blockquote {
	background: #DDDDDD;
	border: 1px solid #333333;
	padding: 1em 3em .5em;
	margin-right: 0px;
	margin-left: 0px;
}
blockquote img {
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
form h3 {
	margin-top: 0.5em;
	margin-bottom: 0px;
}
img {
	border: solid 1px #333333;
}
