body {
  background-image: url("images/paper.jpg");
  color: #990000;
  height: 310px;
  text-align: center;
  font-family: palatino, georgia, book antiqua, serif;
}

p {
  margin-bottom: 0px;
}

a:link    { color: #dd0044; }
a:visited { color: #bb0022; }
a:hover   { color: #bb0022; }
a:active  { color: #bb0022; }

.main {
  position: relative;
  top: 30%;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.wa {
  background-image: url("images/wa.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}

ul {
  list-style-image: url("images/bullet.gif");
  margin-bottom: 0px;
} 

.header {
  color: #ff0000;
  font-size: 120%;
  text-align: left;
}

.topBar {
  top: -35px;
  z-index: -1;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

img.bar {
  width: 850px;
  height: 3px;
}

.logo {
  margin-top: -47px;
  text-align: right;
  position: relative;
}

img.logo {
  width: 226px;
  height: 7px;
  border: 0px none;
}

.content {
  margin-top: 3em;
  margin-bottom: 45px;
  margin-left: 40px;
  margin-right: 40px;
  text-align: justify;
}

.footer {
  display: inline;
  font-size: 75%;
  font-style: italic;
  text-align: right;
}

.bottomBar {
  clear: both;
  position: relative;
  top: -8px;
  margin-bottom: -8px;
}

img.bamboo {
  width: 15px;
  height: 31px;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px;
}

.button {
  color: #ff2255;
  font-variant: small-caps;
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 105%;
}

.button a:link    { text-decoration: none; }
.button a:visited { text-decoration: none; }
.button a:hover   { text-decoration: underline; }
.button a:active  { text-decoration: none; }

.buttonSelected {
  color: #855;
}
