/* reset CSS (taken from blueprint and modified a bit) */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a,img,  dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
/*  end reset */

/* some general layout */
h1, h2, h3, h4, h5, h6, p {margin: 2px; padding: 1px;}

ul {list-style-position: inside;}

li {margin-left: 1em;}

h1,h2, header {
    margin-top: 1em;
    margin-bottom: 0.5em;
    background-color: #fdd99b;
}

header {
  width: 80%;
  margin: 0 10%;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
  border-bottom: 3px solid #816647;
}

html {
    background-color: #fff;
}


/* classes */
.SFcredits {
  float: left;
  margin-top: 5em;
  width: 10em;
}

.Content {
  background-color: #fff;
  width: 60%;
  margin: 0 20%;
  padding: 2%;
}

footer {
  width: 80%;
  margin: 0 10%;
  margin-top: 1em;
  text-align: center;
  border-top: 1px solid;
}