@charset "UTF-8";
/*Festival site */

body {
	

	font-family: Helvetica;
	font-size: 12px;
}



#banner {
	height: 150px;
	width: 850px;
	border: 2px solid #000;
}


/*navagation*/

#nav {
	height: 40px;
	width: 850px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	border: 2px solid #000;
	position: relative;
	font-size: 1.4;
}

#mainNav	{
	position: absolute;

}


#outer {
	position: relative;
	height: 450px;
	width: 850px;
	top: 5px;

}

#content {
	height: 431px;
	width: 550px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: auto;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 1.25em;
	border: 2px solid #333;
}



#rightPanel {
	height: 450px;
	width: 230px;
	position: absolute;
	left: 600px;
	top: 0px;
	font-size: 1.1em;
	border: 2px solid #333;
	padding-left: 20px;
}



#subscribe {
	height: 175px;
	width: 200px;
	font-size: 1em;
}


#contact {
	height: 100px;
	width: 200px;
}

#tickets {
	height: 50px;
	width: 200px;
	border:none;
	
}

.tickets a {
	
	color: #FFF ;
	text-decoration: none;
}


#rayko {
	height: 100px;
	width: 200px;
}

#credit	{
	position: absolute;
	height: 150px;
	width: 500px;
	top: 455px;
	left: 20px;
	color: #999;
}

/*misc. CSS*/
.mainNav a {
	color: #000 ;
}

.mainNav a:hover {
	text-decoration: underline overline;
	color: #000;
	background-color: none;
}

.current a {
	color: #F00;
}


a:link	{
	text-decoration: none;
}
a:visited	{
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
	
}
a:active {
	text-decoration: none;
}

.leftText {
	text-align: left;
}
.space {
	margin: 30px;
}


.pixPadRight{
	float:right;
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.pixPadLeft{
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 1px;
	margin-bottom: 15px;
}


h3.name {
	line-height: 5%;
}

h4.date {
	text-align: right;
}

body td, th {
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	align: left;
	height: 85px;
}

body td, th.paypal {
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	align: left;
	height: 10px;
}
#nav ul {
	list-style: none;
	padding: 5px;
	margin: 5px;
}

#nav li {
	display: inline;
	margin: 10px;
}

