body
{	
margin: 0;
color: rgb(0, 0, 0);
background:darkgoldenrod;
}
a:link
{
color: navy;
}
a:active
{
color: darkred;
}
a:visited
{
color: saddlebrown;
}
a:hover
{	color: red;
}

h1
{	background: whitesmoke;
color: darkblue;
border: 1px dotted silver;
text-align: center;
padding: 5px;
margin: 5px;


}
h2
{
color: gold;
margin:5px;
background-image: url(/images/banjo-rama.gif);

}
h3
{
color: saddlebrown;
font-family:  Arial, Arial, Helvetica;
border-bottom: 1px dashed darkgoldenrod;
}
h4
{
color: rgb(51, 0, 153);
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: saddlebrown;
height: 10px;
border-bottom: 1px dotted gold;

}
#SBB{ font-family: Arial;
font-size: 12px;
font-weight: bold;
margin: 0px 0px 10px 0px;
padding: 4px;
background-color: goldenrod;
}

#showbox {
font-family: Arial;
font-size: 12px;
margin: 5px 2px 3px 2px;
background: lightgoldenrodyellow;
padding: 10px 10px 10px 15px;
background-image: url(images/paperleft.jpg);
background-repeat: repeat-y;
border: medium double saddlebrown;
}
#headliners
{float:right;
width:250px;
padding:10px;
position: relative;
}
#main
{ 
background: white;
width: 90%;
padding: 10px;
border: medium double saddlebrown;
align: center;
 
}
.starslong {
height: 25px;
width: 95%;
background-image: url(images/star.jpg);
background-color: #3F2921;

}
.starslat {
width: 25px;
height: 100%;
background-image: url(images/star.jpg);
background-color: #3F2921;

}

#footer
{ 	border-top: 1px solid saddlebrown;
	font-family:  Arial, Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 80%;

}
#schedule td {border-bottom:1px solid saddlebrown;
}
.altrow
{background-color:lightgoldenrodyellow;}

#menutop { width:160px;
height:28px;
background-image: url(images/menutop.gif);
margin-top: 3px;
}
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
font-weight:bold;
}

#navcontainer li { margin: 0 0 0px 0; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 7px;
border: 1px solid saddlebrown;
width: 160px;
background-color: lightgoldenrodyellow;
}

#navcontainer a:link, #navlist a:visited
{
color: navy;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-color: #FFFFFF;
color: maroon;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FFFFFF;
color: saddlebrown;
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;
  }
