body {
  background-color: #fff;
  margin: 0px;
  color: #333;
  width: 800px;
}

a:link, a:visited {
  color: #039;
}

a.current:link, a.current:visited, a:hover {
  background-color: #039;
  color: #fff;
}

.menu ul {
  margin: 0px;
  padding: .2em 0em;
  list-style-type: none;
  text-align: center;
  background-color: #333;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.0em;
  width: 800px;
}

.menu ul li {
  display: inline;
  margin: 0px;
}

.menu ul li a {
  text-decoration: none;
  padding: .2em 0.7em;
  color: #fff;
  margin: 0px;
  background-color: #999;
}

.menu ul li a:hover {
  color: #fff;
  background-color: #039;
}

.announcement {
  background-color: #fff;
  color: #000;
}

.announcement h1, .announcement h2, .announcement h3 {
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  text-align: center;
  background-color: #ccc;
  padding: 10px;
  margin: 10px 0px 10px 0px;
}

.announcement p {
  line-height: 1.4em;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  text-align: justify;
}

.title {
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.summary img {
  float: right;
  margin-left: 20px;
  margin: 0 0 0 20px;
}

.summary p {
  line-height: 1.5em;
  font-size: 1.3em;
  text-align: justify;
}

.address {
  text-align: center;
}

.signup {
  font-family: Helvetica, Arial, sans-serif;
  margin: 20px 0px 20px 0px;
  text-align: center;
}

.address p {
  font-size: 0.5em
  line-height: 1;
  margin: 10px 0px 10px 0px;
  text-align: center;
  color: #666;
}

.content {
  width: 760px;
  margin: 10px 20px 0px 20px;
}

.content .main {
  width: 450px;
  float: left;
}

.content p img {
  margin: 10px;
}

body.merchandise div.content ul li {
  font-weight: bold;
  list-style: none;
}

body.merchandise div.content ul li ul li {
  font-weight: normal;
}

body.bandbios div.content p {
  margin: 0 auto 60px auto;
  width: 400px;
}

body.schedule table {
  background-color: #333;
}

body.schedule table td, body.schedule table th {
  background-color: #fff;
}

span.name {
  display: block;
  font-weight: bold;
}

span.instrument {
  display: block;
  font-style: italic;
  margin-bottom: 7px;
}


div.clear {
  clear: both;
}

