BODY{
  	margin-top: 0px;
  	margin-bottom: 0px;
  	margin-left: 0px;
  	background-color:#2B2B2B;
  	scrollbar-face-color: #2B2B2B;
  	scrollbar-track-color: #2B2B2B;
  	scrollbar-arrow-color: #4B4E42;
  	scrollbar-base-color: #2B2B2B;
  	scrollbar-shadow-color: #2B2B2B;
  	scrollbar-highlight-color: #4B4E42;
  	scrollbar-darkshadow-color: #4B4E42;
	height:101%;
	font-family:verdana, arial,helvetica, arial, sans-serif;
	font-size:9pt;
	font-weight:normal;
	color: #C6C6C6;
	overflow:auto;
}

#main{
  position: absolute; 
  top:0px; 
  left: 50%; 
  width: 810px; 
  margin-left: -405px;
}


#header_logo{
	position: absolute; 
	top:0px;
	left:270px; 
  	width: 270px;
	height: 55px;
	z-index:2;
}

#header_top {
	position: absolute; 
	top:0px;
	left:0px; 
  	width: 810px;
	height: 55px;
	z-index:1;
  	background: url(../images/header_top.gif) no-repeat;
}

#header_bot {
	position: absolute; 
	top:55px;
	left:0px; 
  	width: 810px;
	height: 129px;
	z-index:1;
}

#content_top {
	position: absolute; 
	top:184px;
	left:0px; 
  	width: 810px;
	height: 44px;
	z-index:1;
	padding-top: 10px;
	padding-left: 50px;
  	background: url(../images/content_top.gif) no-repeat;
}

#content {
	position: absolute; 
	top:228px;
	left:0px; 
  	width: 810px;
  	background: url(../images/bg.gif) repeat;
}

#content_bot {
  	width: 810px;
	height: 76px;
  	background: url(../images/content_bot.gif) no-repeat;
	text-align:center;
}

#left {
	float: left;
	margin-top: 0px;
	margin-left:25px;
  	width: 150px;
	color: #C6C6C6; 
}

#rleft {
	float: left;
	margin-top: 20px;
	margin-left:100px;
  	width: 200px;
	color: #C6C6C6; 
}

#gleft {
	float: left;
	margin-top: 30px;
	margin-left:35px;
  	width: 290px;
	color: #C6C6C6; 
}

#right {
	float:right;
	margin-top: 20px;
    margin-right:50px;
  	width: 546px;
	color: #C6C6C6; 
}

#rright {
	float:right;
	margin-top: 20px;
    margin-right:40px;
  	width: 435px;
	color: #C6C6C6; 
}

#gright {
	float:right;
	margin-top: 20px;
    margin-right:40px;
  	width: 430px;
	color: #C6C6C6; 
}

#middle {
	margin-top: 20px;
    margin-left:71px;
  	width: 700px;
	color: #C6C6C6; 
  	/*background-color:#fff;*/
}


#leftmedia {
	float: left;
	margin-top: 0px;
	margin-left:25px;
  	width: 150px;
	color: #C6C6C6; 
	background-color:#fff;

}

#leftmediaimg {
	float: left;
	margin-top: 0px;
	margin-left:0px;
  	width: 150px;
	color: #C6C6C6; 
}

#rightmedia {
	float:right;
	margin-top: 10px;
    margin-right:40px;
  	width: 425px;
	color: #C6C6C6;
	background-color:#ccc;
}

h1{
	font-size: 10pt; 
	font-weight: bold; 
	color: #666666; 
	margin-top: 0px;
}

#date{
	width:100%;
}

#img {
	border:#666666 1px solid;
}

#imgleft {
	float: left;
	margin-top: 5px;
	margin-right: 11px;
	margin-bottom: 5px;
}

#imgright {
	float: right;
	margin-top: 5px;
	margin-left: 11px;
	margin-bottom: 5px;

}

