#sidebar {
    width: 200px;
}

#sidebar ul.nav {
    border-bottom: none;
}

#sidebar ul.nav li {
    height: 40px;
    width: 100%;
    line-height: 40px;
    border: 1px solid #f5f5f5;
    margin-top: -1px;
}

#sidebar ul li a {
    display: block;
    color: #222;
    line-height: 40px;
    padding: 0 20px;
    margin-right: 0px;
    border-radius: 0px;
    border: none;
}

#content {
    width: 860px;
    margin-right: 80px;
}

#content p {
    font-size: 16px;
    line-height: 36px;
}