﻿
#divFamily {
    margin-left: 50px;
    margin-bottom: 50px;
    width: 80%;
}

    #divFamily h1 {
        font-family: Impact;
        color: White;
    }

#tblFamily {
    width: 95%;
}

    #tblFamily p {
        color: White;
        width: 95%;
        font-family: Verdana;
        font-size: small;
    }

    #tblFamily .image {
        width: 350px;
    }

    #tblFamily .col1 {
        width: 60%;
    }

    #tblFamily .col2 {
    }

#tblLarry {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-family: Verdana;
    font-weight: bold;

}

    #tblLarry tr td {
        text-align: center;
        vertical-align: middle;
        height: 25px;
    }

.larry {
    width: 250px;
    height: 250px;
    background-image: url('../_images/LarryPress.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}
