* {
    margin: 0;
    padding: 0;
}

body {
    background: transparent url(../img/background.png) repeat scroll top left;
}

#border_top {
    background: transparent url(../img/shadow_t.png) no-repeat scroll bottom left;
    height: 14px;
}

#border {
    background: transparent url(../img/shadow.png) repeat-y scroll top left;
}

#border_bottom {
    background: transparent url(../img/shadow_b.png) no-repeat scroll top left;
    height: 5px;
}

#border_top, #border, #border_bottom {
    width: 820px;
}

#container, #footer {
    width: 800px;
}

#border_top, #border, #border_bottom, #container, #footer {
    margin: 0 auto;
}

#container {
    border: 5px solid #4b110f;
    background-color: #fff;
}

#footer {
    padding: 0 0 14px 0;
}

#footer p, #footer a {
    font-size: 10px;
}

#banner {
    padding: 14px 0 14px 21px;
}

#banner img {
    float: left;
    margin-bottom: 14px;
}

#content {
    padding: 27px 40px 21px 31px;
}

.left {
    float: left;
    width: 566px;
}

.right {
    margin-left: 566px;
    width: 234px;
    line-height: 23px;
}

#contact {
    background-color: #0f2c4b;
    padding: 19px;
    height: 540px;
}

#other {
    background-color: #e9e8e2;
    padding: 30px 19px 30px 19px;
}

#other img {
    margin-bottom: 10px;
}

p, a {
    color: #000;
    font-family: Georgia, serif;
    font-size: 12px;
}

#content {
    line-height: 22px;
}

span.lead {
    color: #0f2c4b;
    letter-spacing: 2px;
}

#contact p, #contact a {
    color: #fff;
}

#contact p {
    padding: 10px 0;
}

#contact p + p {
    border-top: 1px solid #fff;
}

#contact span.title {
    color: #e7e3c1;
}

#other p, #other a {
    color: #4b110f;
}

* html div.right {
  position: absolute;
  left: 169px;
}

* html #other {
  position: absolute;
  top: 455px;
  width: 196px;
}

* html div#border_top {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/shadow_t.png', sizingMethod='crop');
  height: 5px;
  font-size: 0px;
  margin-top: 11px;
}

* html div#border {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/shadow.png', sizingMethod='scale');
}

* html div#border_bottom {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/shadow_b.png', sizingMethod='crop');
  font-size: 0px;
}
* html div#contact span {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/contact.png', sizingMethod='crop');
  width: 189px;
  height: 43px;
  display: block;
}
* html div#contact span img {
  display: none;
}

