header(s) in content(s)


  div#content * {
      font-family: "Times New Roman", Times, serif;
  }
  div#content h3 + p, div#content h4 + p  {
      margin: 0 0 1.8em 0;
  }
  div#content h3 {
      margin-top: 1.8em;
      border-bottom: none;
      font-family: "Monotype Corsiva", cursive;
      text-decoration: underline;
      font-size: 2em;
  }
  

image(s) in content(s)


  div#content img + h3 {
      margin-top: 0;
  }
  

font(s) in content(s)


  h3 + p.menucaption {
      font-style: italic;
      text-align: center;
  }
  h4, h5 {
      font-size: 1.3em;
  }
  h3, h4, h5, h4 + p, h5 + p  {
      text-align: center;
  }
  h4 em, h5 em {
      margin-left: 0.9em;
      font-weight: lighter;
  }
  h5 + p {
      margin-top: 0;
  }
  h5 {
      font-weight: normal;
  }
  

padding(s) & background(s)


  p.copy {
      padding-top: 0;
  }
  div#content {
      background: lightyellow url('basic-css-07-Tr-It-Out-dinner-glass.jpg') no-repeat fixed center center;
  }
  

image(s)


  div#body img {
      float: right;
      height: auto;
  }
  img#dinnerplate {
      width: 9em;
  }
  img#dinner {
      width: 16em;
  }