﻿body 
{
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font: normal 10pt/1.7em Arial;
    width: 100%;
    height: 100%;
    background-color:#fbf4e4;
    width:100%;
    z-index: 1;
}

a   {
    color: #F95E01;
    text-decoration: none;
}

a:hover   {
    text-decoration: underline;
}

h1 
{
    color: rgb(249, 94, 1);
    font-size: 16pt;
    font-weight: bold;
    margin: 0;
}

h2 
{
    color: rgb(249, 94, 1);
    font-size: 12pt;
    font-weight: bold;
    margin: 0;
}

h5  
{
    padding: 0;
    margin: 0;
    color: #f95e01;
    font: bold 14px/1 Arial;
}

.center 
{
    text-align: center;
}

img 
{
    border: none;
}

#Main_Content_Container
{
    margin:auto;
    width:940px;
    padding: 0 10px;
    
}
#Main_Content
{
    position:relative;
    width:952px;
    margin-top:20px;
    padding:0 0 30px 0;
    min-height: 640px;
    height: auto !important;
    height: 640px;
}
#Footer
{
    clear:both;
    margin-top:7px;
    height:20px;
    width:100%;
    background-image:url('/assets/images/template/footer.png');
    background-repeat: repeat-x;
    
}
 #Header_Top
{
    margin:auto;
    background-image:url('/assets/images/template/header12.jpg');
    height:199px;
    width:960px;
}
#Header_Bottom
{
    margin:auto;
    margin-top:2px;
    margin-bottom:2px;
    width:100%;
    background-color:#aeaeae;
    height:31px;
}
#Header_Nav_Container 
{
    margin:auto;
    width:960px;

}
#Header_NavBar
{
    float:left;
    margin-left:8px;
    height:31px;
}
#Header_NavBar ul
{
    margin:0px;
    padding-left: 0;       
    float: left;
    width: 100%;
    font-family: arial, helvetica, sans-serif;
}
#Header_NavBar a
{
    position:relative;
    font-size:15px;
    color:White;
    font-family:Arial;
    text-decoration:none;
    border-left:solid 2px #fbf4e4;
    border-right:solid 2px #fbf4e4;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:13px;
    display:block;
    padding-right:13px;        
}
#Header_NavBar ul li { 
    float: left;
    display: inline; 
    
 }
 
#Button_Home, #Button_Home:hover span, #Button_Home.sticky span { background-color:#dc2546;  }
#Button_Performers, #Button_Performers:hover span, #Button_Performers.sticky span  {  background-color:#01aef0;   }
#Button_Tickets , #Button_Tickets:hover span, #Button_Tickets.sticky span    {  background-color:#48416d;  }
#Button_Travel, #Button_Travel:hover span, #Button_Travel.sticky span  {  background-color:#f95e01;    }
#Button_History, #Button_History:hover span, #Button_History.sticky span     { background-color:#e0a52f; }
#Button_Contact, #Button_Contact:hover span, #Button_Contact.sticky span   { background-color:#1051a3;  }

#Header_NavBar a:hover span, #Header_NavBar a.sticky span
{
    position:absolute;
    bottom: -4px;
    display:block;
    width:100% !important;
    width:0;
    height:2px;
    left:0;
    margin: 0;
    padding: 0;
}

#lightbox   
{
    display: none;
}

#lightboxbackdrop
{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.65;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity = 65);
    zoom: 1;
    z-index: 1000;
}

#lightbox-content
{
    position: absolute;
    top: 112px;
    left: 50%;
    margin-left: -405px;
    padding: 30px;
    width: 750px;
    z-index: 1001;
    background-color: Black;
    text-align: center;
}

#lightbox-close 
{
    position: absolute;
    right: -12px;
    top: -10px;
    display: block;
    width: 30px;
    height: 30px;
    background: transparent url("/assets/images/template/fancy_closebox.png") no-repeat top right;
    z-index: 1002;
}

#copyright 
{
    clear: both;
    border-top:1px solid #DAD2C1;
    bottom:0;
    color:#554934;
    font:8pt/1em Arial;
    padding:10px 0 0;
    position:absolute;
    width:100%;
}

#copyright img
{
    vertical-align: text-bottom;
}

#copyright a 
{
    color: #554934;
    font: normal 8pt/1em Arial;
}
