body {
  font-family: goudy, goudy old style, lucida bright, serif;
  font-size: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #F5F4E4;
}
#wrapper {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  width: 780px;
  position:  absolute;
  left:  50%;
  margin: 0px 0px 0px -390px;
  background-color: #FFF;
}
#header {
  width: 100%;
  margin-bottom: 15px;
}
#left {
  width: 29%;
  float: left;
}
#main-menu {
  list-style: none;
  padding: 10px;
  margin: 10px 0px 0px 0px;
}
#right {
  width: 70%;
  float: right;
}
#content {
  padding: 10px;
  margin: 10px 50px 20px 0px;
}
h1 {
  font-size: 1.2em;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}
a {
  text-decoration: none;
}
a:link {
  color: #0AA72B;
}
a:hover {
  color: #0000FF;
}
a:active {
  color: #0000FF;
}
a:visited {
  color: #ADD6A3;
}
label {
  font-weight: bold;
  text-align: right;
  width: 100px;
  display: block;
  float: left;
}
#button {
  padding: 10px 0px 0px 100px;
}
#other-info {
  padding: 20px 0px 20px 5px;
}
#other-title {
  padding-bottom: 3px;
  width: 100%;
  font-weight: bold;
}
#footer {
  text-align: center;
  font-size: .8em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  clear: both;
/*
  background-image: url(footer.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  height: 70px;
*/
  background-color: #CCE7C5;
  padding: 10px;
}
p {
  background-image: url(rule.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 0px 0px 25px 0px;
  margin: 0px;
}
img.thumbnail {
  margin-bottom: 5px;
}