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

{
	margin: 0px;
	padding: 0px;
}

	
	
	
body
{
	background-image:url(images/layout/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#069;
	font-size: 12px;
	margin: 0px auto 0px auto;
	
}

h1
{
	font-size: 22px;
	
	
	
}
h2
{
	font-size: 14px;
	
}
h3
{
	font-style: italic;
	color:#99cc99;
	font-size: 16px;
}
h4
{
	color:#FFF; 
	font-size:16px; 
	font-style:italics;
	margin-bottom:-10px;
	
	
}
h5
{
	color:#ccff99;
	font-size:12px;
	font-weight: lighter;
	
}

h6
{
	color:#cccc99;
	font-size:12px;
 	font-weight: lighter;
	
}
table
{
	border: none;
	text-align:center;
}
img
{
	border: none;
	
}


/* --------------------------------------------------------------------------- */
/* -- Menu ------------------------------------------------------------------- */
a:link
{
	text-decoration: none;
	color: #036;
}
a:visited
{
	text-decoration: none;
	color: #036;
}
a:hover
{
	text-decoration: underline;
	color: #09C;
}
a:active
{
	text-decoration: none;
	color: #09C;
}
/* --------------------------------------------------------------------------- */
/* -- Layout ----------------------------------------------------------------- */
#texture{
	background-image:url(images/layout/texture.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width: 100%;
	height: 264px;
	top:0px;	
	left:0px;
	position: absolute;
	z-index: 1;
	}

#container
{
	margin:0px auto 0px auto;
	width: 720px;
	z-index: 20;
	background-color:#3399cc;
	position: relative;
}

#header{
	background-image:url(images/layout/header.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	
	z-index:10;
	height:252px;
	width:720px;
}

#content{
	background-image:url(images/layout/contentbg.gif);
	background-repeat:no-repeat;
	background-color:#d7ebf6;
	width:692;
	padding:10px;
	margin:0px 13px 0px 15px;
	
}
#sidecontent{
	float:right;
	width:290px;
	text-align:center;
}
#maincontent{
	width:373px;
	background-color:d6ebf5;
}
.tickets{
	position:absolute;
}
#top{
	background-image:url(images/layout/contacttop.gif);
	height:13px;
	width:362px;
			
}
#contact{
	text-align:center;
	color:#FFF;
	width:362px;
	background-color:#3399cc;
	margin-top:-13px;
}
#bottom{
	background-image:url(images/layout/contactbtm.jpg);
	height:45px;
	width:373px;
	margin-top:-13px;

}

#footer{
	background-image:url(images/layout/contentbottom.jpg)
	height:24px;
	width:692px;
	margin:0px 13px 0px 15px;
	
}
/* -- Rounded Corners------------------------------------------------------------------- */


