#wrapper {
  margin: 12px auto;
  padding: 0;
  background-color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  line-height: 18px;
  max-width: 750px;
  height: 1072px;
  color: #1D1D1B;
  position: relative;
  background: url(bg.jpg) no-repeat;
  font-weight: 400;
}
.logo {
  position: relative;
}
.logo a img {
  position: absolute;
  top: 20px;
  left: 19px;
  z-index: 200;
}
.left {
  font-family: "Times New Roman", Times, serif;
  float: left;
  width: 149px;
  line-height: 15px;
  margin: 189px 0 0 10px;
  font-style: italic;
}
.right {
  float: right;
  width: 541px;
  margin: 190px 22px 0 0;
  line-height: 13px;
}
.bottom {
  text-align: center;
  color: #fff;
  line-height: 15px;
  margin: 1px 0 0 0;
}
.bottom a {
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
  border: none;
}
img.banner {
  display: none;
}
.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
}
p {
  margin: 0 0 8px 0;
}
strong {
  font-weight: 700;
}
ul {
  margin: 0px 0px 10px 0px;
  padding: 0;
  list-style: none;
}
ul li {
  padding-left: 14px;
}
li:before {
  content: '\2022';
  color: #000;
  float: left;
  margin-left: 0;
  font-size: 12px;
  text-indent: -14px;
}
a {
  color: #000;
  text-decoration: none;
}
h1 {
  font-size: 22px;
  margin: 0 0 10px;
  line-height: 16px;
  font-weight: 700;
}

h1 small {
    font-size: 15px;
}
h3 {
  font-size: 12px;
  margin: 0px 0px 3px;
  line-height: 15px;
  font-weight: 700;
}

@media all and (max-width: 749px) {
  #wrapper {
    width: 100%;
    padding: 0;
    background: none;
    height: auto;
  }
  img.banner {
    display: block;
    margin-bottom: 10px;
  }
  .logo a img {
    position: static;
  }
  .left {
    float: none;
    width: auto;
    margin: 0;
    padding: 10px 0;
  }
  .right {
    width: auto;
    padding: 2%;
    margin: 0;
    background: #dcddde;
    float: none;
  }
  .bottom {
    background: #0068b3;
    padding: 2%;
    margin: 0;
  }
  h1 {
    line-height: 24px;
  }
  br {
    display: none;
  }
}
