body {
    background-color    :   #fbf6e5;
    background-image    :   url('../images/bg/yellow_3.gif');
}

a {
    color               :   #a57f00;
}

a:visited {
    /*
    color               :   #c98fac;
    */
}

a:hover {
    color               :   #000000;
}

div#content h1 {
    color               :   #a57f00;
}

div#content div.breadcrumb {
    color               :   #a57f00;
    text-transform      :   lowercase;
}

span.notactive {
    color               :   #c7a739;
}

div.note {
    background-color    :   #f5e9bf;
    padding             :   10px;
    margin-bottom       :   15px;
}

table.form {
    background-color    :   #f5e9bf;
    border              :   5px solid #f5e9bf;
}

