* {
	margin:0;
	padding:0;
	}

body {
	background:#ed1c24 /*url(images/navcolorbar.png)*/ no-repeat center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	}
	
h1 {
	font: 900 180% Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	text-align:center;
	}

h2 {
	font:oblique 900 130% Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	text-align:left;
	}

p.map {
	text-align: center;
	}

iframe {
	border:10px #f58220 solid;
	text-align:center;
}


ul {
	list-style:url(images/musical-note.png) inside;
	margin-bottom:10px;
	}
p  {
	margin-bottom:10px;
	}
	
p img {
	text-align:center;
	}
	
p.inkind {
	font:10px/12px Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	text-decoration:none;
	color:#0090BC;
	}
a:hover {}


img {
	border:10px #f58220 solid;
	}


img.sponsor {
	border:3px #f58220 solid;
	margin:10px
	}


#wrapper {
	width:800px;
	margin:0 auto;
	}

#header h1{
	padding-top:150px;
	height: 0;
	width:800px;
	background:#f58220 url(images/webheader_2012.jpg) no-repeat;
	overflow: hidden;
	margin-bottom:0;
	}
	

#header a#maingohome {
	display: block;
	border:none;
	text-decoration:none;
	}

#content {
	background: url(images/roundedtop.png) no-repeat center top;
	margin: 10px 10px;
	padding-top:32px;
	}

#contentbottom {
	background: url(images/roundedbottom.png) no-repeat center bottom;
	height:32px;
	}
	
#maincontent {
	background:#ffffff;
	padding:0 32px 15px 32px;
	}
	
/*MAINNAV STYLES*/
/*Main navigation code, from Listamatic: http://css.maxdesign.com.au/listamatic/horizontal06.htm*/
#navcontainer {
	text-align: center;
	}
#navlist {
	/*padding: 5px 0 4px 10px;*/
	padding: 5px 0 4px 10px;
	/*border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/
	background:#f58220;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;

	}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navlist li a {
	width: 60px;
	text-align:center;
	}

#navlist a:link, #navlist a:visited {
	line-height: 14px;
	font-weight: bold;
	margin: 0 15px 2px 15px;
	text-decoration: none;
	color: #0090bc;
	padding-left: 7px;
	padding-right: 7px;
	}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 2px solid #fff200;
	background: transparent;
	color: #fff200;
	padding-left:7px;
	padding-right:7px;
	padding-bottom: 2px;
	}



/*FOOTER STYLES*/
#footer {
	background:#f58220 url(images/roundedbluetop.png) no-repeat center top;
	font-size:10px;
	line-height:12px;
	margin: 10px 10px 0 10px;
	padding:10px;
	/*position:absolute;
	bottom:0;
	width:760px;*/
	}
	
#footer p {
	text-align:center;
	margin-bottom:5px;
	}

/*SUBNAV STYLES*/
#subnav ul, #subnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size:10px;
	line-height:12px;
	padding:0 10px;
	}

#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#0090bc;
	}
#footer a:hover {}

#subnav {
	text-align: center;
	margin-bottom: 10px;
}


