body	{
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	background: #543A0E;
	margin-top: 15px;
	font: 0.9em Verdana, Arial, sans-serif;
}

p	{
	font: 0.9em Verdana, Arial, sans-serif;
	padding: 0;
	margin: 0 0 15px 0;
	line-height: 1.2em;
	color: #333333;
}

h3	{
	font-weight: bold;
	font: 1em Verdana, Arial, sans-serif;
	margin: 10px 0 5px 0;
	padding: 0;
	color: #2A2B30;
}

h2	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #A1752A;
	font-weight: bold;
}

a:link {
	color: #333333;
}

h2.sidebar	{
	font-size: .9em;
	height: 13px;
	width: 240px;
	margin: 7px 0 10px 0;
	color: #000000;
}
	
h2.maintext	{
	font-size: 1.1em;
	text-indent: -9999px;
	height: 13px;
	width: 500px;
	margin: 7px 0 10px 0;
	color: #000000;
}

div#container	{
	margin: auto;
	padding: 0;
	text-align: left;
	width: 850px;
	background: #FFFFFF;
}

div#rightCol {
	float:left;
	width: 550px;
	padding: 0;
	text-align: left;
	line-height: 1.2;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

div#leftCol {
	width: 300px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	background: #fff;
}

div#maintext {
	width: 525px;
	padding: 0;
	text-align: left;
	margin: 0;
	line-height: 1.2;
}

div#sidebar_feature {
	width: 260px;
	margin: 0px 0px 0px 20px;
	padding: 0;
	text-align: left;
	background: #D2E1EE;
}

div#sidebar_feature p {
	font: 0.8em Verdana, Arial, sans-serif;
	padding: 5px 10px 5px 10px;
	margin: 0 0 15px 0;
	line-height: 1.2em;
	color: #333333;
}

/* GLOBAL NAV */

#navcontainer {
	height: 50px;
	width: 550px;
	margin: 0;
	border: 0;	 	
	padding: 0px 0px 0px 0px; 
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	background: #72B0E5;
}

#navcontainer p	{
	padding: 7px 0px 0px 0px;
	font-family: arial, sans-serif;
	font-weight: bold;
}


#navcontainer	img	{
	margin: 0px;
	padding: 0px 0px 1px 0px;
}

ul#navlist {
	list-style: inline; 
	padding: 0; 
	margin: 0px; 
}

ul#navlist li {
	list-style-type: none;
	text-align: left;
	float: left; 
	height: 20px; 
	margin: 15px 0px 0px 0px; 
	padding: 0; 
	background: #72B0E5;
}

ul#navlist li a {
	display: block; 
	padding: 6px 8px 6px 8px; 
	color: #FFF; 
	font-size: 1em;
	text-decoration: none;
	text-shadow: 0 0 0 #000;
	border-bottom: 3px solid #72B0E5;
}

#navcontainer>ul#navlist li a { width: auto; height: auto; } 

ul#navlist li#active a {
	background-color: #72B0E5; 
	color: #FFF; 
}

ul#navlist li a:hover {
	color: #296192;
	background-color: #C5DAED;
	border-bottom: 3px solid #296192;
}
		
ul#navlist li.news	{
	padding-left: 0px;
}

ul#navlist li#empty	{
	width: 30px;
	border-left: none;
}
	
/* END GLOBAL NAV */


/* FOOTER */

div#footer	{
	clear: left;
	background-color: #72B0E5;
	padding: 10px 0;
	height: 50px;
	width: 850px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top: 3px solid #543A0E;
}

div#footer ul	{
	margin: 0 15px 0 15px;
	padding: 30px 0 0 0;
	display: inline;
	text-align: left;
}
	
div#footer ul li, div#footer ul li a:link, div#footer ul li a:visited	{	
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	padding: 4px 3px;
	margin-left: 0;
	margin-bottom: 6px;
	list-style: none;
	display: inline;
}

div#footer ul li a:hover	{
	color: #296192;
	text-decoration: underline;
}

div#footer ul li .first	{
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#festival_date{
  padding:10px;
  margin:10px;
  font-weight:bold;
}
	
.legal {
	font-size: 0.8em;
	color: #543A0E;
	margin-top: 10px;
	margin-right: 15px;
}

.posted a{
  font-size:small;
  font-style:italic;
  color:gray;
	background: #D2E1EE;
  border-bottom:1px dotted black;
  text-decoration:none;
}

.posted a:hover{
  font-size:small;
  font-style:italic;
	color: #296192;
	background-color: #C5DAED;
	border-bottom: 3px solid #296192;
}

