html{
	height: 100%;
	}


body{
	height: 100%;

	font-family: "Tahoma";
	font-size: 12px; 

	background-color: #313131;
  color: black;

	margin-top: 0px;
	margin-bottom: 0px;

	text-align: center;
	}

a{text-decoration: none; color: black; outline: none; }
a:hover {text-decoration: underline; color: black; outline: none; }


img {
	border: 0px;
	}



.heading{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	}


#splashlink a{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;

	color: white;
	}


#table_outer{
	width: 800px;	/*Can be adjusted to show sidebars, but watch out for the off-centering effect*/
	height: 100%;

	margin-left: auto; 
	margin-right: auto;

	border-spacing: 0px;
	border-collapse: collapse;

	text-align: center;

	background-color: black;

	/*background-image: url('./images/bgmain.gif');*/
	}

#td_outer{
	vertical-align: top;
	}

#table_inner{
	padding: 0px;
	border-top-width: 0px;
  border-bottom-width: 0px;

	border-spacing: 0px;
	border-collapse: collapse;

	text-align: center;
	}


.sidebar{	background-color: transparent; }


#header_left{
	width: 1px;
	height: 96px;
	background-color: transparent;
	}

#header_mid{
	width: 800px;
	height: 138px;
	/*background-color: #111111;*/	
	background-image: url('./images/header.gif');
	}

#header_right{
	width: 1px;
	background-color: #666666;
	}

#menulineT{
	height: 32px;
	/*background-color: #333333;*/
	}

#menulineB{
	height: 72px;
	/*background-color: #333333;*/
	background-image: url('./images/menuline.gif');
	background-repeat: no-repeat;

	color: white;
	text-align: center;

	vertical-align: bottom;
	}

#menulineB a{
	color: white;
	}

#menulineB td{
	color: white;
	}

.top_menu_td{
	width: 196px;
	}

#menu_td{
	width: 600px;
	font-size: 14px;
	}

.spacer{
	background-color: black;
	}

#contentbox{
	height: 500px;
	/*background-color: #444444;*/

	vertical-align: top;
	text-align: left;
	}


#copyline {
	height: 24px;
	text-align: center;
	vertical-align: bottom;
	font-size: 10px;
	color: white;
	}

#copyline a{
	text-decoration: underline; 
	color: white; 
	outline: none;
	}



#table_content{
	width: 800px;
	height: 100%;

	position: relative;
	}

/*Special Content Tables*/

#submenuline{
	height: 96px;

	text-align: center;
	}

.side_in{
	/*width: 64px;*/
	}

#td_fill{
	width: 532px;
	height: 580px;

	padding: 12px;

	vertical-align: top;
	background-color: white;

	border: 8px solid #313131;
	}

#td_fill_links{
	width: 532px;

	padding: 12px;

	vertical-align: top;
	background-color: white;

	border: 8px solid #313131;
	}



.side_in{
	background-color: black;
	}

.album{
	text-align: left;
	}

.tracklist{
	text-align: left;
	}

#video{
	text-align: center;
	}

#vid_table{
	text-align: center;
	width: 100%;
	}


.img_table{
	background-color: #313131;
	text-align: center;
	}

/*.img_table img{
	border-collapse: collapse; 
	border-style: solid; 
	border-width: 5px; 
	border-color: #313131;
	}*/


#show_table{
	height: 232px;
	width: 100%;
	vertical-align: top;
	}

#show_table_top{
	color: black;
	text-align: left;
	font-weight: bold;
	}

.show_tr{
	color: black;
	border-top-width: 4px;
	text-align: left;
	vertical-align: top;
	}

.show_tr a{
	color: black;
	}

.show_spacer{
	height: 4px;
	background: none;
	}

#tapediv{
	height: 100%;
	position: relative; 
	}

#tapeUR{
	z-index: 10;
	position: absolute;
	right: 36px;	
	top: -30px;
	}

#tapeBL{
	z-index: 10;
	position: absolute;
	bottom: 40px;
	left: -34px;
	}

/*Used for extra tall "Links" page*/
#tapeBL2{	
	z-index: 10;
	position: absolute;
	bottom: 26px;
	left: -34px;
	}