body {
  font-family: Arial, san-serif;
  font-size: small;
  width: 722px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  font-size: small;
}

#nav {
  float: left;
  height: 1500px;
  width: 165px;
  margin-right: 8px;
}

#content {
  background-image: url('../images/background.jpg');
  background-repeat: no-repeat;
  padding-right: 4px;
  padding-bottom: 4px;
}

#footer {
  font-family: Arial, san-serif;
  font-size: small;
}

td.membership {
  font-size: small;
  text-align: center;
  width: 150px;
}

td.tour {
  font-size: small;
  text-align: center;
  width: 250px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}

h2.red {
  color: red;
}

img.right {
  float: right;
  margin: 5px;
}

img.left {
  float: left;
  margin: 5px;
}

a:link {
  text-decoration: none;
  color: blue;
}

a:visited {
  text-decoration: none;
  color: blue;
}

a:hover {
  text-decoration: underline;
  color: blue;
}

a:active {

}

p.newsletter {
  font-size: 10px;
}

