@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.oneColFixCtrHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 640px;

}
.oneColFixCtrHdr #header {
	height: 640px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	float: none;
	padding-top: 50px;
	padding-right: 10;
	padding-left: 75;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 530px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px;
	width: 410px;
	height: 350px;
	overflow: auto;
	margin-left: 460px;
	margin-top: 90px;
	background-color: #FFFFFF;
	opacity:0.8;
	filter: alpha(opacity=80) ;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	-moz-border-radius: 8px;
-webkit-border-radius: 8px;
z-index: 0;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	position:relative;
}
.oneColFixCtrHdr #mainContent-home {
	padding: 20px;
	width: 410px;
	margin-left: 460px;
	margin-top: 90px;
	color: #666666;
	background-color: #FFFFFF;
}

#mainContent p.toptext {
color: #000;
position: relative;
}
#container #header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header ul {
	color: #FFFFFF;
	list-style-type: none;
}
#header li {
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	background-color: transparent;
}
#header h1 {
	margin-right: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#header a {
	color: #000000;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.about-header {
	background-image: url(../images/about-header.jpg);
}
.music-header {
	background: #993300 url(../images/music-header.jpg);
	height: 640px;
}
#header .music-header a {
color: #FFFFFF;
}
.app-header {
	background: #FFF url(../images/app-header.jpg);
	height: 640px;
}
.home-header {
	background: #FFF url(../images/home-bg.jpg);
	height: 640px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
.aboutpage {
	background-image: url(../images/about-header.jpg);
}
.oneColFixCtrHdr #container.musicpage #header #mainContent {
	color: #000;
}
.oneColFixCtrHdr #container #header #mainContent h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.oneColFixCtrHdr #footer {
	color: #666666;
	width: 960px;
	font-size: 10px;
}
.oneColFixCtrHdr #footer a {
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
}
.oneColFixCtrHdr #footer .credit {
	float: right;
	padding-top: 10px;
}
.oneColFixCtrHdr #footer p {
	float: left;
}
#mainContent a {
	text-decoration: underline;
}
.oneColFixCtrHdr #container #header #mainContent h4 {
	position: relative;
}
.oneColFixCtrHdr #container #header #mainContent .toptext object {
	position: relative;
}
