/* CSS Document */
body {
  background: #EFDA9A;
  background-image: url("fade.png");
  background-repeat: repeat-x;
  background-attachment: fixed;
  color: #552200;
  font-family: Georgia, Tahoma, Arial, sans serif;
  font-size: 15px;
  font-weight: 50;
  text-align: center;
}

.bigtext {
  text-align: left;
  font-size: 32px;
}

#hidethis {
  width: 340px;
}

.wide {
  width: 100%;
  border: 1px solid;
  border-color: #222222;
  background-image: url("fade2.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  padding: 2px;
  margin: 2px;
}

#hidethis {
  float: left;
}

#mainDiv {
  width: 100%;
  height: 595px;
  border: 1px solid;
  border-color: #222222;
  background-image: url("fade2.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  padding: 2px;
  margin: 2px;
  position: relative
}

#right {
  width: 442px;
  position: absolute;
  top: 30px;
  right: 12px;
  /*border: 1px solid;
  border-color: #222222;*/
}

a {
  color: #771010;
  text-decoration: underline;
}

a:hover {
  color: #00409A;
  text-decoration: none;
}
