@import url(/includes/common.css);

div#contentWrapOuter {
    /* First Small border */
    border-color: #FFF;
}
div#contentWrap {
    /* Secont BIG border */
    border-color: #CF7A27;
    /* Third border */
    background: #FFF;
}
div#content {
    /* Fourth and final border */
    border-color: #2F9292;
    width: 650px;
}
h2 {
    padding: 50px 0;
    font-size:3em;
    font-family:Palatino Linotype, Book Antiqua;
    background: url(/images/bodeutsch.gif) 20px 50px no-repeat;
    text-indent: -99999px;
}
