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;
}
hr {
    border: none;
    clear: both;
    height: 0;
    visibility: hidden;
    width: 0;
}

.content {
}
    .content .bottom {
        background: #ffffff none no-repeat center top;
        height: 10px;
        line-height: 10px;
    }
    .content p, .content h3 {
        background: none;
        clear: left;
        margin: 10px 0 0 0;
        padding: 0 22px 10px 32px;
    }
    .content h2 {
        background: url(images/label-tab.png) no-repeat bottom right;
        font: Helvetica;
        font-size: 10px;
        float: left;
        height: 29px;
        line-height: 30px;
        margin: 16px 0;
        padding: 0 16px 0 0;
        text-align: right;
        text-indent: 32px;
        text-transform: uppercase;
    }
    .content h2 a {
        color: #000000;
    }

.project {
    background: url(images/project-bg.gif) repeat-y center top;
    margin: 32px 0;
}
    .project .bg {
        background: url(images/project-top.gif) no-repeat center top;
    }
    .project .bottom {
        background-image: url(images/project-bottom.gif);
    }
        .project .bg a.screenshot {
            float: left;
            height: 203px;
            margin: 10px;
            width: 316px;
        }
        .project .bg a.screenshot.right {
            float: right;
        }
        .project .bg a.screenshot img {
            border: none;
        }
        .project .bg .description {
            float: left;
            width: 352px;
        }



#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 .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 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);
    }

#consulting .description {
    width: 700px;
}

