/* Global styles */
body {
  background-color: #F5F5F5;
  color: #40407A;
  font-family: Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* Header */
header {
  background-color: #80CBC4;
  background-image: url("lilyheader.jpg");
  background-repeat: no-repeat;
  background-position: right top;
}

/* Navigation */
nav {
  text-align: center;
  font-weight: bold;
  padding: 0.5rem 0;
}
nav a {
  text-decoration: none;
  color: #40407A;
  margin: 0 1rem;
}

/* Headings */
h1 {
  line-height: 400%;
  text-indent: 1em;
  margin: 0;
}

/* Main */
main { padding: 1rem; }

/* Door image on the home page */
main img[align="right"] {
  float: right;        
  width: 225px;        
  height: 300px;
  margin: 0 0 1rem 1rem;  
}

/* Clear floats so the footer never rides up next to the image */
footer { clear: both; }

/* Footer */
footer {
  background-color: #80CBC4;
  padding: 1rem 0;
  font-size: small;
  font-style: italic;
  text-align: center;
}

dt{
  font-weight: bold;
  color: #40407A;
  margin-top: .5rem;
}

/* Optional: nicer spacing for the descriptions */
dd{
  margin: 0 0 .75rem 1.25rem;
}