h2 {
    text-align: center;
}
.infofield {
    display: block;
    width: 50%;
    float: left;
}
.rightside {
    display: block;
    text-align: right;
    float: right;
}
.picturebox, .biobox {
    margin-top: 10px;
}
.biobox {
    min-height: 300px;
    height: auto !important;
    height: 300px;
    clear: both;
}
.picturebox {
    text-align: center;
    float: left;
    clear: left;
    margin-right: 10px;
    background: #cbcbcb;
    padding: 5px;
}