

/* Colours for header to be set in three places */

#header {
  background-color: #ffffff;
  border-top:2px solid #000000;
}

#header_content {
  background-image:url(../images/header/prelude.png);
  background-position:top left;
  background-repeat:no-repeat;
}

#nav {
    background-color: #ffffff;
}

h1,h2 {
    width:100%;
    margin-top:.3em;
    margin-bottom:.4em;
    padding-top:.3em;
    padding-bottom:.4em;
    border-bottom:1px solid #006699;
    padding-bottom:4px;
}

h1 {
    font-size:x-large;
    color: #006699;
    line-spacing:160%;
    margin-top:.6em;
    margin-bottom:.6em;
}

h2 {
    font-size:large;
    color: #006699;
    line-spacing:140%;
}
