@CHARSET "UTF-8";

#fastFactTop {
    width: 297px;
    background: url(/templates/public/wireframe/images/fastFact/fastFactTop.jpg) no-repeat;
}

#fastFactRepeat {
    margin-top: 18px;
    background: url(/templates/public/wireframe/images/fastFact/fastFactRepeat.jpg) repeat-y;
}

#fastFactBottom {
    width: 297px;
    height: 6px;
    background: url(/templates/public/wireframe/images/fastFact/fastFactBottom.jpg) no-repeat;
}

#fastFactContent {
    padding-top: 45px;
    padding-right: 10px;
    padding-left: 15px;
    color: #004B85;
    font-style: italic;
}

#fastFactImg {
    margin-left: 6px;
    margin-top: 8px;
    display: inline;
}