body {
    background-color: #888;
    margin: 0;
    padding: 0;
    text-align: center;
}

img { 
    border: none;
}

#truebody {
    background-color: #FFFFFF;
    width: 780px;
    margin: 10px auto;
    text-align: left;
}

#header {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 50px;
    height: 258px;
    background-image: url("header.jpg");
    background-position: center;
    background-repeat: no-repeat;
}

#header h1 {
    margin: 0;
}

#content {
    position: relative;
    top: 0;
    left: 0;
}

#content #col1 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 270px;
    height: 350px;
    background-color: #DDD;
    margin: 0px;
    padding: 0.5em 0 0 0;
}

#content #col2 {
    position: absolute;
    top: 0px;
    left: 270px;
    width: 240px;
    margin: 0px;
    padding: 0.5em 0 0 0;
}

#content #col3 {
    position: absolute;
    top: 0px;
    left: 510px;
    width: 270px;
    height: 350px;
    margin: 0px;
    padding: 0.5em 0 0 0;
    background-color: #DDD;
}

.col-content {
    padding: 0px 25px 0px 25px;
    margin: 0px;
    font-family: arial;
}

.col-content h2 {
    text-align: center;
    margin-top: 0;
}

#family-col ul {
    margin-left: 1.5em;
    padding-left: 1em;
    list-style-type: none;
    text-align: left;
}

#family-col li {
    margin-top: 0.25em;
}

#pic-col {
    text-align: center;
}

#pic-col p {
    margin-top: 0.25em;
}
