div.quotation_wrapper {
    border: 1px solid #ccc;
    margin: 70px 0 1ex 0;
    padding: 1ex;
}
div.quotation_content {
    font: 110% "Alegrey Sans", sans-serif;
    margin: 0;
    padding: 0 50px;
    color: #444;
    background: url(images/quot_right.png) bottom right no-repeat;
    margin-bottom: 20px;
    font-weight: normal;
    font-style: italic;
}
div.gf {
    display: block;
    width: 45px;
    height: 40px;
    margin: 5px;
}
div.gf.left {
    background-image: url(images/quot_left.png);
    float: left;
}
div.quotation_author {
    color: #009574;
    text-align: right;
    margin-right: 40px;
    font-weight: normal;
}
div.quotation_wrapper #quot_image {
    border: 1px solid #ccc;
    padding: 5px;
    margin-right: 15px;
    float: left;
}