body {
	margin: 0px;
        padding: 0px;
/*        background: #941717 url(images/bg_2001.jpg) fixed;*/
	background: #000000;
	text-align: justify;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	/*line-height: 1.5;*/
	color: #FFCC00;
}

div {
margin:0px;
padding: 0px;
/*border: 1px solid #0000FF;*/
/*outline: 1px solid #0000FF;*/
}

ul {
	margin: 2px 2px 2px 35px;
}

a {
	text-decoration: none;
	color: #FFCC00;
	/*border-bottom:1px dashed #FFFFFF;*/
}

a:hover {
        /*border-bottom:1px solid #FFFFFF;*/
}

input, textarea {
	/*width: 80px;*/
/*	height: 30px;*/
        margin: 0 0 5px;
	padding: 2px;
	background: #1F1F1F;
	border: 1px solid #454545;
	color: #FFCC00;
}

/* Header */

#header {
	width: 1000px;
	margin: 0 auto;
	height: 230px;
}

#logo {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	background: url(images/header_4001.png) no-repeat left top;
}

#logo h1 {
	padding: 105px 0 0 25px;
	font-weight: normal;
	font-size: 3em;
}

/* Navsite */
#navsite
{
  width: 1000px;
  margin: 0 auto;
  height: 40px;
  background: #666666 url(images/navsite.png);
  color: #000000;
}

#navsite ul
{
margin: 0px auto;
	padding: 0;
}

#navsite li
{ float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}

#navsite li a
{
/*  font-family: Verdana, Helvetica, Arial, sans-serif;*/
  display: block;
  float: left;
  height: 27px;
  text-decoration: none;
  padding: 11px 15px 2px 15px;
  text-transform: uppercase;
  font-size: 100%;
  color: #000000;
  border-color: #000000;
  border-left: 1px solid;
  border-right: 1px solid;
}
#navsite li a:hover, #navsite li a#current:hover
, #pageindex a#linkindex , #pagebios a#linkbios, #pagephotos a#linkphotos, #pagegigs a#linkgigs, #pagereviews a#linkreviews
, #pagesetlist a#linksetlist
, #pagemusic a#linkmusic
, #pageforum a#linkforum
, #pagecontact a#linkcontact
{
  background: #000000  url(images/navsite_h.png);
  color: #FFFFFF;
  border-color: #000000;
}

/* Page */

#page {
	width: 990px;
	margin: 0 auto;
	padding: 20px 5px;
}

#marquee_text {
	margin: 0px 10px 5px 10px;
        padding: 0px;
	border-bottom: 1px #FFFFFF solid;
}

/* Content */

#content {
	float: left;
	width: 550px;
	/*background: url(images/fan_1003.png) no-repeat;
        background-position: center 230px;
	background-attachment: fixed;*/
}

.content-main {
	line-height: 150%;
	padding: 0 20px 15px;
}

#sidebarA {
	float: left;
}

#sidebarB {
	float: right;
}

.sidebar {
	float: left;
	width: 220px;
	padding: 0;
	font-size: 12px;
}

.sidebar h3 {
	width:200px;
	height: 30px;
	margin: 0 0 0 0;
	padding: 10px 0px 0px 20px;
	background: url(images/sidebar_h3.png);
	letter-spacing: -1px;
	font-size: 16px;
	color: #FFCC00;
}

.sidebar ul { margin:0 10px 10px 10px; padding: 0; list-style: none; }
.sidebar ul li a { display:block; /*width:210px;*/ margin: 0 0px 10px 0px; padding: 5px 5px 5px 5px; border-bottom:1px dashed #FFCC00;}
.sidebar ul li a:hover { border-bottom:1px solid #FFCC00;}
/*.sidebar ul li a:hover { background:#000000; border-bottom:1px solid #FFFFFF;}*/

#calendar {
text-align: center;
height: 240px;
}

#calendar table {
	margin: 0 auto;
	text-align: center;
}

#calendar thead th {
	border: 0px;
        padding: 5px;
	text-align: center;
        background: #4F4F4F;
        color:#FFCC00;
}

#calendar tbody td {
	padding: 5px;
        background: #1E1E1E;
        color:#4F4F4F;
}

#calendar a {
	text-decoration: none;
	font-weight: bold;
}

#calendar a:hover {
	text-decoration: underline;
}


#calendar input{
	font-size: 10px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 auto;
	background: #4F4F4F;
}


/* Footer */

#footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0px;
	border-top: 1px #FFCC00 solid;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
}


/* Table borders and td */
#table_td_border table {
 border-collapse: collapse;
 width: 100%;
}
#table_td_border th {
background: #4F4F4F;
}
#table_td_border th a {
text-decoration: underline;
}
#table_td_border td, th {
 border: 1px solid #788;
 text-align: left;
}

/* Table borders and Hover */
#table_td_border_hover table {
 border-collapse: collapse;
 width: 100%;
}
#table_td_border_hover th {
background: #4F4F4F;
}
#table_td_border_hover th a {
text-decoration: underline;
}
#table_td_border_hover td, th {
 border: 1px solid #788;
 text-align: left;
}
#table_td_border_hover tr:hover {
background: #4F4F4F;
}

/*Table border */
#table_border table {
 border-collapse: collapse;
 border: 1px solid #788;
 width: 100%;
}
#table_border tr {
 text-align: left;
}


.sitemap ul { /*margin: 0px 0px 0px 0px;*/ padding: 0; list-style: none; }
.sitemap ul li a { display:block; width:200px; margin: 0px 0px 0px 0px; padding: 5px 5px 5px 5px; border-bottom:1px dashed #FFCC00;}
.sitemap ul li a:hover { border-bottom:1px solid #FFCC00;}
/*.sitemap ul li a:hover { background:#808080; border-bottom:1px solid #FFFFFF;}*/


