body{
margin:0;
padding:0;
line-height: 1.5em;
background: #320F31;
font: normal 80% Verdana;
}

b{font-size: 110%;}
em{color: red;}

dl#artist dt {
  display:none;
  }
dl#artist dd {
  padding:0;
  margin:0;
  }

img
{
  border:0;
}
a:link    { color: #BE67F0; }    /* unvisited links */
a:visited { color: #BE67F0; }   /* visited links   */

a.xmenu, a.xmenu:visited {
  display:block;
  width:6em;
  height:3em;
  background:#000;
  text-decoration:none;
  text-align:center;
  color:#aaa;
  float:left;
  }
a.xmenu span, a.xmenu:visited span {
  display:block;
  width:4em;
  height:0.5em;
  border-top:0.5em solid #000;
  border-left:1em solid #000;
  border-right:1em solid #000;
  border-bottom:0.5em solid #000;
  background:#BE67F0;
  overflow:hidden;
  }
* html a.xmenu span, * html a.xmenu:visited span {
  width:5em;
  height:1.5em;
  width:3em;
  height:0.5em;
  overflow:hidden;
  }
a.xmenu:hover {
  color:#fff;
  }
a.xmenu:hover span {
  background:#F334F1;
  }

#menu a, #menu a:visited {
  display:block;
  width:120px;
  height:15px;
  padding:0.2em;
  margin:0.5em auto;
  border-left:5px solid #BE67F0;
  text-decoration:none;
  text-align:left;
  vertical-align: top;
  color:#aaa;
  }
#menu a:hover {
  border-left:5px solid #F334F1;
  color: #fff;
}

#prevnext       
{ 
color: #F70914; 
font-weight: bold;
font-size: 12px;
}

#maincontainer{
width: 1000px; /*Width of main container*/
height:100%;
margin: 0 auto; /*Center container on page*/
background: #000000;
}

#topsection{
background: #000000;
height: 240px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
color: white;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 370px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
background: #fff;
}
#contentcolumn h2{
background-color: #FB69F6;
font: bold 120% Verdana;
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
height:100%;
margin-left: -370px; /*Set margin to -(LeftColumnWidth + RightColumnWidth)*/
background: #000;
color: #fff;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column in pixels*/
height:100%;
margin-left: -190px; /*Set margin to -RightColumnWidth*/
background: #000;
color: #fff;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #ffffff;
}

.innertubec{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
.innertube h2{
  color:#F334F1;
}


