body {
  background: #a4908e url(images/background.gif) repeat-y center;
  font-family: "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
  margin: 0;
  text-align: center;
}

#container {
  margin: 0 auto;
  padding: 0 0 50px 0;
  width: 796px;
}

#header {
  position: relative;
}

#header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: -2em;
}

#header ul li {
  display: inline;
  font-family: "Eras Light ITC", "Century Gothic", Tahoma, Verdana, Arial, sans-serif;
  font-size: 20px;
  margin: 0 12px;
}

#header ul li a {
  color: #402121;
}

#header ul li a:hover {
  text-decoration: none;
}

#content {
  text-align: left;
  padding: 0 30px;
}

#musicozlink {
  float: right;
  clear: both;
}

table#upcoming_gigs {
  width: 100%;
}

thead {
  font-weight: bold;
  font-size: 18px;
}

td.date {
  width: 15%;
}

td.time {
  width: 15%;
}

td.location {
  width: 30%;
}

td.details {
  width: 40%;
}

.media_release p {
  font-size: 80%;
  margin: 2px;
}

#mailinglist {
  float: right;
  margin-bottom: 15px;
}

#mailinglist p {
  margin: 0;
  font-size: small;
}