BODY {
  margin: 0;
  background-color: #09264b;
  color: #202020;
  font-family: Verdana;
  font-size: 12px;
}

DIV.main {
  margin: auto;
  width: 900px;
}

DIV.top {
  width: 900px;
  height: 271px;
  margin: 0;
}

DIV.spacer1 {
  width: 900px;
  height: 34px;
  margin: 0;
}

DIV.middle {
  width: 900px;
  background-image: url(imgs/bg_main.jpg);
}

DIV.menu {
  width: 270px;
  float: left;
}

DIV.cont {
  width: 603px;
  float: right;
  padding-left: 27px;
}

DIV.footer {
  width: 860px;
  height: 38px;
  padding-top: 13px;
  padding-right: 40px;
  margin: 0;
  background-image: url(imgs/bg_footer.jpg);
  color: #FFFFFF;
  font-size: 11px;
}

DIV.item {
  width: 270px;
  height: 40px;
  margin: 0;
}

DIV.call {
  width: 270px;
  height: 189px;
}

DIV.header {
  width: 603px;
  height: 69px;
  background-image: url(imgs/bg_header.jpg);
  margin: 0;
  margin-top: -20px;
}

DIV.clear {
  clear: both;
  height: 1px;
  width: 900px;
}

H1.header {
  font-size: 18px;
  color: #B32323;
  font-weight: normal;
  padding-top: 25px;
  padding-left: 20px;
}

DIV.body {
  margin-left: 30px;
  margin-right: 70px;
  margin-bottom: 10px;
}

P {
  text-indent: 10px;
  line-height: 17px;
}

IMG {
  border: 0;
}

A {
  color: #B32222;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

A.footer {
  color: #FFFFFF
}