#index_top_left {
    padding: 10px;
    border: 2px ridge skyblue;
    width: 380px;
    float: left;
}
#index_top_right {
    width: 520px;
    float: right;
    padding: 10px;
    font-size: 24px;
    text-align: center;
}
.index_top_right_header {
    font-size: 48px;
    font-weight: bold;
}
#business_card {
    margin: 30px;
}
#index_bio {
    clear: both;
    margin-top: 40px;
    text-align: justify;
}
#index_bio img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}