body {
background-image: url('../images/skullBG.gif');
background-color: #000;
margin: 0px;
padding: 0px;
margin-top: 5px;
font-family: Verdana;
font-size: 11px;
color: #FFF;
}

#mainContent {
width: 842px;
margin: 0 auto;
text-align: center;
border: solid 1px #FFF;
background-color: black;
}

#leftArea {
width: 842px;
display: inline-block;
float: left;
border-right: solid 1px #FFF;
}

#rightArea {
width: 150px;
display: inline-block;
float: left;
border-left: none;
}

#topLogo {
background-image: url('../images/topLogo.gif');
height: 200px;
width: 100%;

}

#topNav {
background-image: url('../images/navBG.gif');
height: 30px;
width: 100%;
border-right: solid 1px #FFF;
border-bottom: solid 1px #666;
float: left;
white-space: nowrap;
overflow: hidden;
}

#bodyContent {
text-align: justify;
margin: 10px;
}

#playerContainer {
width:842px;
height:40px;
margin-top: 1px;
}

#punxPlayerTracks {
display: inline-block;
height:40px;
width:678px;
text-align: left;
vertical-align: top;
margin-top: 8px;
margin-left: 10px;
font-size: 13px;
}

#punxPlayer {
display: inline-block;
width:150px;
height:40px;
cursor:pointer;
}

#footer {
border-top: dotted 1px #666;
color: #666;
font-size: 10px;
padding-top: 4px;
padding-bottom: 5px;
}

#pageviewLine {
width: 100%
height: 1px;
border-top: solid 1px #333;
padding-top: 10px;
}

#pageviewTitle {
font-size: 14px;
color: #f8bc24;
}

#bodyLink {
color: #666;
text-decoration: none;
}

#bodyLink:hover {
color: #FFF;
border-bottom: dotted 1px #666
}

#contactTitle {
font-size: 13px;
font-weight: bold;
}

#biogPic {
border: solid 1px #333;
}

#linkBox {
margin-left: 9px;
margin-bottom: 9px;
}

#downloadBox {
display: inline-block;
float: left;
padding: 5px;
border: solid 1px #333;
width: 350px;
height:150px;
overflow: hidden;
margin: 4px;
text-align: left;
cursor: pointer;
background-image: url('../images/dlBox.gif');
}

#downloadContainer {
text-align: center;
margin: 0 auto;
width: 740px;
}

#downloadContent {
display: inline-block;
float: left;
}

#trklst {
font-size: 11px;
}

#biogTitle {
font-size: 12px;
color:#666;
}

#discogTitle {
font-size:13px;
}

#galleryName {
font-size:13px;
}

#galleryPic {
width:150px;
border:solid 1px #333;
}

#galleryPic2 {
width:300px;
border:solid 1px #333;
}


#galleryLine {
border-top:solid 1px #333;
margin-top:10px;
}

#iconCover {
width:100px;
border:solid 1px #666;
}

table {
font-size:11px;
}

#iconRow {
padding:10px;
}

#shopPic {
border:solid 1px #f3bc00;
width:820px;
}

#freedownload {
	background-image:url('../images/freedownload.gif');
	width:225px;
	height:113px;
	position:relative;
	top:10px;
	left:605px;
	cursor:pointer;
}

#toUppercase {
	text-transform:uppercase;
}