html, body { margin: 10px; padding: 10px; }
p { font: 1em Arial, Geneva, Helvetica, sans-serif; }
h1 { font: bold 2em "Times New Roman", Times, serif; }
h2 { font: bold 1.5em "Times New Roman", Times, serif; }

h3 { font: bold 1.2em Arial, Geneva, Helvetica, sans-serif; }
#header {
background: #FFFDE1;
  width: 100%;
  float: left;
}
#blurb
body {
  font-size: 16px;
}

.small {
  font-size: 12px; /* 75% of the baseline */
}

.large {
  font-size: 20px; /* 125% of the baseline */
} {
  width: 100%;
  float: left;
}
#nav {
  width: 20%;
  float: right;
}
#main {
  float: left;
  width: 70%;
}
#footer {
  width: 100%;
  float: left;
background: #FFFDE1;
} 