/* Cascade DTP V4 - Style Sheet */

body { 
background-image: url(../images/background_tile.jpg); 
background-repeat: repeat-y; 
background-position: 55px 139px;
background-color: black;
z-index: 0;

}




.header {position: absolute;
    top: 0px;
    left: 21px;
    height: 88px;
    width: 722px;
    z-index: 3}

.abouttab {position: absolute;
    top: 88px;
    left: 22px;
    height: 17px;
    width: 75px;
    z-index: 3}

.concertstab {position: absolute;
    top: 88px;
    left: 96px;
    height: 17px;
    width: 70px;
    z-index: 3}

.ticketstab {position: absolute;
    top: 88px;
    left: 166px;
    height: 17px;
    width: 59px;
    z-index: 3}

.recordingstab {position: absolute;
    top: 88px;
    left: 225px;
    height: 17px;
    width: 82px;
    z-index: 3}

.membershiptab {position: absolute;
    top: 88px;
    left: 307px;
    height: 17px;
    width: 89px;
    z-index: 3}

.sponsorshiptab {position: absolute;
    top: 88px;
    left: 396px;
    height: 17px;
    width: 89px;
    z-index: 3}

.contacttab {position: absolute;
    top: 88px;
    left: 485px;
    height: 17px;
    width: 83px;
    z-index: 3}

.misctab {position: absolute;
    top: 88px;
    left: 568px;
    height: 17px;
    width: 83px;
    z-index: 3}

.memberstab {position: absolute;
    top: 88px;
    left: 650px;
    height: 17px;
    width: 104px;
    z-index: 3}

.sponsorsbtn {position: absolute;
    top: 105px;
    left: 190px;
    height: 15px;
    width: 126px;
    z-index: 3}

.sponsorshipbtn {position: absolute;
    top: 105px;
    left: 430px;
    height: 15px;
    width: 126px;
    z-index: 3}

.topcurve {position: absolute;
    top: 120px;
    left: 62px;
    height: 19px;
    width: 650px;
    z-index: 3}

.stripe {position: absolute;
    top: 105px;
    left: 0px;
    height: 15px;
    width: 779px;
    z-index: 2}

#content {
	clear: left;
	z-index:3;
	position: absolute;
	left:92px;
	top:150px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
	width:590px;
	background-color: white;
	
}

div.float { 
      float: left;
      margin-right: 15px;
      margin-bottom: 15px;

}

h3 {  font-size:12px;
        font-family: Arial, Helvetica, Sans-Serif;
        font-weight:normal;

}

body {background-color: rgb(0,0,0)}


