@charset "utf-8";
body {
    background-color: #FFFFFF;
    margin-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #5b654e;
}
#menu   {
    width: 215px;
    background-image: url(../images/menu_bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    margin-left: 60px;
    margin-top: 200px;
}
#menu  a   {
    color: #5b654e;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
    line-height: 25px;
}
#content   {
    margin-right: 60px;
    width: 490px;
    margin-top: 10px;
    margin-left: 10px;
}
#events   {
    width: 215px;
    margin-left: 60px;
}
#events  a   {
    color: #5b654e;
    text-decoration: none;
}
#events  li   {
    height: 25px;
}
a   {
    color: #5b654e;
    font-weight: bold;
}
#stories  h2 a   {
    color: #5b654e;
    text-decoration: none;
}
#header     {
    text-align: right;
    margin-right: 60px;
    width: 500px;
    color: #FFFFFF;
    font-size: small;
    margin-top: 10px;
}
#header   a     {
    color: #FFFFFF;
    text-decoration: none;
}
#footer   {
    width: 851px;
    background-color: #FFFFFF;
    background-image: url(../images/bottom.png);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
}
