div#content {
    text:align: center;
    width: 70%;
    float: right;
}
* { box-sizing: border-box }

div.photo{ display: inline-block;
    width: calc(100% / 3;
}

div#nav {
    width: 30%;
    float: left;
}
 div#wrapper {
     overflow: auto;
 }
