/* CSS Document */
		html, body{
			background-color: #036;
			font-family: Georgia, "Times New Roman", Times, serif;
			/*padding: 0;
			margin: 0;*/
		}
		/*div{border: 1px #000 solid;}*/
		#frame{
			position: absolute;
			left: 50%;
			margin-left: -366px;
			width: 720px;
			background:url(../images/header_round.jpg) no-repeat 0 0;
			background-color: #FFEDBF;
			/*padding: 10px;
			border: 4px solid #B6895F;*/
		}
		#header{
			width: 720px;
			height: 192px;
			/*background-color: #036;*/
		}
		#footer{
			width: 720px;
			text-align: center;
			font-size: 9pt;
			margin-top: 10px;
			margin-bottom: 8px;
			clear:both;
		}
		#container{
			width: 720px;
			min-height: 500px;
			background-color: transparent;
		}
		#left{
			float: left;
			width:150px;
			min-height: 500px;
			padding-right: 4px;
			text-align: right;
		}
		#center{
			margin-left: 160px;
			width:335px;
			min-height: 500px;
			background-image: url(../images/center_bg.png) no-repeat 0 0;
		}
		#center2{ /* Used for the pano pages */
			margin-left: 185px;
			width:530px;
			min-height: 500px;
			background-image: url(../images/center_bg.png) no-repeat 0 0;
		}
		#right{
			float:right;
			width:220px;
			min-height: 500px;
		}
		#right #rightcontent{
		}
		#rightcontent img{
			margin-top: 8px;
			border: 2px solid #036;
		}
		#caption{
			background-color: #036;
			color: #fff;
			width: 100%;
			font-size: 10pt;
			text-align: center;
			padding: 0; 
			clear: none;
		}
		#rightcontent li{
			font-size: .8em;
			text-align: left;
		}
		#center>#centercontent{
			text-align: justify;
			margin: 2px;
			font-size: 11pt;
			padding-left: 20px;
			padding-top: 10px;
		}
		#center>#centercontent>#leftcol>#caption, #center>#centercontent>#caption{
			background-color: #036;
			color: #fff;
			width: 204px;
			font-size: 10pt;
			text-align: center;
		}
		#center>#centercontent	#cabintitle{
			font-size: 1.25em;
			font-weight: 700;
			color: #003366;
		}
		#center>#centercontent:first-line{
			font-weight: bold;
			font-size: 1.20em;
			word-spacing: 3pt;
		}
		#center>#centercontent:first-letter{
			font-size: 1em;	
		}
		#center>#centercontent img{
			margin-top: 8px;
			border: 2px solid #036;
		}
		#center>#centercontent a, #center>#centercontent a:visited{
			color: #843511;
			text-decoration: none;
			padding-left: 11px;
			font-size: 9pt;
		}
		#center>#centercontent a:hover{
			color: #036;
			text-decoration: underline;
			padding-left: 11px;
		}
		ul{
			list-style-type: none;
			margin:0;
			padding:0;
		}
		li{
			text-indent: 6px;
			color: #843511;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
		li.menu{
			font-size: 11pt;
		}
		a.cabins_menu, a.cabins_menu:visited{
			color: #843511;
			text-decoration: none;
			padding-left: 11px;
			font-size: 9pt;
		}
		a.cabins_menu:hover{
			color: #036;
			text-decoration: underline;
			padding-left: 11px;
		}
		a.fcabins_menu, a.fcabins_menu:visited{
			color: #036;
			text-decoration: none;
			padding-left: 11px;
			font-size: 9pt;
		}
		a.fcabins_menu:hover{
			color: #843511;
			text-decoration: underline;
			padding-left: 11px;
		}
		a.switcher{
			color: #fff;
		}