body {
	Wtext-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bckgrnd.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.center_page {
	text-align: center;
}
div#header {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#main {
	background-image: url(images/context.gif);
	background-repeat: repeat-y;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

div#mainImgs {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 12px;
}
#targetDiv {
	color: #FFFFFF;
	padding-top: 10px;
}
div#mainBckgrnd {
	background-image: url(images/contbck.gif);
	background-repeat: no-repeat;
	min-height:398px; 
	height:auto;
}
#footer {
	background-image: url(images/contfoot.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}
#footerTxt {
	float: left;
	padding-top: 7px;
	padding-left: 10px;
}
#footerTxtR {
	padding-top: 7px;
	padding-right: 10px;
}
div#leftContent {
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
div#leftMenu {
	text-align: left;
	}
div#indexContain {
	float: left;
	width: 425px;
}
div#rightContent {
	text-align: center;
	margin-left: 425px;
	margin-right: 10px;
}
div.floatLeft {
	height: 1%;
	float: left;
}
div.clear {
	height: 1%;
	clear: both;
}
div.discImg {
	margin-top: -144px;
	margin-left: 150px;
}
div.cdText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	padding-left: 175px;
}
div.leftSide {
	width: 40%;
	text-align: center;
}
div.top {
	padding-top: 20px;
}#leftSide {
	width: 50%;
	float: left;
	text-align: center;
}
#rightSide {	
	width: 49%;
	margin-left: 50%;
	text-align: center;
}
a{
text-decoration:underline;
font-weight:bold;
}
a:link{
	color:#FFFFFF;
}
a:visited{
color:#FFFFFF;
background-color: transparent;
}
a:active{
color:#FFFFFF;
background-color: transparent;
}
a:hover{
color:#990000;
background-color: transparent;
text-decoration:underline;
}
a.footBtn{
text-decoration:none;
font-weight:bold;
}
a.footBtn:link{
color:#000066;
background-color: transparent;
}
a.footBtn:visited{
color:#000066;
background-color: transparent;
}
a.footBtn:active{
color:#000066;
background-color: transparent;
}
a.footBtn:hover{
color:#000066;
background-color: transparent;
text-decoration:underline;
}
a#copyright{
    position:relative; /*this is the key*/
    z-index:24;
}

a#copyright span{display: none}

a#copyright:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #000033;
    background-color:#0000FF; color:#000;
    text-align: center}
a.bandMem{
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a.bandMem:link{
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a.bandMem:visited{
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a.bandMem:active{
color:#FFFFFF;
background-color: transparent;
}
a.bandMem:hover{
	text-decoration:underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#content {
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
}
.songList {
	text-align: center;
	margin-bottom: 20px;
}
.songExp {
	text-align: center;
}
.title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-align: left;
	padding-left: 30px;
	padding-bottom: 10px;
	color: #990000;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
img, div { behavior: url(css/iepngfix.htc) }