/*
  Style Sheet - Learn Pages

  This stylesheet is used exclusively for the 'learn more' pages for buyers and sellers.
*/

body {
  background: #dfdfd9;
}

body,td {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

#section-header {
  height: 170;
  background: #EFEFDE;
  border: 0px solid #000;
}

#layout-learn {
  width: 800px;
  margin: 20px 20px 0px 20px;
  background: #ffffee;
  border: 5px solid #b40101;
}

#section-content {
  width: 600px;
  margin: 20px 0px 0px 0px;
  text-align: justify;
}

#section-thankyou {
    height: 400px;
    margin: 50px 0px 0px 0px;
}

.title {
  font-size: 1.5em;
  font-weight: bold;
}

.addr {
  font-size: 1em;
  font-weight: 200;
}
.phone {
  font-size: 1em;
  font-weight: 900;
}

.italics {
  font-style: italic;
}
