* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}
p {padding-bottom:1em;}

/* Text Based Page Titles and Headings */
H1 {
/*	font-family:Josefin Sans Std Light; */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight:bold;
	color:#6a0101;
	border-width:0px 0px 3px 0px;
	border-size: thin;
	border-style:double;
	border-color:#6a0101;
	width: 900px;
	text-indent:25px;
	margin-bottom:15px;
	background:url(images/music-note.png) left no-repeat;
}
H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#6a0101;
	text-align:center;
	text-indent:0px;
	margin-bottom:15px;
}
/* *************************************** */

.director {
/*	font-family:Nobile; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#6a0101;
}


body {
    background-color: #6a0101;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
}



#outer {
    width: 1011px;
	background:url(images/outer-bk.png) bottom no-repeat;
    margin-top: 60px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}
#inner {
	float:left;
	width:991px;
	margin:0px 10px 0px 10px;
	min-height:350px;
/*	background:#FFF; */
}
#header {
	width:991px;
	min-height:95px;
	background-color:#FFFFFF;
	padding:0px;
    margin: 0px;
    text-align: center;

}
#topwrap {
	float:left;
	width:991px;
	min-height:55px;
}
#top-left {
	float:left;
	width:762px;
}
#top-right {
	float:right;
	width:229px;
	height:280px;
	padding-top:15px;
	background:url(images/textbox.jpg);
}
#wrapper {
	float:left;
	width:991px;
	min-height:250px;
	background:url(images/body-bk.png) top left repeat-x #FFF;
}
#content {
	padding:30px;
	border:solid thin 2px;
/*	font-family:Nobile; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;	
}
		#content a, #content a:visited {
			text-decoration:underline;
			color:#6a0101;
		}
		#content a:hover {
			text-decoration:underline;
			color:#339081;
		}
#ribbon {
	float:left;
	width:991px;
}
#newsletter {
	float:left;
	width:991px;
	min-height:51px;
	background:url(images/newsletter-bk.png) top right no-repeat #600101;
}
		#newsletter a, #newsletter a:visited {
			text-decoration:none;
			color:#FFF;
		}
		#newsletter a:hover {
			text-decoration:underline;
			color:#FFF;
		}
#sponsors {
	float:left;
	width:991px;
	background:url(images/sponsors-bk.png) top left repeat-x #FFF;
	padding-top:25px;
}
#footer {
	float:left;
	width:1011px;
/*    padding: 25px 10px 0px 10px; */
	padding-top:25px;
    margin: 0px;
	background:url(images/footer-bk-extended.png) top left no-repeat #6a0101 !important;
	min-height:25px;
/*	font-family:Nobile; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
}
#footer-left {
	float:left;
	width:99%;
	text-align:center;
}
#footer-right {
	float:left;
	width:150px;
	text-align:right;
	padding-right:5.5em;
}
#footer img {
	margin-top:20px;
	margin-bottom:10px;
}
.footertext {padding-right:5px;}


#designby {
	float:left;
	width:1011px;
	background-color:#6a0101 !important;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:25px;
}

/* Image As Background */
#link-logo {
	background-image:url(images/Logo2.png); /*logo.png*/
	display:block;
	width:216px; /*132*/
	height:148px; /*95*/
	text-indent:-9999px;
	margin-left:auto;
	margin-right:auto;
}



#clearleft {clear:left;}
#clearright {clear:right;}
#clearboth {clear:both;}
