body {
  padding: 0;
  margin: 0;
  background-color: #333333;
  font-family: verdana, arial, helvetica;
}
.container {
  width: 715px;
  height: 504px;
  background-color: #fab280;
  background-image: url(../img/bg.png);
}
.header {
  width: 715px;
  height: 49px;
}
.content {
  background-image: url(../img/bg_content.jpg);
  background-repeat: no-repeat;
  width: 682px;
  height: 387px;
  text-align: left;
  padding-top: 10px;
}
.content p, .footer p  {
  padding: 5px 20px 5px 20px;
  font-size: 12px;
}
.content a {
  color: #000099;
}
.footer {
  width: 705px;
  height: 49px;
  background-color: #9a6949;
  padding: 5px 0px 0px 10px;
  margin-top: 4px;
  color: #fccd97;
  font-weight: bolder;
  font-size: 10px;
  background-image: url(../img/bg_menu.png);
  background-repeat: no-repeat;
}
.footer img {
  vertical-align: middle;
}
.element {
  margin: 5px 5px 5px 5px;
}
.element #box {
  border: solid gray 1px;
}
fieldset {
  margin: 5px;
  border-style: solid;
  border-color: #CCCCCC;
  background-color: #F5F5F5;
}
label {
  width: 180px;
  float: left;
  display: block;
  margin-right: 10px;
  text-align: right;
  font-size: 11px;
}
.copy {
  width: 715px;
  font-size: 8px;
  text-align: right;
  color: #999999;
  padding-top: 5px;
}
.copy a {
  text-decoration: none;
  color: #999999;
}
.copy span#copy {
  color: white;
}
.copy span#about, span#about a {
  color: black;
}
li {
  padding-top: 7px;
  font-size: 12px;
}
p {
  margin: 0;
  font-family: verdana, arial, helvetica;
  text-align: left;
}
b {
  color: #333333;
}
hr {
  width: 95%;
  border: solid #999999 1px;
}
pre {
  text-align: center;
}
