body {
    font-size: 13px;
}

h1 {
    font-size: 20px;
    margin: 5px 0px;
}

.print {
    display: block;
    visibility: visible;
}

#navigation,
#header,
#footer a,
#sidebar,
.caption,
.photo-gallery-link,
.brief .link,
#pagination,
.navigation,
.pdf-version,
.readMore,
#slideshow,
.small,
.box,
#rightbar,
.info,
#content h1
{
    display: none;
    visibility: hidden;
}

#content,
#header,
#footer {
    margin: 0px;
    padding: 0px;
    clear: both;
    float: none;
    width: 665px;
    border: 0px;
}

#container {
    width: 670px;
}

    #content {
        border: 0px;
    }

    #container h1.print {
        border-bottom: 1px solid black;
    }

    label {
        width: 220px;
        float: left;
        clear: both;
    }

    label.required {
        font-weight: bold;
    }

    .photo {
        float: left;
        margin: 0px 10px 10px 0px;
    }

    .thumb {
        width: 150px;
        float: left;
        text-align: center;
        margin-top: 10px;
        margin-right: 10px;
    }

        .thumb .photo {
            margin: 0px;
        }

        .container .name {
            clear: both;
            text-align: center;
        }

#footer {
    float: none;
    clear: both;
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid black;
}

    #footer table {
        width: 100%;
    }

        #footer td {
            width: 50%;
        }

        #footer td.left {
            text-align: left;
        }

        #footer td.right {
            text-align: right;
            vertical-align: middle;
        }

img, img a {
    border: 0px;
}

input {
    border: 0px;
}

label {
    margin: 0px;
    display: block;
}

input.button {
    display: none;
}

.center {
    text-align: center;
}