Body {
  font-family: "arial", sans-serif;
  font-size: 11px;
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}


hr {
  clear: both;
}



.Header {
  height: 100px;
  width: 100%;
  background-image: url(./images/header_background.gif);
  background-repeat: repeat-x;
  background-position: left;
  text-align: center;
  vertical-align: middle;
}

.Google {
  float: left;
  clear: both;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.ad {
  text-align: center;
}

.left {
  float: left;
  width: 250px;
  height: 700px;
}

.left img {
  vertical-align: middle;
}

.left a {
  font-size: 18px;
  font-weight: bold;
  padding-left: 0px;
}

.left_pic {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.centre_pic {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


.float_right {
    float: right;
}

.left img {
  margin-bottom: 20px;
  margin-right: 5px;
}


.right {
  width: auto;
  padding-left: 20px;
  padding-top: 20px;
  height: auto;
}

.right img {
  margin-right: 10px;
}

.clear_float_right {
  float: right;
  clear: right;
}







