html {
  background: #d5d6d9 url(images/main-bg.gif) repeat-x top left;
}

div#hd {
  background: url(images/Banner.jpg) no-repeat center;
  height: 238px;
}

div#bd {
  background: #2b2b2c;
}

div#ft {
  background: #2b2b2c;
  color: #f4f4f4;
  text-align: center;
  line-height: 50px;
}

div.blue-down {
  background: url(images/blue-box.gif) no-repeat bottom left;
}

div.blue-up {
  background: url(images/blue-box-top.gif) no-repeat top left;
}

div.orange-down {
  background: url(images/orange-box.gif) no-repeat bottom left;
}

div.orange-up {
  background: url(images/orange-box-top.gif) no-repeat top left;
}

div.green-down {
  background: url(images/green-box.gif) no-repeat bottom left;
}

div.green-up {
  background: url(images/green-box-top.gif) no-repeat top left;
}

div.box {
  padding: 15px 100px 0 100px;
}

div.top {
  height: 35px;
  line-height: 0px;
}

div.top a {
  padding-left: 15px;
}

div.top img {
  padding-top: 10px;
}

div.content {
  padding: 0 20px 25px 20px;
}

h3.company {
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
} 

div.content ul {
  padding: 10px 30px;
  float: left;
}

div.clear {
  clear: both;
}

