body {
    background-color    :   #f1f1ed;
    background-image    :   url('../images/bg/grey_3.gif');
    color               :   #ffffff;
}

a {
    color               :   #000000;
}

a:visited {
    /*
    color               :   #c98fac;
    */
}

a:hover {
    color               :   #555555;
}

div#content h1 {
    color               :   #000000;
}

div#content h2, div#content h3 {
    color               :   #000000;
}

div.searchbox {
    background-color    :   #c4c3af;
    padding             :   10px;
    margin-bottom       :   20px;
}

div.searchbox form {
    margin              :   0px;
    width               :   280px;
}

div.searchbox input#keywords {
    width               :   205px;
    font-family         :   trebuchet ms, helvetica, arial;
    font-size           :   11px;
    padding-left        :   5px;
    float               :   left;
    border              :   1px solid #9b9a7b;
}

div.searchbox input#submit2 {
    float               :   right;
    margin-top          :   1px;
}

div.searchresult {
    width               :   400px;
    margin-bottom       :   20px;
}

div.searchresult a {
    font-weight         :   bold;
    color               :   #5d5c2e;
}

div.searchresult a:hover {
    text-decoration     :   underline;
    color               :   #000000;
}
