.Sheet
{
    position: relative;
    padding: 70px 50px;
    width: 400px;
    margin: 50px auto 10px auto;
    border: 0px solid #7ac;
    background: #f0f0f0 url("/images/gird/blog.bg.png") no-repeat 0 bottom;
}
.Sheet .CutAway
{
    position: absolute;
    left: -85px;
    top: -20px;
    background: url("/images/gird/gird.cut-away.png") no-repeat 0 0;
    width: 240px;
    height: 156px;
}
.Sheet h2, .Sheet h3, .Sheet p, .Sheet blockquote
{
    font-size: 9pt;
    font-family: georgia, times;
    font-style: italic;
    line-height: 1.5em;
}

.Sheet h2, .Sheet h3 { text-align: center; text-shadow: #000 2px 2px;  text-align: right; }
.Sheet h2 { font-size: 14pt; color: #1961AC; padding-bottom: 20px; }
.Sheet h3 { font-size: 10pt; padding-bottom: 10px; }
.Sheet p { text-align: justify; }
