section#body div.work {
    background: none;
    padding: 10px;
    margin-top: 20px;
    overflow: hidden;
    clear: both;
}

    section#body div.work .image {
        float: left;
        margin-right: 10px;
        border-radius: 10px;
        -moz-border-radius: 10px;
    }

    section#body div.work h1 {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        text-decoration: underline;
    }

    section#body div.work small {
        font-size: 10px;
        line-height: 2em;
        color: #999;
    }

    section#body div.work .info {
        margin-top: 10px;
        line-height: 2em;
    }

        section#body div.work .info p {
            line-height: 1.3em;
            text-indent: 30px;
            padding-top: 10px;
        }

        section#body div.work .info h1 {
            text-decoration: none;
            font-size: 16px;
            font-weight: bold;
        }

        section#body div.work .info h2 {
            text-decoration: none;
            font-size: 15px;
            font-weight: bold;
        }
        section#body div.work .info h2 {
            text-decoration: none;
            font-size: 14px;
            font-weight: bold;
        }

        section#body div.work .info img {
            margin: 0 auto;
            max-width: 80%;
            max-height: 800px;
        }
