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

body {
margin:0;
padding:0;
background: #000000;
}

p {
font-family:Tahoma;
font-size:12px;
font-style:normal;
color:#FFFFFF;
}

h1{
font-family:Tahoma;
font-size:24px;
color:#760000;
}

#container{
margin:0;
padding:0;
float:left;
position:absolute;
width:906px;
min-height:800px;
background: url(/images/bkgd.jpg) #000000;
background-repeat:repeat-y;
}

#header{
background-image:url(/images/header.jpg);
background-repeat:no-repeat;
width:906px;
height:237px;
}

#sidebar{
float:left;
position:relative;
background-image: url(/images/sidebar_bkgd.jpg);
width:228px;
min-height:563px;
}

#home
{
  display: block;
  width: 183px;
  height: 56px;
  background: url("/images/home.gif") no-repeat 0 0;
}

#home:hover
{ 
  background-position: 0 -56px;
}

#home span
{
  display: none;
}

#general
{
  display: block;
  width: 183px;
  height: 47px;
  background: url("/images/general.gif") no-repeat 0 0;
}

#general:hover
{ 
  background-position: 0 -47px;
}

#general span
{
  display: none;
}

#tickets
{
  display: block;
  width: 183px;
  height: 48px;
  background: url("/images/tickets.gif") no-repeat 0 0;
}

#tickets:hover
{ 
  background-position: 0 -48px;
}

#tickets span
{
  display: none;
}

#special
{
  display: block;
  width: 183px;
  height: 49px;
  background: url("/images/special.gif") no-repeat 0 0;
}

#special:hover
{ 
  background-position: 0 -49px;
}

#special span
{
  display: none;
}

#crew
{
  display: block;
  width: 183px;
  height: 72px;
  background: url("/images/crew.gif") no-repeat 0 0;
}

#crew:hover
{ 
  background-position: 0 -72px;
}

#crew span
{
  display: none;
}

#gallery
{
  display: block;
  width: 183px;
  height: 50px;
  background: url("/images/gallery.gif") no-repeat 0 0;
}

#gallery:hover
{ 
  background-position: 0 -50px;
}

#gallery span
{
  display: none;
}

#news
{
  display: block;
  width: 183px;
  height: 48px;
  background: url("/images/news.gif") no-repeat 0 0;
}

#news:hover
{ 
  background-position: 0 -48px;
}

#news span
{
  display: none;
}


#content {
background-image: url(/images/contenttop_bkgd.jpg);
background-repeat:no-repeat;
float:left;
width:678px;
min-height:563px;
}

#content-text{
margin-top:20px;
margin-left:50px;
padding: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
font-style:normal;
}

#footer {
background-image: url(/images/footer.jpg);
background-repeat:no-repeat;
float:left;
width:906px;
height:94px;
}

