#content {
  clear: both;
  }
#content .blue_header {
  clear: both;
  overflow: auto;
  background: transparent url('/img/content/bg_blue_header.jpg') bottom left repeat-x;
  height: 32px;
  margin: 0px 0px 10px 0px;
  }
#content .blue_header h2 {
  padding: 0px 15px;
  line-height: 32px;
  margin: 0px;
  color: #fff;
  background: #003468 url('/img/content/bg_blue_header_h2.jpg') top left no-repeat;
  float: left;
  }
#content .red_header {
  clear: both;
  overflow: auto;
  background: transparent url('/img/content/bg_red_header.jpg') bottom left repeat-x;
  height: 32px;
  margin: 0px 0px 10px 0px;
  }
#content .red_header h2 {
  padding: 0px 15px;
  line-height: 32px;
  margin: 0px;
  color: #fff;
  background: #9b0005 url('/img/content/bg_red_header_h2.jpg') top left no-repeat;
  float: left;
  }
#content #gmap{
  float: left;
  width: 500px;
  height: 500px;
  }
#content #shops_list_bar {
  float: right;
  width: 200px;
  }

