body
{
	margin: 0;
	color: rgb(0, 0, 0);
	background-color: #FFFFFF;
}
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: maroon;
margin:5px;
background-image: url(/images/banjo-rama.gif);

}
h3
{
color: maroon;
font-family:  Arial, Arial, Helvetica;
border-bottom: 1px dashed maroon;
}
.show {
	margin: 0px;
	padding: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: none;
}

h4
{
color: maroon;
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: darkkhaki;
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 maroon;
}

#showbox {
	text-align:left;
	width:150px;
	font-family: Arial;
	font-size: 12px;
	background: palegoldenrod;
	border: 1px solid;
	background-image: url(images/showboxbk.jpg);
	background-repeat: repeat-y;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 2px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#main
{
	background: white;
	width: 90%;
	padding: 10px;
	border: 3px solid darkkhaki;
	text-align: left;
	position: relative;
 
}

#tickets {
	position: absolute;
	z-index: 10;
	right: 0px;
	top: 2px;
	text-align: center;
}

#headliners
{
	position: relative;
}

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

#headliners a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:gold;
}

.starslong {
height: 10px;
width: 90%;
padding: 0px 10px 0px 10px;
background-color: maroon;
border: 3px solid maroon;
background-image: url(images/star.jpg); 
clear: both;
}
.starsbotlong {
height: 10px;
width: 90%;
padding: 0px 10px 0px 10px;
background-color: maroon;
border: 3px solid maroon;
 background-image: url(images/starbot.jpg); 

}

.starslat {
width: 25px;
height: 100%;
background-color: maroon;
background-image: url(images/star.jpg);

}

#footer
{ 	border-top: 1px solid maroon;
	font-family:  Arial, Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 80%;
color:#FFFFFF

}
#footer a:link, #footer a:visited
{ color: maroon;
}
#schedule td {border-bottom:1px solid maroon;
}
.altrow
{background-color: #CC99FF;}

#navcontainer {
	position: relative;
	clear:both;
	top: -10px;
	height: 18px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li {
margin: 0px 1px 0px 1px;
padding: 0px 2px 0px 2px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight:bold;
height:18px;
float:left;
background-color: maroon;
}

#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;
height:18px;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
color: #CC99FF;
background-color: black;
font-weight: bold;
height:16px;
}
  /* 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;
  }

