@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}


.clearitboth {
	clear: both;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	margin-bottom: 16px;
		background-image: url(../images/back.gif); 
		background-position:center;
	background-repeat: repeat;
}

.introtext {
	font-size: 110%;
	color: #000000;
	margin-bottom: 12px;
	line-height: 1.5em;
}

.floatright {
float: right;
}

.floatleft {
float:left;
}
a:link {
	text-decoration: none;
	color: #003399;
}

a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #990000;
}

a.white:link {color: #ffffff;}
a.white:active {color: #ffffff;}
a.white:visited {color: #ffffff;}
a.white:hover {color: #ffff00;}

#topbanner {
	height: 225px;
	width: 980px;
	margin-bottom: 12px;
	margin-left: 0px;
}

.navigationitem {
	padding: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	border-bottom-width: thin;
	border-bottom-style:solid;
	border-bottom-color: #aca899;
}

.navigationitem a {
	text-decoration: none;
	display: block;
}

.navigationitem a:hover {
	background-color: #DAFFDB;
	display: block;
}


#container {
	width: 980px;
	height: 1470px;
	border-color:#ffffff; 
	border-width:10px; 
	margin-right: auto;
	margin-left: auto;	
}
#containerbio {
	width: 980px;
	border-color:#ffffff; 
	background-color:#E8F299; 
	height:auto; 
	border-left-style:solid; 
	border-right-style:solid; 
	border-color:#333333; 
	border-width:thin
	margin-right:auto;
	margin-left:auto;	
}

#biocontent {
margin-left:25px;
margin-right:25px;
}

#containermain {
	width: 980px;
	height: 900px;
	border-color:#ffffff; 
	border-width:10px; 
	margin-right: auto;
	margin-left: auto;	
	background-image: url(../images/maincontainer1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}

#containertickets {
	width: 980px;
	height: 1300px;
	border-color:#ffffff; 
	border-width:10px; 
	margin-right: auto;
	margin-left: auto;	
	background-image: url(../images/ticketsback.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}

#containercontact {
	width: 980px;
	height: 900px;
	border-color:#ffffff; 
	border-width:10px; 
	margin-right: auto;
	margin-left: auto;	
	background-image: url(../images/ticketsback.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}

#containerperformers {
	width: 980px;
	border-color:#ffffff; 
	border-width:10px; 
	margin-right: auto;
	margin-left: auto;	
	background-image: url(../images/intbackground.jpg); 
	background-repeat:repeat;
	background-position: top;
	
}

#containerbotbar {
	width: 980px;
	border-color:#ffffff; 
	margin-right: auto;
	margin-left: auto;	
	background-image: url(../images/intbotbarfaslogo.jpg); 
	background-repeat:no-repeat
	background-position: bottom;
	
}

#breadcrumb {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-bottom: 12px;
}


#rightcolumn p {
	padding-bottom: 1em;
}
#footernavigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	margin: 10px;
	padding: 6px;
}
.subnavigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 30px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: #007035;
}

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	color: #007035;
	margin-top: 12px;
}