a.imgleft:link img{   
	border:#666666 1px solid;
}
a.imgleft:active img{   
	border:#666666 1px solid;
}
a.imgleft:visited img{   
	border:#666666 1px solid;
}
a.imgleft:hover img{   
	border:#C6C6C6 1px solid;
}


a.imgright:link img{   
	border:#666666 1px solid;
}
a.imgright:active img{   
	border:#666666 1px solid;
}
a.imgright:visited img{   
	border:#666666 1px solid;
}
a.imgright:hover img{   
	border:#C6C6C6 1px solid;
}


a:link{
	color:#666666; 
	text-decoration: none;
}
a:visited { 
	color:#666666; 
	text-decoration: none;
}
a:active {  
	color:#666666; 
	text-decoration: none;
}
a:hover {
	color:#C6C6C6; 
	text-decoration: underline;
}

#spacer{
	width: 90%;
	height:20px;
	clear: right;
	text-align:center;
}
#spacer2{
	width: 100%;
	clear: both;
	text-align:center;
}

/*navigation*/
#nav {
	position:absolute;
	top: 27px;
	left: 17px;
	margin: 0;
	padding: 0;
	height: 25px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	height: 25px;
	float: left;
}

#nav a {
	float: left;
	padding: 25px 0 0;
	overflow: hidden;
	height: 0px !important;
}

#nav a:hover { 
background-position: 0px -25px;
}

#news{
    width:38px;
	border-right:0;
	background: url(../navi/news.gif) 0px 0px no-repeat;
	
}
#band{
	width:39px;
	background: url(../navi/band.gif) 0px 0px no-repeat;
}
#releases{
	width:62px;
	background: url(../navi/releases.gif) 0px 0px no-repeat;
}
#tourdates{
	width:44px;
	background: url(../navi/tourdates.gif) 0px 0px no-repeat;
}
#media{
	width:46px;
	margin-right:20px;
	background: url(../navi/media.gif) 0px 0px no-repeat;
}
#guestbook{
	width:66px;
	margin-left:11px;
	background: url(../navi/guestbook.gif) 0px 0px no-repeat;
}
#myspace{
	width:58px;
	background: url(../navi/myspace.gif) 0px 0px no-repeat;
}
#shop{
	width:37px;
	background: url(../navi/shop.gif) 0px 0px no-repeat;
}
#contact{
	width:53px;
	background: url(../navi/contact.gif) 0px 0px no-repeat;
}
#links{
	width:38px;
	background: url(../navi/links.gif) 0px 0px no-repeat;
}

#space{
	width:270px;
}



#tree {
	font-size:9pt;
	padding-left:5px;
	width:102px;
	vertical-align:bottom; 
}

/*links*/
#glink {
	position:absolute;	
	margin: 0;
	padding: 0;
	height: 25px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#glink li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	height: 25px;
	float: left;
}

#glink a {
	float: left;
	padding: 25px 0 0;
	overflow: hidden;
	height: 0px !important;
}

#glink a:hover { 
	background-position: 0px -25px;
}

td{
	font-size: 9pt;
}

input {background-color:#C6CBBD; color:#000000; font-family:verdana, helvetica, arial, sans-serif; font-weight:norm; font-size:8pt; border-color: #c0c0c0 #c0c0c0 #c0c0c0 #c0c0c0; border-width:1px;}
select {background-color:#C6CBBD; color:#000000; font-family:verdana, helvetica, arial, sans-serif; font-weight:norm; font-size:8pt; border-color: #c0c0c0 #c0c0c0 #c0c0c0 #c0c0c0; border-width:1px;}
textarea {background-color:#C6CBBD; color:#000000; font-family:verdana, helvetica, arial, sans-serif; font-weight:norm; font-size:8pt; border-color: #c0c0c0 #c0c0c0 #c0c0c0 #c0c0c0; border-width:1px;}

#gb{
 padding: 3;
}

#ferror{
 height:20px;
}




