#logo{
    background-color: red;
    background: linear-gradient(#bbb, #999);
    padding: 30px 30px 20px 30px;
    border-bottom: 3px solid black;
}
#logo a{
    color:#333;
    text-decoration: none;
    font-weight: 300;
}
#wfp{
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
}
#msms{
    margin-top: 10px;
    color: white;
    font-size: 18px;
}
#navigation{
    background-color: white;
    line-height: 35px;
    padding-left: 30px;
}
#navigation a{
    color:#666;
    margin-right: 25px;
    font-weight: 400;
}
