@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center;
	background-color: #000000;
}
.twoColFixLt #container { 
	width: 220px;  
	height: 500px;
	background: #000000;
	left:200px;
	margin: 0px; 
	text-align: left; 
    }
.twoColFixLt #menu {
	position:fixed;
	width:198px;
	height:580px;
	left:10px;
	top:9px;
	z-index:1;
	float: left; 
	width: 200px; 
	background: #000000; 
	padding: 0px 0px 0px 0px;
	background-image: url(images/menubox.gif);
	background-repeat: no-repeat;
}


body,td,th {
	font-size: 12px;
	color: #00FF99;
}
a:link {
	color: #FF0066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AC0045;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FF0066;
}
#home {	position:fixed;
	width:110px;
	height:40px;
	z-index:3;
	left: 54px;
	top: 50px;
	overflow: hidden;
}
#news {position:fixed;
	width:110px;
	height:40px;
	z-index:3;
	left: 54px;
	top: 116px;
	overflow: hidden;
}
#artists {position:fixed;
	width:110px;
	height:40px;
	z-index:3;
	left: 54px;
	top: 182px;
	overflow: hidden;
}
#downloads {position:fixed;
	width:110px;
	height:40px;
	z-index:3;
	left: 54px;
	top: 248px;
	overflow: hidden;
}
#shop {position:fixed;
	width:110px;
	height:40px;
	z-index:3;
	left: 54px;
	top: 314px;
	overflow: hidden;
}
#forum {position:fixed;
	width:110px;
	height:40px;
	z-index:2;
	left: 54px;
	top: 380px;
	overflow: hidden;
}
#contact {position:fixed;
	width:110px;
	height:40px;
	z-index:3;
	left: 54px;
	top: 446px;
	overflow: hidden;
}
#links {position:fixed;
	width:110px;
	height:40px;
	z-index:3;
	left: 54px;
	top: 512px;
	overflow: hidden;
}

#logo {	position:absolute;
	width:771px;
	z-index:1;
	left: 220px;
	top: 12px;
	background-color: #000000;
	margin:0 auto;
}
.content {	
	width: 695px;
	margin:0 auto;
}
#main {
	position:absolute;
	width:771px;
	z-index:1;
	background-image: url(images/771box-mid.gif);
	left: 220px;
	top: 117px;
	background-color: #000000;
}

.style1 {color: #FFFF00}

#footer {
	position:absolute;
	width:771px;
	z-index:2;
	background-color: #000000;
	background-image: url(images/771black.gif);
}

#linkage {
	position:absolute;
	width:771px;
	z-index:1;
	left: 220px;
	top: 117px;
	background-color: #000000;
}

h3 {
  font-size: 12px;
  color: #FF0066;
  font-weight:normal;
  cursor:pointer;
}

