body {
    background: #FFFFFF;
    font: 12px/20px Arial, Helvetica, sans-serif;
    margin: 0 auto;
    text-align: left;
    width: 688px;
}

a {
    text-decoration: none;
}
    a:hover {
        text-decoration: underline;
    }
    a:visited {
        color: blue;
    }

.right {
    text-align: right;
}

h1 {
    background: url(images/header.gif) no-repeat center center;
    font: normal 1px/1px Arial, Helvetica, sans-serif;
    height: 80px;
    margin: 20px;
    text-indent: -4000px;
}


.content .bottom {
    background: #ffffff none no-repeat center top;
    height: 10px;
    line-height: 10px;
}
.content .bg p {
    background: none;
    margin: 10px 0 0 0;
    padding: 0 22px 10px 32px;
}
.content .bg hr {
    border: none;
    clear: both;
    height: 0;
    visibility: hidden;
    width: 0;
}
.content .bg h2 {
    background: url(images/project-info.gif) no-repeat bottom left;
    height: 29px;
    margin: 0;
    padding: 32px 0 0;
    text-indent: -4000px;
    width: 122px;
}

.project {
    margin-bottom: 32px;
}
    .project .bg {
        padding: 10px;
    }
        .project .bg a.screenshot {
            float: left;
            height: 203px;
            width: 316px;
        }
        .project .bg a.screenshot.right {
            float: right;
        }
        .project .bg a.screenshot img {
            border: none;
        }
        .project .bg .description h2 {
            margin-bottom: 12px;
            padding: 22px 0 0;
        }
        .project .bg .description {
            float: left;
            width: 352px;
        }
        .project .bg .description>p {
            clear: right;
        }

#project {
    background: url(images/project-bg.gif) repeat-y center top;
}
    #project .bg {
        background: url(images/project-top.gif) no-repeat center top;
    }
        #project .bg .description h2 {
            background: url(images/project-info.gif) no-repeat bottom left;
        }
    #project .bottom {
        background-image: url(images/project-bottom.gif);
    }


#about {
    background: url(images/about-bg.gif) repeat-y center top;
    float: left;
    width: 328px;
}
    #about .bg {
        background: url(images/about-top.gif) no-repeat center top;
    }
        #about .bg h2 {
            background-image: url(images/about.gif);
        }
    #about .bottom {
        background-image: url(images/about-bottom.gif);
    }

#contact {
    background: url(images/contact-bg.gif) repeat-y center top;
    float: left;
    margin-left: 32px;
    width: 328px;
}
    #contact .bg {
        background: url(images/contact-top.gif) no-repeat center top;
    }
        #contact .bg h2 {
            background-image: url(images/contact.gif);
        }
            #contact .bg form label {
                display: block;
                font-weight: bold;
            }
            #contact .bg form label .input, #contact .bg form label .textarea {
                    background: none;
                    border: none;
                    color: #444444;
                    display: block;
                    font: 12px Arial, Helvetica, sans-serif;
                    margin: 0;
                    padding: 4px;
                    width: 250px;
            }
            #contact .bg form .input-bg {
                background: url(images/form-input.gif) no-repeat bottom left;
                height: 44px;
            }
                #contact .bg form label .input {
                    height: 16px;
                }
            #contact .bg form .textarea-bg {
                background: url(images/form-textarea.gif) no-repeat bottom left;
                height: 124px;
            }
                #contact .bg form label .textarea {
                    height: 94px;
                }
    #contact .bottom {
        background-image: url(images/contact-bottom.gif);
    }
