* {
  margin: 0;
  padding: 0;
}
html, body {
  background-color: #999;
  font-family: Tahoma;
  font-size: 0.9em;
}
a img {
  border: none;
}



h2 {
  color: #02521D;
  font-weight: normal;
  font-size: 1.3em;
}



#main {
  width: 785px;
  margin: 10px auto;
  background-color: #fff;
}



#main #header {
  position: relative;
  height: 150px;
  background: #fff url(../images/logo.jpg) no-repeat 5px 5px;
  font-size: 0.9em;
}
#main #header a#quick-response-times {
  position: absolute;
  right: 5px;
  top: 5px;
}
#main #header ul {
  position: absolute;
  bottom: 0;
  list-style: none;
}
#main #header ul li {
  float: left;
  margin-left: 5px;
}
#main #header ul li a {
  display: block;
  width: 125px;
  height: 17px;
  padding-top: 1px;
  background-color: #528057;
  color: #fff;
  text-align: center;
  text-decoration: none;
}                  
#main #header ul li a:hover {
  background-color: #50B849;
}


#main #content {
  width: 535px;
  padding: 25px;
}



#main ul#promos {
  float: right;
  width: 200px;
  list-style: none;
  margin: 30px 0px;
}
#main ul#promos li {
  padding: 20px 5px 0px;
}



#main #footer {
  width: 780px;
  height: 139px;
  clear: both;
  background: transparent url(../images/backgrounds/footer.jpg) no-repeat 5px 0px;
}
