html {
  height: 100%;
}
body {
  background-color: #fff;
  text-align: center;
  font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
  font-size: 17px;
  line-height: 25px;
  margin: 0;
  padding-bottom: 16px;
}
#content, #footer {
  background-position: center top;
  width: 680px;
  padding: 0 16px;
  margin: auto;
  text-align: left;
}
#content {
  background-image: url(bg.png);
  background-repeat: repeat-y;
}
#footer {
  background-image: url(bg-foot.png);
  background-repeat: no-repeat;
  height: 32px;
}
h1 {
  background-image: url(header.png);
  background-repeat: no-repeat;
  background-color: #363;
  color: #fff;
  font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
  font-size: 30px;
  height: 60px;
  width: 680px;
  line-height: 60px;
  text-indent: -9999px;
  margin: 0;
}
#intro {
  font-style: italic;
}
p {
  display: inline; /* workaround IE6 double-margin on floats */
  width: 395px;
  margin-left: 30px;
  float: left;
  margin-top: 18px;
  margin-bottom: 18px;
}
a {
  text-decoration: none;
  color: #363;
}
a:hover {
  text-decoration: underline;
}
a img {
  display: block;
  border: none;
}
#donate {
  display: block;
  margin-top: 48px;
  margin-left: 30px;
  text-align: center;
  float: left;
  font-size: 20px;
  font-weight: bold;
}
#donate img {
  margin-bottom: 4px;
}
#tabs {
  clear: left;
  display: block;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
#tabs li {
  float: left;
  display: block;
}
#tabs li a {
  display: block;
  width: 320px;
  height: 32px;
  background-image: url(tab.png);
  background-position: 0 0;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  border-bottom: 1px solid #333;
}
#tabs li a span {
  font-style: italic;
  color: #555;
  font-size: 12px;
}
#tabs li a:hover {
  background-position: 0 32px;
}
#tabs li a.on {
  background-position: 0 32px;
}
#tabs a:focus {
  outline: 0;
}
#video {
  clear: left;
  margin: 0 20px;
  width: 640px;
  height: 360px;
  background-color: #333;  
}
address {
  color: #363;
  display: block;
  height: 35px;
  margin-top: 36px;
  padding-top: 10px;
  background-image: url(foot-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 40px;
  margin-left: 140px;
  width: 360px;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-style: normal;
}

