/* CSS Document */

body {
/*  background-color: #3b0102; */
  background-image: url('images/bg.jpg');
}

h1 {
  font-family: trebuchet ms;
  font-size: 12px;
  color: #ffffff;
  text-align: right;
  margin-bottom: 2px;
}

.top {
  width: 715px;
  height: 200px;
}

.main {
  background-color: #FFFA9C;
  width: 755px;
  height: 500px;
  margin-top: 15px;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 25px;
}

.footer {
  background-color: #8f6d66;
  width: 755px;
  height: 25px;
  vertical-align: top;
}

.foot {
  font-family: verdana;
  font-size: 10px;
  color: #ffffff;
  text-align: right;
  margin-right: 20px;
  margin-top: 5px;
}

.text, .cell {
  font-family: verdana;
  font-size: 12px;
  line-height: 170%;
  margin-bottom: 50px;  
  color: #253950;
}

.maintable {
  margin-top: 30px;
}

.frame {
  border: 1px solid #360000;
}

td {
  font-family: arial, helvetica, sans serif;
  font-size: 12px;
  color: #253950;
}

.title {
  border: 0px;
  margin-top: 10px;
}

a img {
  border: 0px;
  text-decoration: none;
}

p {
  margin-top: 0px;
}
