/* CSS Document */

body {
	z-index: 0;
}

a:link {
	text-decoration : underline;
	color: #7a0000;
}

a:visited { 
	text-decoration : underline;
	color: #7a0000;
}

a:hover {
	text-decoration : none;
	color: #7a0000;
}

a:active {
text-decoration : italic;
color: #FFD44F;
}

p {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
margin: 12px 0 0 0;
font-size: 14px;  
line-height: 1.5;
color: #000000;
}


h1 {
font-sze: 18px;
text-transform:uppercase;
font-weight: bold;
margin: 0 0 10px 0;
line-height: 1;
font-family: small Georgia, "Times New Roman", Times, serif;
color: #38210d; 
}

h2 {
font-family: georgia, 'times new roman', serif;
margin: 0;
font-size: 18px;
font-weight: bold;
font-style: italic;
line-height: 1.2;
color: #7a0000;
}

h3 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
margin: 0;
line-height: 1.5;
font-size: 16px;
color: #000000;
}

h4 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #888888; 
line-height: 2;
font-weight: 100;
font-style: normal;
font-size: 12px;
margin: 0;
}

h5 {
font-family: Trebuchet, Arial, Helvetica, sans-serif;
color: #000000; 
margin: 0;
line-height: 1.5;
font-weight: bold;
font-size: 14px;
}

h6 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #888888; 
padding-bottom: 10px;
line-height: 2;
font-weight: 100;
font-style: normal;
font-size: 10px;
margin: 0;
}

h7 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #888888; 
padding-bottom: 0px;
line-height: 1;
font-weight: 100;
font-style: normal;
font-size: 12px;
margin: 0;
}

.footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.75;
color: #FFFFFF;
}

.footer a:link {
	text-decoration: underline;
	color: #EFDF8A;
}

.footer a:visited {
	text-decoration: underline;
	color: #EFDF8A;
}

.footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}



#logo {
   z-index:2;
}

#content {
   position:absolute;
   padding: 50px 10px 0 10px;
   z-index:4;
}

#menus {
   padding-top: 30px;
   position:absolute;
   z-index:3;
}

#intro {
   position:absolute;
   margin-top: -90px;
   z-index: -1;
    
}
   
#ticket_news {
   position:absolute;
   margin-top: -120px;
   margin-left: 10px;
   z-index:5;
}



