@charset "UTF-8"; 

/* Main Layout Styles */ 

body { 
} 
#container {
	text-align: left;
	width: 780px;
	padding: 0px;
	margin: 0px auto; 
}

#FestivalLogo {
	padding: 27px;
	border:none;
	margin: 0 0 1px 1px;
} 

#FestivalLogoWrap {
	padding: 0px;
	background: none;
	border-right: 2px solid #000; 
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 176px;
}  
#main-navigation { 
} 

#main-navigation ul{
display:none;
}  
#page-content { 
}

#header {  
	overflow: hidden;
}

#page-text { 
	background: none;
}

#holderA, #holderB {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
	background-color: #ABAF98;
	font-size: 1px;
	width: 100%;
}

/* Main Layout Text Styles */
   

/* Footer Styles */

#footer {
	background: none;  
	font-size: 0.7em;
	line-height: 1.2em; 
}

#footer p {
	float: left;
	width: 300px;
	text-align: left;
	margin: 0px;
	padding: 6px 0 0 10px;
}

 

#footer a {
	display:none;
}

#footer a:hover {
	color: #FFFFFF;
}
  
.treat-bold {
	font-weight: bold;
}
.treat-italic {
	font-style: italic;
}
.treat-larger {
	font-size: 1.4em;
}
.treat-smaller {
	font-size: 0.8em;
	text-transform: lowercase;
	color: #DFD293;
	font-style: italic;
	letter-spacing: 0.1em;
	padding: 0px 0px 0px 10px;
	font-weight: lighter;
}
.uppercase {
	text-transform: uppercase;
}
.float-left {
	margin: 0px 15px 0px 0px;
	float: left;
}
.float-right {
	margin: 0px 0px 0px 15px;
	float: right;
}
.padbottom {
	margin: 0px 0px 15px;
}

.emphasisarea {
	background-color: #fbf3eb;
	padding: 0px 0 2px 20px;
	border: 3px double #FFCC99;
}

.EmphasisText {
	font-family: "Times New Roman", Times, serif;
	color: #05132F;
	font-weight: bold;
	font-size: 1.2em;
}
.clearboth {
	clear: both;
}  
input {
	display: none;
}
.tickets {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin: 0 0 20px 0;
}
.tickets td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-size: .8em;
	padding:  5px;
	width: 500px;
}
