@charset "utf-8";
body, html  {
	background-color: #6B1001;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-image: url(../_images/body_background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.spacer {
	clear: both;
	height: 25px;
}

#warning {
	text-align: center;
	background-color: #FFFF99;
	color:#000;
	position: fixed;
	height: 50px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 100;
	line-height: 25px;
	font-size: x-small;
}


#container  {
	width: 830px;
	text-align: left;
	margin-left: -415px;
	left: 50%;
	position: relative;
}
#header {
	float: left;
	height: 128px;
	width: 830px;
	background-image: url(../_images/header_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#header_noTix {
	float: left;
	height: 128px;
	width: 830px;
	background-image: url(../_images/header_background_noTix.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#menu {
	height: 40px;
	width: 830px;
	float: left;
}
#menu ul {
	padding: 0px;
	list-style-type: none;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 65px;
}
#menu ul li {
	display: inline;
}

#menu a {
	display: block;
	height: 20px;
	float: left;
	text-align: center;
	padding-right: 11px;
	padding-left: 11px;
	text-decoration: none;
	color: #CCC;
	font-weight: bold;
	margin-top: 10px;
}
#menu a:hover {
	color: #FFF;
	text-decoration: underline;
}
#menu select {
	margin-top: 10px;
}
#headerBuyTix {
	float: left;
	height: 88px;
	width: 830px;
}
#headerBuyTix a {
	display: block;
	width: 830px;
	height: 88px;
}

#mainContent  {
	float: left;
	width: 780px;
	background-color: #000;
	margin-left: 25px;
	margin-top: 20px;
}



#mainContent p {
	margin: 0px;
}
#mainContent a { color: #000066; }
#store {
	float: left;
	width: 720px;
	background-color: #000;
	background-image: url(../_images/store_background.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
#store a {
	color: #FF0;
}
#storeTop {
	background-image: url(../_images/store_top.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 780px;
}
#storeBottom {
	background-image: url(../_images/store_bottom.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 780px;
}
#frame {
	float: left;
	width: 720px;
	background-color: #000;
	background-image: url(../_images/store_background.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
#frame a {
	color: #F90;
}
#frameTop {
	background-image: url(../_images/store_top.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 780px;
}
#frameBottom {
	background-image: url(../_images/store_bottom.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 780px;
}
.priceDetail {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	background-color: #333;
}
.priceDetail h1 {
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: underline;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.priceDetail h2 {
	color: #FF0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.priceDetail p {
	color: #CCC;
	font-size: 12px;
}
.priceDetail img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.galleryThumb {
	float:left;
	margin-left:24px;
	margin-right:23px;
	margin-bottom:15px;
}

#footer  {
	text-align: center;
	color: #75553C;
	float: left;
	width: 830px;
	font-size: 65%;
}

#footer a {
	color: #75553C;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFF;
}
#footer .search-engine a {
	text-decoration:none;
	color:#75553C;
}
.search-engine-text {
	display:block;
	margin-top:500px;
	margin-left:100px;
	width:600px;
	text-align:left;
	color:#000001;
}
.search-engine a:hover .search-engine-text {
	color: #75553C;
}
