body {
  font-family: Times New Roman, serif; 
  font-weight: 500;
  font-size: 1em;
  color: #1A1A1A;
  background-color: #EBE9DB;
}
.page {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 25px 40px 20px 40px;
  background: url(../images/bg_edge.gif) repeat-y top right transparent;
  background-color: white;
}
.center {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#contact_page{
  width: 600px;
}
#wtb_page{
  width: 500px;
}
#shows_page{
  width: 600px;
}

#footer {
  margin-top: 15px;
  text-align: center;
}

#title {
  text-align: center;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: underline;
}
h1 {
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
  text-decoration: underline;
}
h2 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 4px;
}
a img{
  text-decoration: none;
  border: 0px none;
  padding: 0px 0px 0px 0px;
  margin: 0px;

}

.contact {
  margin-bottom: 30px;
}

.wtb h2{
  margin-bottom: 0px;
}

.shows {
  margin-bottom: 30px;
}

#show_list{
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}

#stores{
  margin-left: auto;
  margin-right: auto;
  width: 450px;
}
