html body {
    background: url(../images/backgrounds/blue/home.png) 50% 0% no-repeat;
    background-color: #17547f;
}

#widget {
    border-color: #103E5E;
}

.subnav a:hover,
#nav li a:hover,
#nav li.active a {
    color: #17547f;
}

#header a,
#header strong {
    color: #17547f;
}

#copyrighter {
    background: url(../images/backgrounds/blue/footer-bottom.png) 0 0 no-repeat;
}

#footer {
    background: url(../images/backgrounds/blue/footer-middle.png) repeat-y;
}

#footer-wrapper {
    background: url(../images/backgrounds/blue/tree-right.png) top right no-repeat;
}

#footer-wrapper2 {
    background: url(../images/backgrounds/blue/tree-left.png) top left no-repeat;
}
#footer-spliter {
    background: url(../images/backgrounds/blue/footer-top.png) no-repeat;
}

#widget #find-out-more {
    background: url(../images/backgrounds/blue/find-out-more.jpg);
}

#hider {
    background: url(../images/backgrounds/blue/hider.png) 50% 0 no-repeat;
}

#content-wrapper {
    background: url(../images/backgrounds/blue/background.png) #EEE;
}

#header-wrapper {
  background: url(../images/backgrounds/blue/header-background.png) repeat-x;
}

.reply-profile p span,
div.comment p span {
    color: #0c334e;
}

.stumpy h2 {
  color: #0c334e;
}

.link a,
.rte h2 {
    color: #0c334e;
}

.rte h3 {
    color: #0c334e;
}

.biog-links a:hover {
    color: #17547f;
}

.biog-links a.selected,
.biog-links a.selected:hover {
    background: #17547f;
    color: #FFF;
}