body {

  background: #FFE;
  color: #333;
 
  font-family: Cambria, Helvetica, Arial, sans-serif;
  font-size: 15px; 
  line-height: 1.5;
  
}
a {
  color: #310;
}
abbr {
  border-bottom: none;
}

h1, h2 {
  margin: 0;
}

h2 {
  border-bottom: 3px solid #EED;
  text-align: center;
}

ol, ul {
  margin: 20px 0;
  padding: 0;
}


.ampersand {
  font-family: "Baskerville", "Palatino", "Book Antiqua", serif; 
  font-style: italic; 
  font-size: 115%; 
  font-weight: normal;
}




#container {
  width: 600px;
  margin: 20px auto;
  text-align: left;
}

#header {
  text-align: center;
}
#header h1 {
  font-size: 40px;
  line-height: 0.8;
}

#reasons,
#contact {
  float: left;
  width: 280px;
  margin-right: 40px;
  font-size: 0.85em;
}
#contact {
  margin-right: 0;
}
#footer {
  font-size: 0.85em;
  clear: both;
  padding: 30px 0;
  text-align: center;
}
