body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #EBE7D0;
	line-height: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	background-color: #58210C;
	background-image:  url(images/bg_texture.jpg);
	background-repeat: repeat;
	scrollbar-track-color: #343434;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #999999;
	scrollbar-face-color: #343434;
	scrollbar-shadow-color: #999999;
	scrollbar-darkshadow-color: #343434;
	scrollbar-highlight-color: #999999;
		
}

a {
	font-family: font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size: 14px;
	color: #9BAE30;
	line-height: 20px;
}
a:visited {
	color:#E0DFAC;
	text-decoration:none;
}
a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}

a.small {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-decoration:none;
	font-size: 10px;
	color: #9BAE30;
	font-style: italic;
	line-height: 8px;
}
a.small:visited {
	color:#E0DFAC;
	text-decoration:none;
}
a.small:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

.img_1px {
	border: 1px solid #FFFFFF;
}

#hometitle {
	position: relative;
	background-image:  url(images/title.gif);
    background-repeat: no-repeat;
    width: 800px;
	height: 38px;
	left: 8px;
}

#hometext {
    position: relative;
    height: auto;
    width: 750px;
    left: 25px;
    top: 28px;
}


#lyrics {
	width: 525px;
	overflow: auto;
	height: 350px;
}

#shows {
	width: 575px;
	overflow: auto;
	height: 350px;
}

.cell_bottom {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
}

.cell_top {
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
}

.transbox{
  width: 500px;
  background-color: #000000;
    /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.6;
  /* for Mozilla */
  -moz-opacity:0.6;
  }
  
.transbox p {
  font-family: Courier, "Courier New", "Times New Roman";
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
  }


.cell_border {
	border: 1px dotted #999999;
}
.credits {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
	line-height: 14px;
}
