#leftColumn {
    position: relative;
    float: left;
    display: block;
    top: 0;
    left: 0;
    width: 180px;
    height: 260px;
    margin-top: 60px;
    margin-right: 50px;
    padding-bottom: 70px;
    border-bottom: 1px solid black;
}

#content {
    float: left;
    display: block;
    width: 794px;
    height: 340px;
    margin-top: 50px;
    border-bottom: 1px solid black;
}