

nav#sidebar {
    z-index: 999;
    min-width: 295px;
    max-width: 295px;
    background: #1c4e80 url(../images/nav-bg.png) repeat-y;
    color: #fff;
    position: fixed;
    height: 100%;
    top: 74px;
}

#content {
    width: calc(100% - 295px);
    position: relative;
    left: 295px;
    top: 48px;
}
