
body {
            background-color: #b5a789;
            margin: 0px;
            font-size: small;
            font-family: Georgia, "Times New Roman";
}
#header {
    background-color: #675c47;
    margin: 10px;
    height: 108px;
}
#main  {
    background: #efe5d0;
    font-size: 105%;
    padding: 15px;
    margin: 0px 10px 10px 10px;
}
#sidebar  {
    background: #efe5d0;
    font-size: 105%;
    padding: 15px;
    margin: 0px 10px 10px 10px;
    background-color: #efe5d0;
    color: #efe5d0;
    text-align: center;
    

}
#footer  {
    text-align: center;
    padding: 15px;
    margin: 10px;
    font-size: 90%;
    background-color: #675c47;
}
.slogan  {color: #954b4b;}
.beanheading  {
    text-align: center;
    line-height: 1.8em;
}
a.current {
    background-color: #323232;
    color: #b6ebe3;
    border-top: 2px solid #b6ebe3;
}
a.cru{
    background-color: #954b4b;
    color: #0ff;
    border-top: 2px solid #b6ebe3;
}



em.color{
    text-decoration: underline;
    color: #808080;
    text-shadow: none;
}
b{
    text-decoration: underline;
    color: #4cff00;
    background-color: rgba(255, 0, 0, 0.57);
}