body { 
    background-color:#e2e1de; 
    font-family:Verdana, Arial, sans-serif;
    font-size:16px;
}
ol {margin-top:0px;}
#content {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    background-color:#f9f9f9;
    padding:30px;
    line-height:24px;
}
#header { 
    height:60px;
    margin-top:20px;
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}
.menu {
    width:400px;
    float:right;
    clear:right;
    line-height:70px;
}
.menu a {
    color: #225F97;
    text-decoration:none;
    margin-right:20px;
}
.menu a.selected {
    color: #ea4142;
    font-weight:bold;
}