#header {
    background-color: #9a022b!important;
}

#navbar {
    border-bottom: 5px solid #9a022b!important;
}

#main h2, 
#content h3,
a:link,
a:visited,
a,
#rightSidebar div.block span.blockTitle {
    color: #9a022b!important;
}

#content {
    border-top: 5px solid #9a022b!important;
}

#rightSidebar div.block {
    border-top: 5px solid #9a022b!important;
    border-bottom: 1px solid #9a022b!important;
}

a:hover{
    background-color: #9a022b!important;
    color: #fff!important;
}