body {
  background-color: #eef;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

div#content {
  width: 780px;
  margin: auto;
}

h1 {
  color: #066;
  font-size: 32px;
  margin: 0;
}
h2 {
  color: #066;
  font-size: 18px;
  margin: 0;
}

table { margin: auto; }

.page_header, .page_footer {
  text-align: center;
  padding-bottom: 20px;
}

.content_header, .content_footer {
  text-align: right; 
  margin: 0;
  font-size: 10px;
}
.content_header a, .content_footer a {
  color: #f09;
  font-size: 12px;
  font-weight: bold;
}

.content_header {
  background-image: url('images/french_homes_rent.jpg');
  height: 35px;
  padding: 100px 50px 0 0;
}
.content_footer {
  background-image: url('images/french_homes_footer.jpg');
  height: 86px;
  padding: 40px 50px 0 0;
}

#yield {
  width: 714px;
  margin: auto;
  background-color: white;
  border: 2px solid #c98bb7;
  padding: 5px;
  text-align: justify;
  overflow: auto;
}

.quote {
  color: #8E395A;
  font-weight: bold;
  text-align: center;
}

.left_image {
  float: left;
  text-align: center;
  overflow: auto;
  padding: 20px 5px;
}
.left_image img {
  display: block;
}

.right_block {
  width: 200px;
  float: right;
  text-align: center;
  overflow: auto;
}

.right_image {
  padding: 20px 5px;
  clear: right;
  font-size: 10px;
  font-weight: bold;
}


.caption {
  text-align: center;
  font-size: 10px;
}

.filler {
  padding: 25px 5px 10px 5px;
}

#google_map {
  width: 600px;
  height: 500px;
  margin: auto;
}

.inline_image {
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
.inline_image img {
  display: block;
}
