@charset "utf-8";
/* Designed by Studio 82. Last Modified July 22 2007 -- tested on Firefox 2.0.0.5 and IE7 */
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: #000000;
	background-image: url('slice_img/main_01.jpg');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; /* used to center the container, not actual text formatting */
	color: #663300;
}
a:link {
	color: #800000;
	text-decoration: none;
}
a:visited {
	color: #800000;
	text-decoration: none;
}
a:hover {
	color: #663333;
	text-decoration: underline;
}
a:active {
	color: #663333;
	text-decoration: underline;
}
p {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}
h1 {font-size: 10pt; font-weight: 900}
h2 {font-size: 10pt; font-weight: 800;}
h3 {font-size: 8pt; font-weight: 800;}
h4 {font-size: 8pt; font-weight: 700;}
h5 {font-size: 8pt; font-weight: 600;}
h6 {font-size: 6pt; font-weight: 800;}
.wtc_main #container { 
	width: 779px;
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left;
} 
.wtc_main #header { 
	background: #000000;
	background-image: url('slice_img/main_02.jpg'); 
	background-repeat: no-repeat;
	width: 779px;
	height: 187px;
	padding: 0 0 0 0;
} 
.wtc_main #header2 { 
	background: #000000;
	background-image: url('slice_img/main_03.jpg'); 
	background-repeat: no-repeat;
	width: 779px;
	height: 96px;
	padding: 0 0 0 0;
} 
.wtc_main #mainmenu { 
	background: none;
	height: 73px;
	width: 779px;
	padding: 0 0 0 0;
	margin: 0;
}
.wtc_main #mainbg {
/* this tiles the main bg */
     position: relative;
     background-image: url('slice_img/main_12.jpg');
	 background-repeat: repeat-y;
	 padding: 0;
	 margin: 0;
	 width: 779px;
}
.wtc_main #sidebar1 {
	float: right;
	width: 140px;
	background: none;
	padding: 50px 60px 0px 0px; /* note to self -- top right bottom left */
	text-align: center;
}
.wtc_main #sidebar1 p {
	font-size: 8pt;
	color: #000000;
}

.wtc_main #wt_dmenu { /* Sidemenu container on Discography and The Band sections */
}

.wtc_main #wtcMenuTop { /* Sidebar menu items */
    position: relative;
	width: 120px;
	height: 20px;
	border: none;
	background-image: url('img/menu_top.gif');
	color: #ffffff;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin: 0px 1px 0px 1px;
	text-align: center;
}

.wtc_main #wtcMenuItem { /* Sidebar menu items */
    position: relative;
	width: 118px;
	border: 1px #883300 solid;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: 800;
	margin: 0px 1px 0px 1px;
}

/* Sidebar menu item links */
.wtc_main #wtcMenuItem a:link {
	color: #803000;
	text-decoration: none;
}
.wtc_main #wtcMenuItem a:visited {
	color: #803000;
	text-decoration: none;
}
.wtc_main #wtcMenuItem a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #883300;
}
.wtc_main #wtcMenuItem a:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #883300;
}

.wtc_main #mainContent { 
    width: 510px;
	min-height: 659px; /* This one doesn't need a fix since it won't break noticeably even on browser that ignore it */
	margin: 0 0 0 0; /* add a 175 right margin if the right side breaks. otherwise it looks fine as is. */
	padding: 50px 10px 0px 50px;
	background: none;
}
.wtc_main #wideContent { /* wider main body for pages with no sidebar */ 
    width: 660px;
	min-height: 659px; /* This one doesn't need a fix since it won't break noticeably even on browser that ignore it */
	margin: 0 0 0 0;
	padding: 50px 10px 0px 50px;
	background: none;
}

.wtc_main #lyrics_title {
    margin-top: 50px;
    margin-left: 70px;
    margin-bottom: 10px;
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
}
.wtc_main #lyrics_content {
    margin-left: 50px;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
}
.wtc_main #lyrics_menu {
    font: 8pt Arial, Helvetica, sans-serif;
	width: 120px;
}
.wtc_main #footer {
	padding: 0 0 0 0;
	width: 779px;
	background:#000000;
	background-image: url('slice_img/main_13.jpg'); 
	background-repeat: no-repeat;
}
.wtc_main #footer p {
	margin: 0;
	padding: 130px 0 50px 0; /* places footer below the scroll and helps enforce minimum height without using that buggy line */
	font-size: 8pt;
	color: #cccccc;
	text-align: center;
}
.clearfloat { /* a fix for containers */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
