body {
    background: #a85c05 url(brown/body_bg.jpg) top left repeat-x;
}
#head {
    color: #fff;
}

#flags img {
    border-color: #fff;
}

#head a {
    color: #fff;
}

#main-content {
    background: #fff;
}


#menu li a {
    color: #3f1811;
}

#menu li a:hover {
    border-color: #3f1811;
}


#text h1 {
    color: #a85c05;

}

#text h2, #text h3, #text h4, #text h5, #text h6 {
    color: #3f1811;
}

#text {
    border-color: #888;
}

#text {
    color: #555;
}

#text a {
    color: #760000;
}

#footer {
    color: #888;
}

.extra-content .content {
    color: #555;
}

.extra-content form .submit {
    background: #a85c05;
    border-color: #ccc;
    color: #fff;
}

.blue {
    color: #006dac !important;
}

.red {
    color: #760000 !important;
}

.green {
    color: #317600 !important;
}