/* Home CSS Document */

#service_times{
  float: left;
  width: 240px;
}

#service_times .name{
  border-bottom: 1px dashed #CBB990;
  float: left;
  width: 240px;}

#service_times ul{
  float: left;
  padding: 0px;
  margin: 0px;
}

#service_times ul li{
  border-bottom: 1px dashed #CBB990;
  list-style: none;
  color: #685E37;
  padding: 15px 20px;
  width: 200px;
  display: block;
  font-size: 14px;
}

#features{
  background: url(../images/css/background_features.png) no-repeat;
  float: right;
  height: 340px;
  padding: 6px 7px 8px;
  width: 690px;
}

#spotlight{
  float: right;
  padding: 20px 2px;
  width: 700px;
}
