html {
	height: 100%; margin-bottom: 1px;
}


body {
	background-color: #000;
	margin: auto;
	text-align: center;
}

a, a:visited {
	color: #005bfa;
}

a:hover#textLink {
	background-color: #005bfa;
	color: #005bfa;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}




#globalContainer {
	/*border: 4px solid #FFF; */
	background-color: #000;
	width: 846px;
	text-align: inherit;
}

#masthead {
	height: 62px;
	background-image: url(../_img/global/mastheadBg3.jpg);
	background-repeat: no-repeat;
	background-color: #900;
	padding-top: 16px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: solid 8px #0f2e83;
}

#masthead2 {
	height: 62px;
	background-image: url(../_img/global/mastheadBg3.jpg);
	background-repeat: no-repeat;
	background-color: #900;
	padding-top: 16px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: solid 8px #0f2e83;
	
	}

#masthome {
	height: 186px;
	background-image: url(../_img/global/mastheadBghome.jpg);
	background-repeat: no-repeat;
	background-color: #900;
	padding-top: 16px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: solid 8px #0f2e83;
}


#homeBandPhoto {
	border-bottom: solid 8px #0f2e83;
}


#pageContent {
	background-color: #00e8ff;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: solid 4px #666;
}

div#music {
	padding-right: 10px;
	padding-bottom: 90px;
	float: left;
}

td {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}


p {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 1.5em;
}

p#trackListing {
	line-height: 1.2em;
}

p#c4mCopyright {
	padding-top: 30px;
	font-size: 10px;
	text-align: center;
}