#bubble {
  margin: 0 auto auto;
  clear: both;
  width: 1000px;
}
#header {
  text-align: center;
  font-size: large;
  clear: both;
}
#navigation {
  margin: 0;
  padding: 0 0 0 10px;
  text-align: left;
  float: left;
  clear: left;
  width: 140px;
}
#mainblock {
  margin: 0;
  padding: 0;
}
#footer {
  text-align: center;
  clear: both;
}
.bg_green {
  background-color: #00b100;
}
.bg_beige {
  background-color: #ffe4af;
  background-image: url(background_aftrnoon.gif);
  background-repeat: repeat-y;
}
.linkfmt1 a:link {
  text-decoration: none;
  color: yellow;
}
.linkfmt1 a:visited {
  text-decoration: none;
  color: yellow;
}
.linkfmt1 a:active {
  text-decoration: none;
  color: yellow;
}
.linkfmt1 a:hover {
  text-decoration: underline;
  color: white;
}
.linkfmt2 a:link {
  text-decoration: none;
  color: black;
}
.linkfmt2 a:visited {
  text-decoration: none;
  color: black;
}
.linkfmt2 a:active {
  text-decoration: none;
  color: black;
}
.linkfmt2 a:hover {
  text-decoration: underline;
  color: black;
}
.maintable {
  width: 700px;
}
.bigimage {
  max-width: 700px;
}
