body
{	
margin: 0;
color: rgb(0, 0, 0);
background:#FFFFFF; <!--url('images/bg.jpg') repeat;-->

}
a:link
{
color: #330033;
}
a:active
{
color: yellow;
}
a:visited
{
color: #330033;
}
a:hover
{	color: yellow;
}

h1
{	background: whitesmoke;
color: darkblue;
border: 1px dotted silver;
text-align: center;
padding: 5px;
margin: 5px;


}
h2
{
color: #660066;
margin:5px;
background-image: url(/images/banjo-rama.gif);

}
h3
{
color: #660066;
font-family:  Arial, Arial, Helvetica;
border-bottom: 1px dashed #660066;
}
h4
{
color: #660066;
font-family:  Arial, Arial, Helvetica;
}
li
{	
margin: 5px;
}
div.quote
{border-bottom: 1px dashed silver;
border-top: 1px dashed silver;
background:whitesmoke;
padding:10px;
}
#topline
{
background: #FF66CC;
border-bottom: 1px dotted silver;
font-family: Arial;
font-size: 11px;
font-weight: bold;
text-align: center;

}
#SBB{ font-family: Arial;
font-size: 12px;
font-weight: bold;
margin: 0px 0px 10px 0px;
padding: 4px;
background-color: #E7F7FF;
border: medium double #660066;
}

#showbox {
width:150px;
font-family: Arial;
font-size: 12px;
margin: 5px 2px 3px 2px;
background: #FFCCFF; 
padding: 10px 5px 10px 35px;
border: 1px solid ;
background-image: url(images/showboxbk.jpg);
background-repeat: repeat-y;
}
#headliners
{float:right;
width:250px;
padding:10px;
position: relative;
}
#main
{ 
background: white;
width: 90%;
padding: 10px;
border: 3px solid #FF66CC;
align: center;
 
}
.starslong {
height: 10px;
width: 90%;
padding: 0px 10px 0px 10px;
background-color: #6600CC;
border: 3px solid #6600CC;
<!--background-image: url(images/star.jpg); -->

}
.starsbotlong {
height: 10px;
width: 90%;
padding: 0px 10px 0px 10px;
background-color: #6600CC;
border: 3px solid #6600CC;
<!-- background-image: url(images/starbot.jpg); -->

}

.starslat {
width: 25px;
height: 100%;
background-color: #6600CC;
<!--background-image: url(images/star.jpg);-->

}

#footer
{ 	border-top: 1px solid #6600CC;
	font-family:  Arial, Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 80%;
color:#FFFFFF

}
#footer a:link, #footer a:visited
{ color: #660066;
}

#schedule table { width:100%;
}
#schedule tr { width:100%;
}

#schedule td {border-bottom:1px solid #660066; 
}
.altrow
{background-color: #CC99FF; }
.schedtime
{width:75px;}
.schedart
{width:350px;}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
font-weight:bold;
background-color: #6600CC;
}

#navcontainer li { margin: 0 3 0px 3; 
height:10px;
float:left;
background-color: #6600CC;
}

#navcontainer a
{
display: block;
text-decoration:none;
}

#navcontainer a:link, #navlist a:visited
{
color: white;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: yellow;
color: #000000;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
color: #CC99FF;
background-color: black;
font-weight: strong;
}
  /* allow room for 3 columns */
  #columns ul
  {
    width: 40em;
  }

  /* float & allow room for the widest item */
  #columns ul li 
  {
    float: left;
    width: 10em;
  }

  /* stop the float */
  #columns br
  {
    clear: left;
  }

  /* separate the list from subsequent markup */
  #columns, div.columns3
  {
    margin-bottom: 1em;
  }
