html{
  background-color: beige;
}

body{
  background-color: beige;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000;
  text-align: center;
}

.clear{
  clear: both;
}

#wrapper{
  margin: 0 auto;
  width: 960px;
}

#content{
  padding: 10px 0 0 0;
  text-align: left;
  float: left;
}

.store{
  float: left;
  width: 220px;
  padding: 4px;
  background-color: #fff;
}

.store img{
  /*border: 2px solid #54bebf;*/
}

.info{
  padding: 0 0 0 8px;
}

.title{
  font-weight: bold;
  font-size: 13px;
  padding: 8px 0 4px 0;
}

.address{
  height: 8em;
}

.opening_hours{
  height: 8em;
}

.opening_hours_title{
  font-weight: bold;
}

.services{
  height: 5em;
}

.images{
  float: left;
  padding: 14px 0 0 0;
  width: 138px;
}

.images img{
  margin: 8px 0 0 0;
}