

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

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

#header_content {
  background-image:url(../images/header/ccassociates_header.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 #e6007e;
}

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

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

a:link, a:active, a:visited {
    color:#000000;
    text-decoration:none;
    border:0;
}

a:hover {
    color:#e6007e;
    text-decoration:underline;
}
