body{
  background-color: #000;
  color: #CCCCCC;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  padding:0 0 0 0;
  margin:0 0 0 0;
}
.wrapper {
  width:900px;
  padding:0 0 0 0;
  margin:0 0 0 0;
  text-align:left
}
a:link,
a:visited {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  text-decoration:none;
  color:#ccc
}
a:hover,
a:active {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  text-decoration:none;
  color:#fff
}
.headerleft {
  width:525px;
  padding-top:2px;
  color:#ccc;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  text-align:left;
  float:left;
}
.headerright {
  width:375px;
  margin-right:0px;
  padding-top:2px;
  color:#ccc;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  text-align:right;
  float:right
}
.slickbox {
  border-width:0;
  padding:2px 0 0 575px;
  width:400px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  text-align:left
}
.discography {
  padding:20px 20px 20px 20px;
  background-color:#e6e6e6;
  color:#000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
}
.discography .lines {
  border: #fff solid; 
  border-width: 2px 0 0 0;
  width:600px;
  text-align:left;
  margin-left:20px;
  padding-top:2px
}
.news {
  padding:20px 20px 20px 20px;
  background-color:#000;
  color:#ccc;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
}
.news a:link,
.news a:visited {
  color:#FFFFFF;
  font-weight:bold;
  text-decoration:none;
}
.news a:hover,
.news a:active {
  color:#00C0A7;
  font-weight:bold;
  text-decoration:none;
}
.news .lines {
  border: #fff solid; 
  border-width: 2px 0 0 0;
  width:600px;
  text-align:left;
  margin-left:20px;
  padding-top:2px
}
.news .newstextleft {
  width:300px;
  margin-left:20px;
  padding-top:2px;
  color:#ccc;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  text-align:center;
  float:left;
}
.news .newstextright {
  width:300px;
  margin-left:20px;
  padding-top:2px;
  color:#ccc;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  text-align:center;
  float:right
}
.news .newstextsmall {
  text-align:left;
  margin-left:20px;
  padding-top:2px;
  color:#ccc;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:normal;
  text-align:center
}
.photopages {
  padding:0 0 0 0;
  margin:0 0 0 0;
  background-color:#000;
}
.right {
  padding:0 0 0 0;
  width:900px;
  text-align:right
}
.interviews {
  padding:20px 20px 20px 20px;
  background-color:#000;
  color:#ccc;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}
.interviews a:link,
.interviews a:visited {
  color:#FFFFFF;
  font-weight:bold;
  text-decoration:none;
}
.interviews a:hover,
.interviews a:active {
  color:#00C0A7;
  font-weight:bold;
  text-decoration:none;
}
.interviews .lines {
  border: #fff solid; 
  border-width: 2px 0 0 0;
  width:500px;
  text-align:left;
  margin-left:20px;
  padding-top:2px
}

.footer {
  color:#ccc;
  background-color:#000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:normal;
  text-align:center
}
.footer a:link,
.footer a:visited {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  text-decoration:none;
  color:#ccc
}
.footer a:hover,
.footer a:active {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  text-decoration:none;
  color:#fff
}
.footer2 {
  color:#000;
  background-color:#e6e6e6;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:normal;
  text-align:center
}
.footer2 a:link,
.footer2 a:visited {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  text-decoration:none;
  color:#000
}
.footer2 a:hover,
.footer2 a:active {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:bold;
  text-decoration:none;
  color:#555
}
.menu {
	width:250px;
	height:25px;
	position:absolute;
	z-index:100;
	font-family:arial, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:250px;
	w\idth:250px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:260px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:250px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	width:250px;
	height:24px;
	background:#000;
	padding-left:10px;
	line-height:18px;
	font-weight:bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:250px;
	w\idth:250px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:24px;
	left:0;
	width:250px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:25px;
	t\op:25px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#fff;
	color:#000;
	height:auto;
	line-height:1em;
	padding:2px 0 2px 10px;
	width:250px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:250px;
	w\idth:250px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#fff;
	background:#000;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background:#000;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
.player { 
	padding: 0 0 0 0; 
	margin: 0 0 0 0; 
	width: 500px; 
	height: 100%; 
	background-color:#000; 
	color:#fff; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
}
.player a:link, a:visited {
	color:#fff; 
	text-decoration:none; 
	font-weight:bold;
	font-size:10px;
}
.player a:hover, a:active {
	color:#fff; 
	text-decoration:underline; 
	font-weight:bold;
	font-size:10px;
}

#placeholder {
	position: absolute; 
	top: 30px; 
	z-index:1 
}
#annotation { 
	position: absolute; 
	width:500px; 
	top: 290px; 
	text-align:center;
	font-weight:normal;
}
#playerfooter { 
	position: absolute; 
	width:500px; 
	top: 350px; 
	text-align:center;
	font-weight:normal;
}

