@charset "utf-8";
#outerwrapper {
	margin: 0px auto;
	width: 900px;
}
#header, #mainNavigation, #content, #footer, #copyright {
	width: 100%;
}
body {
	margin: 0px;
	background: #d9dee4 url(../assets/images/body-background.jpg) no-repeat center top;
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
h3 {
	font-size: 13pt;
	color: #2F40D5;
	font-weight: bold;
}

#header {
	float: left;
	height: 315px;
	background: url(../assets/images/alt-masthead-insert.jpg) no-repeat center center;
	width: 900px;
}
* {
	margin: 0;
	padding: 0;
}
#mainNavigation {
	float: left;
	background: #000000;
	width: 900px;
	height: auto;
}
#navigationContainer {
	clear: left;
	text-align: center;
		}

#skipNav {/* skip-navigation container */
	position: absolute;
	top: 2px;
	right: 5px;
	width: 60px;
		}
#mainNavigation ul {
	display: block;
		}
#mainNavigation li {
	list-style: none;
	display: inline;
	float: left;
		}

#mainNavigation a {
	font: normal 14pt Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	float: left;
	display: inline;
	width: 7.7em;
	padding-top: 7px;
	padding-bottom: 4.75px;
	padding-left: 4.5px;
		}

		
#mainNavigation a:hover {
	color: #000000;
	background: #ffffff;
	display: block;
		}
.sectionNews #mainNavigation #linkNews a, .sectionBiog #mainNavigation #linkBiog a, .sectionMusic #mainNavigation #linkMusic a, .sectionGallery #mainNavigation #linkGallery a, .sectionCrew #mainNavigation #linkCrew a, .sectionFanZone #mainNavigation #linkFanZone a{/* automation for active tab */
	background: #ffffff;
	color: #000000;
	width: 7.7em;
	padding-right: 4.5px;
}
.sectionNews #mainNavigation #linkNews a:hover, .sectionBiog #mainNavigation #linkBiog a:hover, .sectionMusic #mainNavigation #linkMusic a:hover, .sectionGallery #mainNavigation #linkGallery a:hover, .sectionCrew #mainNavigation #linkCrew a:hover, .sectionFanZone #mainNavigation #linkFanZone a:hover{/* hover over-ride for automated tab */
	background: #ffffff;
	color: #000000;
	float: left;
	width: 7.7em;
}
#content {
	float: left;
	width: 900px;
	overflow: auto;
	color: #000000;
	border-top: thin solid #cccccc;
}

#footer {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #ffffff;
	background: #000000;
	border-top: 1px solid #cccccc;
	width: 900px;
}
#footer a:link {
	text-decoration: none;
	color: #ffffff;
	font-style: italic;
}
#footer a:visited {
	text-decoration: none;
	color: #ffffff;
	font-style: italic;
}
#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
	font-style: italic;
}
#footer a:active {
	text-decoration: underline;
	color: #ffffff;
	font-style: italic;
}
#copyright {
	font-size: 9pt;
	text-align: center;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	width: 900px;
}
#copyright a:link, a:visited {
	text-decoration: none;
	color: #000000;
	font-style: italic;
}
#copyright a:hover, a:active {
	text-decoration: underline;
	color: #000000;
	font-style: italic;
}

h1 {
	color: #2F40D5;
	font: bolder 20pt Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
a:link {
	text-decoration: none;
	color: #2F40D5;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
a:visited {
	text-decoration: none;
	color: #2F40D5;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
a:hover {
	text-decoration: underline;
	color: #2F40D5;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
a:active {
	text-decoration: underline;
	color: #2F40D5;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

h2 {
	color: #2F40D5;
	font: bold 13pt Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#flashPlayer {
	background: #000000;
	border: 4px solid #2F40D5;
	padding: 2px;
	width: 338px;
	height: 225px;
}
