#top
{
  background-image: url( "images/topbg.gif" );
  background-repeat: repeat-x;
  float: left;
  width: 100%;
  clear: both;
}

#topleft
{
  float: left;
  width: 20%;
}

#topright
{
  float: left;
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#left
{
  background-image: url( "images/leftbg.jpg" );
  float: left;
  width: 20%;
  height: 800px;
  clear: left;
  margin-top: -5px;
}

#center
{
  float: left;
  margin-top: -5px;
  width: 73%;
  padding-left: 1%;
  padding-right: 1%;
  background-color: #FFFFFF;
  color: #000000;
}

#right
{
  background-image: url( "images/rightbg.jpg" );
  background-repeat: repeat-x;
  float: right;
  width: 5%;
  height: 800px;
  margin-top: -5px;
}

#bottom
{
  float: left;
  width: 100%;
  height: 50px;
  clear: both;
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  margin-left: -8px;
}

#form
{
  float: left;
  clear: both;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
}

#lyrics
{
  clear: both;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;  
}

#titles
{
  color: #FFFFFF;
}

div.imgCenter
{
  height: auto;
  width: auto;
  text-align: center;
}
div.imgCenter img
{
  display: inline;
  margin: 10px;
  border: 5px solid #000066;
  vertical-align: middle;
}
div.imgCenter a:hover img
{
  border: 5px solid #0000FF;
}

img.floatLeft
{
  float: left;
  margin: 10px;
  border: 5px solid #000066;
}

img.floatRight
{
  float: right;
  margin: 10px;
  border: 5px solid #000066;
}

table
{
  align: "center";
  color: #FFFFFF;
  background-color: #000066;
}

body 
{
  font-family: sans-serif;
  color: #00EEEE;
  background-color: #000000;
}

p.songselection
{
  text-align: right;
}

p.blurb
{
  text-align: center;
}

p.lyrics
{
  text-align: center;
  font-style: italic;
}

p.newsletterhead
{
  text-align: center;
  font-style: italic;
}

ul
{
  list-style-position: inside;
}

ol
{
  list-style-position: inside;
}

ul.navbar 
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.navbar li
{
  color: white;
  font-size: 120%;
  font-family: sans-serif;
  text-align: center;
  margin: 0;
  padding: 0.15em;
}

ul.navbar a
{
  color: #FFFFFF;
  text-decoration: none;
}

ul.navbar a:visited
{
  color: #FFFFFF;
  text-decoration: none;
}

h1 
{
  font-family: sans-serif;
  color: #FFFFFF;
}

h3
{
  color: #000000;
}

a:link
{
  color: #000066;
}

a:visited
{
  color: #000066;
}

address
{
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted;
}