@charset "utf-8";

	/* Globals ------------------------------- */
	* {
	margin: 0;
	padding: 0;
	}
	a {
	outline: none;
	text-decoration: none;
	}
	img {
	border: 0 none;
	}
	body {
	background: url(/images/bg.jpg) repeat-x #fff;
	text-align: center;
	font: 11px Georgia, "Times New Roman", serif;
	color: #000;
	}
	noscript {
	text-align: center;
	font-weight: bold;
	}	
	
	/* Layout ------------------------------- */
	#wrapper {
	background: #fff;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	}
	#bottom_spacer {
	height:320px;
	}
	
	/* Header ------------------------------- */
	#top_logos {
	background: url(/images/logos_top.jpg);
	height: 39px;
	padding-top: 0;
	clear: both;
	}
	#header {
	background: url(/images/header.jpg);
	height: 127px;
	padding-top: 0;
	clear: both;
	}
	#header2 {
	background: url(/images/header2.jpg);
	height: 127px;
	padding-top: 0;
	clear: both;
	}
	#header3 {
	background: url(/images/header3.jpg);
	height: 127px;
	padding-top: 0;
	clear: both;
	}
	#header4 {
	background: url(/images/header4.jpg);
	height: 127px;
	padding-top: 0;
	clear: both;
	}
	#header5 {
	background: url(/images/header5.jpg);
	height: 127px;
	padding-top: 0;
	clear: both;
	}
	#header6 {
	background: url(/images/header6.jpg);
	height: 127px;
	padding-top: 0;
	clear: both;
	}
	#header span a, #header2 span a, #header3 span a, #header4 span a, #header5 span a, #header6 span a {
	background: url(/images/logo.png);
	width: 393px;
	height: 122px;
	float: left;
	margin: 0 0 0 325px;
	}
	/*
	#header #about {
	float: right;
	margin-top:94px;
	}
	#header #about ul li {
	float: left;
	display: block;
	background: url(/images/nav_subbg.png);
	width: 98px;
	height: 33px;
	margin: 0px 12px 0 0;
	padding-top: 8px;
	font-style: italic;
	text-align: center;
	}
	#header #about ul li a {
	font: 15px Georgia, "Times New Roman", serif;
	font-weight: bold;
	color: #9c0b0b;
	}
	#header #about ul li a:hover {
	color: #000;
	}
	*/
	
	/* Navigation----------------------------- */
	#side_buffer {
	background: url(/images/nav_left.jpg) no-repeat;
	width: 49px;
	float: left;
	height:100%;
	min-height:347px;
	}
	#navigation {
	background: url(/images/nav_bg.jpg) no-repeat;
	width: 272px;
	float: left;
	height:100%;
	min-height:347px;
	}
	#navigation ul li {
	margin: 4px 0 0 15px;
	display: block;
	list-style: none;
	font: 18px Georgia, "Times New Roman", serif;
	display: block;
	color: #000;
	font-style: italic;
	}
	#navigation ul li a {
	font: 18px Georgia, "Times New Roman", serif;
	height: 23px;
	display: block;
	color: #000;
	font-style: italic;
	}
	#navigation ul li #sub {
	font: 16px Georgia, "Times New Roman", serif;
	font-style: italic;
	}
	#navigation ul li ul li {
	margin: 2px 0 2px 15px;
	display: block;
	list-style: none;
	}
	#navigation ul li ul li #top {
	margin: 3px 0 0 0;
	}
	#navigation ul li ul li #bottom {
	margin: 0 0 10px 0;
	}
	#navigation ul li ul li a {
	font: 15px Georgia, "Times New Roman", serif;
	height: 19px;
	display: block;
	color: #0f436e;
	font-style: italic;
	}
	#navigation ul li a:hover {
	color: #9c0b0b;
	}
	
	/* Display ------------------------------- */
	#page_content {
	width: 950px;
	height: 100%;
	min-height: 347px;
	margin: 0 auto;
	font: 12px/17px Georgia, "Times New Roman", serif;
	color: #000;
	}
	#reservation_content {
	width: 950px;
	height:100%;
	min-height: 347px;
	margin: 0 auto;
	background: url(/images/reservation_bg.jpg) no-repeat;
	}
	#page_div {
	background: url(/images/divider.jpg) no-repeat;
	height: 24px;
	padding-top: 0;
	}
	#page_scroll {
	background: url(/images/scroll_footer.jpg) no-repeat;
	height: 32px;
	padding-top: 0;
	}
	#btm_logos {
	background: url(/images/logos_footer.jpg) no-repeat;
	height: 71px;
	padding-top: 0;
	clear: both;
	}
	
	/* Footer ------------------------------- */
	#footer {
	text-align: center;
	width: 950px;
	font: 10px Georgia, "Times New Roman", serif;
	color: #0f436e;
	padding: 0 0 20px 0;
	margin: 0 auto;
	}
	#footer p, #footer p a {
	font: 11px Georgia, "Times New Roman", serif;
	color: #0f436e;
	padding: 2px 4px 2px 4px;
	}
	#footer p a:hover {
	color: #fff;
	background-color: #0f436e;
	}