@charset "UTF-8";
/* CSS Document */

body {
	z-index: 1;
	background-color: #300;
}
#container {
	position:relative;
	left:0px;
	top:24px;
	width:1000px;
	height:700px;
	z-index:2;
	margin: auto;
}
#marque {
	position:absolute;
	width:1000px;
	height:92px;
	z-index:10;
	left: 0px;
	top: -12px;
	background-image: url(text/marquetext8.png);
	background-repeat: no-repeat;
	background-position: center;
}
#content {
	position:absolute;
	width:1000px;
	height:650px;
	z-index:2;
	left: 0px;
	top: 50px;
	background-image: url(backgrounds/fade_blk3.png);
}
#footer {
	position:absolute;
	width:990px;
	height:20px;
	z-index:3;
	left: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cf9200;
	text-transform: uppercase;
	padding-left: 10px;
}
#imageholder {
	position:absolute;
	width:980px;
	height:600px;
	z-index:3;
	left: 10px;
	top: 10px;
}
#navcontainer {
	position:absolute;
	width:201px;
	height:600px;
	z-index:4;
	background-image: url(backgrounds/fade_blk.png);
	left: 0px;
	top: 0px;
}
#nav {
	position:absolute;
	width:170px;
	height:525px;
	z-index:10;
	left: 14px;
	top: 40px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
}
#logo {
	position:absolute;
	width:201px;
	height:132px;
	z-index:5;
	left: 0px;
	bottom: 10px;
	background-image: url(logo/navlogo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#subnavcontainer {
	position:absolute;
	width:370px;
	height:600px;
	z-index:5;
	left: 210px;
	top: 0px;
	background-image: url(backgrounds/fade_blk.png);
}
#subnav {
	position:absolute;
	width:320px;
	height:525px;
	z-index:8;
	left: 25px;
	top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
}
#layerswitch {
	position:absolute;
	width:60px;
	height:20px;
	z-index:9;
	top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFB501;
	text-align: center;
	right: 10px;
}
.size18 {
	font-size: 18px;
}
#marqueback {
	position:absolute;
	width:1000px;
	height:41px;
	z-index:4;
	background-image: url(backgrounds/ridgeblk2.png);
	top: 20px;
	background-repeat: no-repeat;
}
#reservation {
	position:absolute;
	width:319px;
	height:417px;
	z-index:10;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #000;
	left: 0px;
	top: 57px;
	text-align: left;
	background-image: url(backgrounds/whtstrip5002.png);
	background-repeat: repeat-x;
}
#media1 {
	position:absolute;
	width:30px;
	height:30px;
	z-index:3;
	right: 10px;
	bottom: 0px;
}
#media2 {
	position:absolute;
	width:30px;
	height:30px;
	z-index:4;
	right: 50px;
	bottom: 0px;
}
a:link {
	color: #FFB501;
	text-decoration: none;
}
a:visited {
	color: #FFB501;
	text-decoration: none;
}
a:hover {
	color: #EFC34D;
	text-decoration: none;
}
a:active {
	color: #FFB501;
	text-decoration: none;
}
