body {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center 100px;
	font-size: 14px;
	}

#home {
	background-image: url(images/home_bck.jpg);
	background-repeat: no-repeat;
}
#about {
	background-image: url(images/about_bck.jpg);
	background-repeat: no-repeat;
}
#contact {
	background-image: url(images/contact_bck.jpg);
	background-repeat: no-repeat;
}
#tickets {
	background-image: url(images/tickets_bck.jpg);
	background-repeat: no-repeat;
}
#thankyou {
	background-image: url(images/about_bck.jpg);
	background-repeat: no-repeat;
}
#request {
	background-image: url(images/contact_bck.jpg);
	background-repeat: no-repeat;
}

.invisible {
	display: none;
}
	
body, html {
		margin:0;
		padding:0;
		}	

img, img a {
	border: none;
	padding: 0px;
	margin: 0px;
	display : block;
	margin : auto;
}
div {
	margin: 0px;
	padding: 0px;
}
a {
	font-weight: bold;
	color: #CCCCCC;

}
#main {
	font-size: 12px;
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	line-height: 135%;
	padding-right: 5px;
	padding-left: 5px;

	
	
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	color: #19253B;
	text-align: center;
}
p {
	margin: .35%;
	padding: .35%;
	}
form {
	margin-bottom: 0px;

	margin-top: 0px;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
}


#head {
	background-color: #000000;
	background-image: url(images/head_bck.gif);
	background-repeat: repeat-x;
	height: 105px;
	width: 100%;
}	

div#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
background-color: #4D6480;
font-size: 13px;
}

div#navcontainer ul li
{
	display: inline;
	margin-left: -4px;
		
}

div#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
border-right: 1px solid #CCCCCC;
}

div#navcontainer ul li a:hover {
background-color: #19253B;
}


#home .home, #about .about, #contact .contact, #request .request, #tickets .tickets {
	background-color: #19253B;
		
}


#active a { border-left: 1px solid #cccccc; }
#notice {
	font-size: 12px;
	font-weight: normal;
}
#learn ul {
	width: 600px;
	
}
#learn li {
	list-style-image: url(images/arrow.gif);
	height: 14px;
	padding-bottom: 3px;
	

}
.quote {
	background-image: url(images/gray_bck.gif);
	background-repeat: repeat;
	padding: 10px;
	width: 200px;
	border: 1px solid #515151;
	float: right;
	color: #FFFFCC;
}
