html,body
{
	height:100%;
	margin:0;
	padding:0;
}
body
{
	background:#29262f; /* url('/inc/stained%20curtain3cut2.jpg') bottom center no-repeat; */
	overflow:hidden;
}


#menubox
{
	position:absolute;
	top:0;
	left:0;
	width:210px;
	bottom:0;
	overflow:auto;
	margin:10px;
	z-index:40;
}
#menutop
{
	background:url('/inc/menutop.png');
	height:15px;
	width:190px;
	padding:0;
	margin:0;
}
#menubottom
{
	background:url('/inc/menubottom.png');
	height:50px;
	width:190px;
}
#menucenter
{
	width:190px;
	background:url('/inc/menucenter.png');
}
#menu
{
	width:180px;
	text-align:center;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:bold;
	font-size:.9em;
	background:#eed;
	z-index:41;
}
#menu p
{
	margin:0;
}
#logo
{
	color:white;
	font-family:Arial;
	background:#d00;
	padding:10px 0 0 0;
	margin:10px 0 10px 0;
}
#menu a
{
	text-align:left;
	display:block;
	width:150px;
	text-decoration:none;
	background-color:#333; /*#5d442a;*/
	color:#ddc;
	font-weight:bold;
	padding:0 6px 0 20px;
	margin-top:8px;
	border-width:2px;
	border-style:solid;

/*
	border-style:solid;
	border-width:2px;
	border-color:#633 #522 #522 #633; /*#753 #432 #432 #753;*/
}
#menu a:hover
{
	border-style:inset;
	color:white;
}

#curtainl
{
	position:absolute;
	background:#a00 url('/inc/curtainl.jpg') bottom right no-repeat;
	top:0;
	bottom:75px;
	left:0;
	width:190px;
	padding-right:5%;
	z-index:-1;
}
#curtainr
{
	position:absolute;
	background:#a00 url('/inc/curtainr.jpg') bottom left no-repeat;
	top:0;
	bottom:26px;
	right:0;
	left:90%;
	margin-left:-15px;
	z-index:-1;
	overflow:hidden;
}
#curtainr2
{
	position:absolute;
	background:#a00 url('/inc/curtainr.jpg') bottom left no-repeat;
	top:0;
	bottom:76px;
	left:1075px;
	margin-left:5%;
	right:0;
	z-index:-2;
	overflow:hidden;
}
#curtainlc
{
	position:absolute;
	background:#a00 url('/inc/curtainl.jpg') bottom right no-repeat;
	top:0;
	bottom:75px;
	left:0;
	width:50%; /*200px;
	padding-right:5%;*/
	z-index:-1;
}
#curtainrc
{
	display:none;
	position:absolute;
	background:#a00 url('/inc/curtainr.jpg') bottom left no-repeat;
	top:0;
	bottom:26px;
	right:0;
	left:90%;
	margin-left:-15px;
	z-index:-1;
	overflow:hidden;
}
#curtainr2c
{
	position:absolute;
	background:#a00 url('/inc/curtainr.jpg') bottom left no-repeat;
	top:0;
	bottom:76px;
	/*left:1135px;
	margin-left:5%;*/
	width:50%;
	right:0;
	z-index:-2;
	overflow:hidden;
}
#contentbox
{
	position:absolute;
	top:0px;
	left:190px;
	max-width:1000px;
	right:0px;
	bottom:50px;
	margin:0;
	margin-left:5%;
	z-index:10;
}
#spotbox
{
	background:white;
	position:absolute;
	top:0;
	left:0;
	right:15px;
	bottom:0;
	margin:0;
	margin-right:10%;
	padding:0;
	z-index:-1;
}
#spot
{
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	z-index:-1;
	overflow:hidden;
	opacity:1;
}
#spottlbox
{
	position:absolute;
	top:0;
	left:0;
	right:15px;
	height:5%;
	margin:0;
	margin-right:10%;
	padding:0;
	z-index:20;
}
#spottl
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:20;
}
#spotblbox
{
	position:absolute;
	top:75%;
	left:0;
	right:15px;
	bottom:0;
	margin:0;
	margin-right:10%;
	padding:0;
	z-index:20;
}
#spotbl
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:20;
}
#seatsbox
{
	position:absolute;
	top:0;
	height:100%;
	left:0;
	width:100%;
	z-index:5;
}
#seats
{
	position:absolute;
	height:80px;
	bottom:0;
	left:0;
	right:0;
	background:url('/inc/seats2.png') top center no-repeat;
	z-index:30;
}
#content
{
	/*background: url('spot2a.png');*/
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	font-family:Helvetica,Arial,sans-serif;
	padding:7% 15% 5% 5%;
	margin:0 0 18px 0;
	overflow:auto;
	z-index:10;
	background:url('blank.gif');
}
#content h2
{
	margin:0;
	margin-bottom:25px;
	color:#b22;
	font-size:1.2em;

}
#content h3
{
	margin:0;
	margin-bottom:10px;
	margin-top:25px;
	color:#b22;
	font-size:1em;

}
#content p,#content li,#content th,#content td
{
	font-size:.8em;
	margin:0;
	color:#444;
}
#content ul
{
	margin-top:0;
	margin-bottom:10px;
}
#content p
{
	margin-bottom:10px;
}
#content a
{
	color:#864;
}
#content a:hover
{
	color:#b00;
}
#content table
{
	border-collapse:collapse;
}
#content th,#content td
{
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#content td
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:3px;
	padding-right:3px;
}

@media print
{
	#spotbox, #spottlbox, #spotblbox, #curtainr, #curtainr2, #seats
	{
		display:none;
	}
	#contentbox,#content
	{
		margin:0;
		padding:0;
		bottom:auto;
		margin-left:5px;
	}
}
