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

/* General items */
html {
	overflow: scroll;
	overflow-x: auto;
	overflow-y: scroll;
}

body {
	background: #080604 url(../images/interface/bkg.jpg) left top repeat-x;
	color: #000000;
}


.noscreen {
	display: none;
}

.container {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 980px;
}

#debug {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 3px solid #CC0000;
	background-color: #FFFFFF;
	margin: 15px;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	clear: both;
	}
	#debug ul {
		margin: 0px 0px 0px 20px;
		padding: 0px;
		font-weight: normal;
	}
	#debug li {
		margin: 5px 0px 0px 0px;
		padding: 0px;
	}

.main {
	position: relative;
	z-index: 1;
	margin: 16px 0px 15px 22px;
	width: 950px;
	padding: 4px;
	background-color: #FFFFFF;
}

.header {
	position: relative;
	width: 950px;
	height: 160px;
	background-color: #000000;
	background-position: top right;
	background-repeat: no-repeat;
	text-align: right;
}
.header-about {
	background-image: url(../images/interface/header_about.jpg);
}
.header-lounge {
	background-image: url(../images/interface/header_lounge.jpg);
}
.header-lieutenants {
	background-image: url(../images/interface/header_lieutenants.jpg);
}
.header-entertainment {
	background-image: url(../images/interface/header_entertainment.jpg);
}
.header-comedy {
	background-image: url(../images/interface/header_comedy.jpg);
}
.header-events {
	background-image: url(../images/interface/header_events.jpg);
}
.header-weddings {
	background-image: url(../images/interface/header_weddings.jpg);
}

#header-logobg {
	position: absolute;
	top: -16px;
	left: -22px;
	width: 185px;
	height: 315px;
	z-index: 10;
	background: url(../images/interface/logo_bkg.png) left top no-repeat;
}
#header-logobg-print {
	display: none;
}

#header-logo {
	position: absolute;
	top: -16px;
	left: -22px;
	width: 166px;
	height: 258px;
	padding: 32px 11px 25px 8px;
	z-index: 11;
}

#sidebar {
	position: absolute;
	top: 305px;
	left: 10px;
	width: 132px;
	font-size: 10px;
}

#header-nav {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #2f6056;
	height: 23px;
	letter-spacing: 2px;
	margin: 0;
}
#header-nav a:link, #header-nav a:visited {
	color: #2f6056;
	text-decoration: none;
	background: url(../images/interface/subnav_vdiv.gif) left top no-repeat;
	padding: 4px 3px 0 8px;
}
#header-nav a:hover  {
	color: #630;
	text-decoration: none;
}
#header-nav a.first {
	background: none;
}
#header-nav img {
  border: none;
  vertical-align: middle;
}
.subnav {
	float: right;
	text-align: right;	
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #2f6056;
	height: 18px;
	letter-spacing: 2px;
	margin-top: 4px;
}
.subnav a:link, .subnav a:visited  {
	color: #2f6056;
	text-decoration: none;
	background: url(../images/interface/subnav_vdiv.gif) left top no-repeat;
	padding: 4px 3px 0 8px;
}
.subnav a:hover  {
	color: #630;
	text-decoration: none;
}
.subnav a.first {
	background: none;
}
.subnav-hdiv {
	background: url(../images/interface/subnav_hdiv.gif) repeat-x;
	float: right;
	text-align: right;	
	width: 510px;
	height: 3px;
	margin-right: 5px;
}
.subnav img {
	margin: 2px 0px 0px 0px;
	border: none;
	vertical-align: middle;
}
#content .subnav {
	float: none;
	text-align: left;
	font-size: 17px;
	letter-spacing: normal;
	height: auto;
	background: none;
}
#content .subnav a:link, #content .subnav a:visited  {
	padding-left: 0;
	padding-right 0;
	background: none;
	text-wrap: none;
}

#content {
	clear: both;
	position: relative;
	width: 740px;
	padding: 25px;
	margin: 0px 0px 0px 160px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}


.menu-sidebar {
	float: right;
	margin: 0px 0px 25px 25px;
	font-size: 12px;
	background-color: #FFF6D6;
	padding: 10px;
	color: #666;
	}
	.menu-sidebar img {
		margin-right: 10px;
	}
	.menu-sidebar a {
		color: #6D5840;
		text-decoration: none;
	}
	.menu-sidebar a:hover {
		color: #000000;
	}

.gb-sidebar {
	float: right;
	margin: 0px 0px 25px 25px;
	font-size: 11px;
	background-color: #FFF6D6;
	padding: 10px;
	text-align: center;
	}
	.gb-sidebar a {
		display: block;
		margin-top: 5px;
	}
	.gb-sidebar img {
		border: none;
	}
	.gb-sidebar b {
		color: #6D5840;
	}