

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

#header {
  background-color: #ffffff;
  background-image:url(../images/header/pp_header.jpg);
  background-position:top center;
  background-repeat:repeat-x;
  padding-top:12px;
}

#header_content {

}



#nav {
    background-color: #ffffff;
}

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

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

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