body {
    background: url("images/body_bg.png") repeat-x scroll 0 -46px #FFFFFF;
    color: #333;
    font-family: Arial,Helvetica,Verdana;
    font-size: 12px;
    line-height: 20px;
}
a {
    color: #326693;
    text-decoration: none;
}
a:hover {
color: #000;
    text-decoration: none;
}
.logo {
    display: block;
    float: left;
    height: 60px;
    margin: 15px 0 0 15px;
    width: 220px;
}
.logo a {
    background: url("images/logo.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 60px;
    text-indent: -999px;
    width: 251px;
}