#music {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	clear:both;
	width:600px;
	}
body, h1, h2, h3, p, quote, small, form, input, ul, li, ol, label {
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight:400;
}
body {
	color:#444444;
	font-size:13px;
	background: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
#page {
	min-height:100%;
	position:relative;
}
/* Header Code */
#header {
	width:100%;
	height:205px;
	background-image:url(../images/backgrounds/bg_header.jpg);
	background-repeat:repeat-x;
}
#logo {
	height:130px;
	width:960px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;
}
#navigation {
	width:100%;
	height:35px;
	padding:0;
	background-image:url(../images/backgrounds/bg_navigation.jpg);
	background-repeat:repeat-x;
}
#navcontainer {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#content {
	background-image:url(../images/backgrounds/content_bg.jpg);
	background-repeat:no-repeat;
	padding-bottom:359px;
}
#container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:35px;
}
#containerbottom {
	width:960px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/backgrounds/bg_bottom.jpg);
	background-repeat:no-repeat;
}
/* Begin Code for Home Boxes */
#homeboxes {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:35px;
	clear:both;
}
#homeboxes .events {
	width: 260px;
	height: 270px;
	font-size:11px;
	float:left;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	background-color:#f2f2f2;
	text-align:left;
}
#homeboxes .news {
	width: 260px;
	height: 255px;
	font-size:11px;
	float:left;
	padding-top:25px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	background-image:url(../images/headings/recentnewsandevents.jpg);
	background-repeat:no-repeat;
	background-color:#f2f2f2;
	text-align:left;
}
#homeboxes .box {
	width: 232px;
	height: 150px;
	font-size:11px;
	float:left;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	background-color:#f2f2f2;
	text-align:left;
}

#homeboxes .boxpitnote {
	width: 232px;
	height: 150px;
	font-size:11px;
	float:left;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	background-color:#f2f2f2;
	background-image:url(../images/boxes/pitnote.jpg);
	text-align:left;
}
#homeboxes .inner {
	width:215px;
	height:140px;
	padding-top:12px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	color:#ffffff;
}
#homeboxes .videobox {
	width:390px;
	height:295px;
	background-image:url(../images/podmatic-background.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	border:1px solid #cccccc;
}
#homeboxes .boxspace {
	width:10px;
	height:285px;
	float:left;
}
#homeboxes .boxspace2 {
	width:10px;
	height:150px;
	float:left;
}
#homeboxes .boxspace3 {
	width:10px;
	height:150px;
	float:left;
}
#supporters {
	width: 960px;
	height: 110px;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	clear:both;
}
#spacer {
	width:100%;
	height: 35px;
	clear:both;
}
#footer {
	width:100%;
	height: 359px;
	background-color:#1e1e1e;
	background-image:url(../images/backgrounds/footer_bg_bottom.jpg);
	background-repeat:repeat-x;
	color:#CCCCCC;
	font-size:11px;
	letter-spacing:2px;
	position:absolute;
	bottom:0;
}
#footer .footer-top {
	width:100%;
	height: 330px;
	background-image:url(../images/backgrounds/footer_bg_top.jpg);
	background-repeat:repeat-x;
}
#footer .footer-top .footerinner {
	width:520px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	padding-top:30px;
	text-align:center;
}
#footer .footer-top .footerinner .f1 {
	width:auto;
	height:100px;
	float:left;
	padding-right:20px;
	padding-left:20px;
	border-right:thin;
	border-right-color:#999999;
	border-right-style:solid;
	text-align:left;
}
#footer .footer-top .footerinner .f2 {
	width:auto;
	height:100px;
	float:left;
	padding-right:20px;
	padding-left:20px;
	border-right:thin;
	border-right-color:#999999;
	border-right-style:solid;
	border-left:thin;
	border-left-color:#999999;
	border-left-style:solid;
	text-align:left;
}
#footer .footer-bottom {
	width:100%;
	height: 29px;
	background-image:url(../images/backgrounds/footer_bg_bottom.jpg);
	background-repeat:repeat-x;
	clear:both;
}
#footer a {
	color:#CCCCCC;
	text-decoration:none;
}
#footer a:active {
	color:#CCCCCC;
	text-decoration:none;
}
#footer a:visited {
	color:#CCCCCC;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* Page Layout Styles */
#left-sidebar {
	width:170px;
	height:auto;
	float:left;
	text-align:right;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	border:1px solid #cccccc;
	background-image:url(../images/backgrounds/sidebar_top.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
}

#left-sidebar-top {
	width:170px;
	height:auto;
	padding-top:15px;
	padding-bottom:5px;
	text-align:right;
	}

#left-sidebar-bottom {
	width:170px;
	height:10px;
	float:left;
	background-image:url(../images/backgrounds/sidebar_bottom.jpg);
	background-repeat:no-repeat;
	margin-bottom:0;
	padding-bottom:0;
}

#pagecontent-spacer {
	width:10px;
	height:50px;
	float:left;
	}

#pagecontent {
	width: 573px;
	height: auto;
	text-align:left;
	float:left;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	background-color:#ffffff;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	border:1px solid #cccccc;
	background-image:url(../images/backgrounds/pagecontent_bg.jpg);
	background-repeat:no-repeat;
	}
	
#right-sidebar {
	width:170px;
	height:auto;
	float:left;
	text-align:left;
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	border:1px solid #cccccc;
	background-image:url(../images/backgrounds/sidebar_top.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#right-sidebar-top {
	width:165px;
	height:auto;
	padding-top:15px;
	padding-bottom:5px;
	text-align:left;
	}

#right-sidebar-bottom {
	width:170px;
	height:10px;
	float:left;
	background-image:url(../images/backgrounds/sidebar_bottom.jpg);
	background-repeat:no-repeat;
	margin-bottom:0;
	padding-bottom:0;
}

#pagecontent .staffbox {
	float:left;
	width:191px;
	height:240px;
	padding-top:20px;
	text-align:center;
	}
	
#pagecontent .resourcebox {
	float:left;
	width:167px;
	height:350px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	font-size:10px;
	text-align:left;
	border-color:#CCCCCC;
	border-width:thin;
	border-style:solid;
	}
	
#pagecontent .mediabox {
	float:left;
	width:167px;
	height:220px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	font-size:10px;
	text-align:left;
	border-color:#CCCCCC;
	border-width:thin;
	border-style:solid;
	}
	
#pagecontent a {
	color:#000000;
	text-decoration:none;
	}
	
#pagecontent a:active {
	color:#000000;
	text-decoration:none;
	}

#pagecontent a:visited {
	color:#000000;
	text-decoration:none;
	}
	
#pagecontent a:hover {
	color:#000000;
	text-decoration:underline;
	}
	
#homeboxes a {
	color:#000000;
	text-decoration:none;
	}
	
#homeboxes a:active {
	color:#000000;
	text-decoration:none;
	}

#homeboxes a:visited {
	color:#000000;
	text-decoration:none;
	}
	
#homeboxes a:hover {
	color:#000000;
	text-decoration:underline;
	}


h1 {
	font-weight:normal;
	font-size:18px;
	font-color:#444444;
	font-weight:500;
	letter-spacing:1px;
	}
	
h2 {
	font-weight:normal;
	font-size:18px;
	font-color:#444444;
	font-weight:500;
	letter-spacing:1px;
	}
	
ul {
	list-style:none;
	}