.wrap1, .wrap2, .wrap3 {
        display:inline-table;
}
.wrap3 img {
        display:block;
        border:1px solid #ccc;
        border-color:#efefef #ccc #ccc #efefef;
}

.wrap1 {
        float:left;
        background:url(/images/shadow.gif) right bottom no-repeat;
}
.wrap2 {
        background:url(/images/shadow_bl.gif) -12px 100% no-repeat;
}
.wrap3 {
        padding:0 9px 9px 0;
        background:url(/images/shadow_tr.gif) 100% -12px no-repeat;
}
.pullquote {
	line-height: 125%;
        display:block;
        border:1px outset #000;
        background: #ffffff;
        max-width: 200px;
        width:expression(200 + "px");
        padding: 4px;
        padding-top: 2px;

        font-weight: bold;
        font-size: 20px;
}


