﻿a:link { text-decoration: none;  color: #53a2c2}
a:active { text-decoration: none; color: #53a2c2}
a:visited { text-decoration: none; color: #53a2c2 }
a:hover { text-decoration: underline; color: #53a2c2}

html,body {
height:100%;		
background: #333 url('') repeat-y scroll top left;
margin:0px 0px;
padding:0px;
		
text-align:center;
		font-family: times,'georgia',serif;
		font-size:12pt;
		z-index:1;
		}

#invis {	
		position:relative;
		width:900px;
		height:100%;
		margin: 0px auto;
		text-align:left;
		z-index:1;
		}

#header {
		position:absolute;
		top:0px;
		left:0px;
		width:800px;
		height:492px;
		border: solid 0px #fff; 
		color: #000; 
		background-color: transparent;
		z-index:5;
		}
		
#menu-tickets {
		position:relative;
		top:15px;
		left:-5px;
		width:135px;
		min-height:100%;
		height:auto;
		border: solid 0px #000000; 
		color: #000000; 
		background: transparent url('') no-repeat center top;
		z-index:25;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight:bold;
		text-align:center;
		color: #fff; 

		}
		
#menu {
		position:absolute;
		top:0px;
		left:0px;
		width:125px;
		min-height:100%;
		height:auto;
		border-bottom: solid 4px #53a2c2; 
		border-top: solid 4px #53a2c2;
		color: #000000; 
		background: url('images/bluebg-sm.jpg') repeat-y center top;
		z-index:20;
		}
		
* html #menu{height:100%;} /* IE6 and under */
		
#content {
		position:absolute;
		top:0px;
		left:121px;
		width:779px;
		min-height:100%;
		height:auto;
		border: 4px #53a2c2 solid;
		color: #000000; 
		background: #fff url('') no-repeat left top;
		padding-left: 10px;
		z-index:10;
		}
		
* html #content{height:100%;} /* IE6 and under */

p#title	{
		width:765px;
		height:100px;
		}

p#text {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align:justify;
		width:750px;
		padding-left:30px;
		color: #000; 
		background-color:#fff;
		overflow: auto;
			}

blockquote {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-align:center;
		width:400px;
		padding-left:00px;
		color: #000; 
		background-color:#fff;
		overflow: auto;
			}



