#page #menu {
    float: left; 
    width: 250px;
}
#page #content {
    float: right; 
    width: 740px;
}
#page #content ol {
    margin-left: 50px;
}
#page #content ol li {
    margin-bottom: 5px;
}
#contentCatalogChildren {
    margin:10px 10px 10px 45px;
    line-height: 18px;
}
#contentCatalogChildren a {
    color: Black;
    white-space: nowrap;
}
#contentCatalogChildren .documentCount {
    color: #CCC;
    font-size: 10px;
}