
body      
{
  margin: 10px;
  margin-top: 30px;
  font-family: "Gill Sans", "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  font-size: 10pt;
  background: #322;
  color: white;
}

ul.navbar
{
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0;
  padding: 3px;
  list-style: none;
}

ul.navbar li ul
{
  margin: 0;
  padding: 2px;
  list-style: none;
  width: 90px;
  height: 35px;
}

ul.navbar li
{
  position: relative;
  float: left;
  min-width: 70px;
}

ul.navbar li ul li
{
  position: relative;
}

ul.navbar li ul
{
  position: absolute;
  display: none;
}

ul.navbar li a
{
  display: block;
  text-decoration: none;
  color: #aaa;
  background: #443;
  border-left: 1px solid #564;
  border-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
  min-height: 20px;
}

ul.navbar li a img { vertical-align: middle;}

ul.navbar li a:hover
{
  display: block;
  text-decoration: underline;
  color: #aaa;
  background: #332;
  border: 1px solid #453;
  border-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

ul.navbar li:hover ul 
{
  display: block;
}

ul.gig_list
{
  list-style-type: square;
}

ul.gig_list li
{
  padding-top: 0.8ex;
  margin-right: 20px;
}

ul.gig_list li img
{
  padding-left: 10px;
  vertical-align: top;
  height: 16px;
}

div.last_edited_ctr {
  text-align: right;
}

div.last_edited
{
  width: 100%;
  text-align: right;
}

span.last_edited
{ 
  right: 5px;
  text-align: right;
}

img
{
  border: 0;
}

div.pagehead 
{
  padding-left: 0.5em;
  margin-bottom: 0.2em;
  border: 10px solid #cacaca;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 160px;
}

div.page_body
{
  top: 30px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border: 1pt solid #777;
  background-color: #244;
  background-image: url('pix/scroll-trans.png');
  background-repeat: no-repeat;
  width: 740px;
  text-align: left;
}

div.footer
{
  background-color: #466;
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-size: x-small;
}

a
{
  color: white;
}

a.visited
{
  color: white;
}

a:hover
{
  color: yellow;
}

a.visited:hover
{
  color: yellow;
}

p.cite
{
  margin-left: 20px;
  margin-right: 20px;
  background-color: #454;
  padding: 10px;
}

ul.faq li {
  list-style-type: none;
}

ul.faq li span.question {
  font-size: 12pt;
  font-style: italic;
}

.cell_id {
  width: 3em;
}

.cell_name {
  width: 15em;
}

.cell_artist {
  width: 15em;
}

.cell_album {
  width: 10em;
}

.cell_location {
  width: 10em;
}
