body {
	margin: 0px;
	border: 0px;
	height:100%; 
	background-color: #333333;
	background-image: url('/images/web-background.gif');
	font-family: Arial, Sans-Serif, Helvetica;
	text-align: center; 
}


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

h2 {
	font-size: 120%;
	font-weight: normal;
	letter-spacing: 1px;
	color: #27A1C5;
}


h3 {
	color: #228DAC;
	font-size: 110%;
	font-weight: normal;
	margin-bottom: 6px;
}

a {
	color: #228DAC;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	border: none;
}

#prep {
	height:100%; 
	text-align: center;
	width: 910px;
	margin: 0 auto;
}

#shadow-border {
	height:100%; 
	width: 910px;
	background-position: 0px 0px; 
	background-repeat:repeat-y;
	text-align: center;
}


#canvas {
	width: 900px;
	background-color: #8C004C;
	background-image: url('/images/red-bg.gif');
	height: 100%;
	text-align: left;
/*	border:1px solid #CCCCCCC; */
}


#header {
	height: 115px;
	background-image:url('/template/images/tob-drawing-background.gif'); 
	background-position: 620px -10px; 
	background-repeat:no-repeat;
}


#logo {
	width: 120px;
	float: left;
}

#contact {
	width: 320px;
	float: right;
	margin-top: 20px;
	color: #ffffff;
	font-size: 80%;
}


#main-navigation {
	background-color: #B00061;
	border-bottom: 5px solid #8C004C;
}

#main-navigation ul {
	margin: 0px;
	list-style-type: none;
	padding-left: 0px;
	border-top: 10px solid #B00061;
	border-bottom: 10px solid #B00061;
	width: 100%;
}

#main-navigation li {
	display: inline;
	margin: 0px;
	padding: 0px;
	margin-left: 35px;
	padding-left: 10px;
	background-image:url('/template/images/navigationmarker.gif'); 
	background-position: 0px 8px; 
	background-repeat:no-repeat;
}

#main-navigation a {
	margin: 0px;
	color: #ffffff;
	font-size: 80%;
	text-decoration: none;
	font-weight: normal;

}

#main-navigation a:hover {
	text-decoration: underline;
	color: #ffffff;
}


#main-navigation .current {
	color: #ffffff;
	text-decoration: underline;
}



#main-picture {
	min-height: 190px;
	overflow: hidden;
}

#main-picture img {
	border: 0px;
}


#main-content {
	background-color: #FFF6DD;
	height: auto;
}

#footer {
	position: relative;
	background-color: #8C004C;
	min-height: 25px;
}


#footer ul {
	margin: 0px;
	border-top: 5px solid #8C004C;
	list-style-type: none;
	padding-left: 0px;
	border-bottom: 3px solid #8C004C;
}

#footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 60%;
	color: #ffffff;
}

#footer a {
	margin: 0px;
	color: #ffffff;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 10px;
}

#footer a:hover {
	text-decoration: dashed;
}


#main-text {
	width: 680px;
	float: left;
	color: #333333;
}

#main-text p {
	line-height: 1.7;
	font-size: 80%;
	margin-top: 0px;
}


#side-images {
	width: 210px;
	float: right;
	text-align: center;
}

#side-images img {
	margin-top: 5px;
	border: 1px solid #9999999;
}

#side-images a img {
	border: none;
}

.clearboth {
	clear: both;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.hide {
	display: none;
}

.inner-tube {
	margin: 10px;
}

#map-container {
	margin-top: 10px;
	margin-bottom: 10px;
}

#map {
	width: 600px;
	height: 200px;
	border:1px solid #8C004C;
}

#rooms {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.room {
	width: 100px;
	float: left;
	margin-left: 75px;
	border: 3px solid #8C004C;
	background-color: #8C004C;
	font-size: 90%;
	text-align: center;
	color: #ffffff;
}

.room  p {
	margin: 0px;
	margin-top: 3px;
}

.room  a {
	color: #ffffff;
}

.five-star {
	position: absolute;
	top: -85px;
	left: 820px;
}

.silver-award {
	position: absolute;
	top: -85px;
	left: 740px;
}

#michelin_guide {
	text-align: left;
}

#michelin_guide img {
	margin-left: 30px;
}

/* TinyMCE specific rules START */

body.mceContentBody {
	background: #FFF;
	text-align: left;
	font-size: 80%;
}

/* TinyMCE specific rules END */
