/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font: small Trebuchet MS, small Arial, Helvetica, Verdana, sans-serif; 
	line-height: 1.5em; 
	color: #663300;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 895px;
	background-image: url(../images/tile.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border-bottom: solid 2px #ffffff;
}
#main {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-top: 0px;
}
#leftcontent {
	margin: 0px 330px 0px 0px;
	padding: 20px;
}
#leftcontent h1 {
	font-size: 140%;
	margin-top: 0px;
	color: #39722F;
	text-align: center;
}
#leftcontent li {
	color: #39722F;
	font-weight: bold;
}
#leftcontent .facilities {
	border: solid 1px #663300;
	padding: 10px;
	background-color: #ead7bb; 
	width: 495px;
}
#leftcontent table.ratestable {
	border: #663300 1px solid;
	background-color: #ead7bb; 
}
#leftcontent td.rates {
	color: #39722F;
	font-weight: bold;
	text-align: left;
}
#leftcontent th.rates {
	text-align: left;
}
#rightcontent {
	position: absolute;
	top: 0;
	right: 0;
	margin: 20px 20px 0px 0px;
	padding: 0;
}
#rightcontent .rightimg{
	margin-bottom: 20px;	
}
.bold {
	font-weight: bold;
}

