body {
  margin: 0;
  padding: 0;
  background-color: #000000;
  color: white;
  font: small Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
  background-color: #000000;
  color: black;
  margin: 10px 40px 30px 40px;
  padding: 10px;
}
#header {
  background-image: url(images/merchandise-bkgrnd.jpg);
  background-repeat: no-repeat;
  background-color: #000000;
  background-position: top center;
  margin: 0;
  margin-top: 0;
  height: 300px;
  }
#header ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#header li {
  display: inline;
  background-color: #000000;
  color: #ff0000;
  margin: .5em 0 .5em 0;
}
#header a:link, #header a:visited {
  text-decoration: none;
  font-size: 95%;
  font-weight: bold;
  color: #ff0000;
}
#header a:hover {
  color: #adadad;
}
img {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
}
#merchandise {
  color: white;
  margin: 0 0 0 150px;
  padding: 0;
  height: 300px;
  margin-left: 100px;
  margin-right: 100px;
}
#merchandise h3 {
  background-color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 120%;
  color: #c1ee47;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
#merchandise .subhead {
  font-weight: bold;
  font-size: 95%;
  color: #c1ee47;
  margin-top: 0;
}  
#merchandise .description {
  margin-top: 0px;
  font-size: 95%;
  font-weight: plain;
  color: #ffffff;
}
.country {
  width: 185px;
  margin-top: 2px;
  margin-left: 240px;
}
.country h4 {
  font-weight: bold;
  font-size: 100%;
  color: #7ebbee;
  text-align: right;
  margin-right: 95px;
  margin-top: 2px;
}
.country a:link, .country a:visited {
  font-weight: bold;
  font-size: 100%;
  color: #ffcccc;
  background-image: url(images/paypal.gif);
  background-repeat: no-repeat;
  margin-left: 95px;
  padding: 31px;
}
.paypalshirt {
  width: 185px;
  margin-left: 432px;
  clear: both;
}
.paypalshirt h4 {
  font-weight: bold;
  font-size: 100%;
  color: #7ebbee;
  text-align: right;
  margin-right: 95px;
  margin-top: 2px;
}
.paypalshirt a:link, .paypalshirt a:visited {
  font-weight: bold;
  font-size: 100%;
  color: #ffcccc;
  background-image: url(images/paypal.gif);
  background-repeat: no-repeat;
  margin-left: 95px;
  padding: 31px;
}

#merchandise .tracks {
  font-size: 85%;
  font-weight: bold;
  color: #ff0000;
  margin: 0;
}
#merchandise .mailingaddress {
  font-size: 90%;
  font-weight: plain;
  color: #ffffff;
  margin: 0;
}
.clear-tracks {
  font-size: 80%;
  font-weight: bold;
  color: #ff0000;
  margin: 0;
  clear: both;
}

.soldout {
  font-weight: bold;
  font-size: 80%;
  color: #a42417;
}
#merchandise a:link, #interviews a:visited {
  text-decoration: none;
  font-weight: bold;
  background-color: #000000;
  color: #5aabe3;
}
#merchandise a:hover {
  color: #adadad;  
}

#footer {
  width: 100%;
  border-top: 1px solid #888888;
  border-bottom: 0px solid #888888;
  margin-top: 10px;
  clear: both;
}
#footer p {
  font-size: 85%;
  color: #888888;
  text-align: center;
  margin-top: 10px;
  padding: 0.2em 0 0.2em 0;
}
#footer a.trick:link, #footer a.trick:visited {
  text-decoration: none;
  color: #888888;
  font-size: 100%;
  font-weight: bold;
  margin-left: 0;
}
#footer a.trick:hover {
  color: #adadad;
}
