body {
	background-image: url(http://www.wonderlandtheatre.com/images/layout/l_imgstarbg.png);
	background-position: center top;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-color: #e7e2be;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
   	color: #000000;
	text-align: justify;
	text-decoration: none;
	line-height: normal;
	margin: 0px,0px,0px,0px;
	padding: 0px,0px,0px,0px;
	}
p {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
  	color: #000000;
	text-align: justify;
	text-decoration: none;
	line-height: normal;
	margin: 0px,0px,0px,0px;
	padding: 0px,0px,0px,0px;
	}
h1 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 20pt;

	color: #496d79;
	text-decoration: none;
	line-height: normal;
	margin: 0px,0px,0px,0px;
	padding: 0px,0px,0px,0px;
	}
h2 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16pt;

	color: #496d79;
	margin: 0px,0px,0px,0px;
	padding: 0px,0px,0px,0px;
	}
h3 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14pt;

	color: #496d79;
	margin: 0px,0px,0px,0px;
	padding: 0px,0px,0px,0px;
	}
h4 {
	font-family: Tahoma;
	font-size: 12pt;

	color: #496d79;
	margin: 0px,0px,0px,0px;
	padding: 0px,0px,0px,0px;
	}
h5 {
	font-family: Tahoma;
	font-size: 10pt;

	color: #496d79;
	margin: 0px,0px,0px,0px;
	padding: 0px,0px,0px,0px;
	}
h6 {
	font-family: Tahoma;
	font-size: 7pt;
	text-align: center;
	color: #000000;
	margin: 0px,0px,0px,0px;
	padding: 0px,0px,0px,0px;
	}
a:link {
	font-family: Tahoma;
	letter-spacing: normal;
	line-height: normal;
	font-weight: bold;
	color: #496d79;
	}
a:hover {
	font-family: Tahoma;
	letter-spacing: normal;
	line-height: normal;
	font-weight: bold;
	color: #97776a;
	}
a:active {
	font-family: Tahoma;
	letter-spacing: normal;
	line-height: normal;
	font-weight: bold;
	color: #496d79;
	}
a:visited {
	font-family: Tahoma;
	letter-spacing: normal;
	line-height: normal;
	font-weight: bold;
	color: #415549;
	}
.picleft {
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	margin-bottom: 0;
	padding-bottom: 0;
	float: left;
	margin-left: 10px;
	}
.picright {
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
	margin-bottom: 0;
	padding-bottom: 0;
	float: right;
	margin-left: 10px;
	}
/* Top Button Stylesheet */
/* Main Menu System */
.bevelmenu {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0;
	margin: 0;
	width: 100%;
	background-color: #e7e2be;
	text-align: center;
	}
.bevelmenu li {
	list-style: none;
	display: inline;
	}
.bevelmenu li a {
	padding: 3px 0.5em;
	text-decoration: none;
	color: black;
	background-color: #eaedb3;
	border: 2px solid #000000;
	}
.bevelmenu li a:hover {
	background-color: #edd17c;
	border-style: outset;
	color: #000000;
	}
html>body .bevelmenu li a:active { /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
	}
/* Inline Button Stylesheet */
/* Production Details, Reviews, etc */
.inline-button {
	_width:12em;
	font: bold 65%/1 Tahoma;
	margin: 0 0.2em; padding: 0.1em 0; _padding:0;
	border: 2px solid black;
	white-space:nowrap;
	text-decoration: none;
	vertical-align:middle;
	background: #ccc;
	color: black;
	}
.inline-button em {
	_width:1em; _cursor:hand;
	font-style: normal;
	margin:0; padding: 0.1em 0.5em;
	background: white;
	color: black;
	}
.inline-button span {
	_width:1em; _cursor:hand;
	margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
	}
.inline-button:hover {
	background: #666;
	color: white;
	}
.inline-button:hover em {
	background: black;
	color: white;
	}
.orange { background: #edd17c; color: black }
.orange em { background: white; color: #c60 }
