
@import url("style-black.css");

/* ========================================================================== */
/* Diferrence between normal and BS style                                     */
/* ========================================================================== */
body {
        background: #ffffff url(../images/main-background-grey-bordered.jpg) center top repeat-x;
        color: #4f4f4f;
}
.inner-body {
        background: #ffffff url(../images/main-background-inner-grey-bordered.jpg) center top repeat-x;
}
.white-bg, .white-bg-bordered {
  background: #ffffff url(../images/white-with-shadows.jpg) top center no-repeat;
}

.header {
        padding-bottom: 12px;
}
.header-inner {

}
.content-right {
        float:right !important;
        padding-left: 5px;
        padding-right:5px;
        width:690px !important;
        padding-top: 25px;
        padding-bottom: 20px;
}

.content-left {
        float:left !important;
        padding-right: 5px;
        padding-left:5px;
        width:690px !important;
        padding-top: 25px;
        padding-bottom: 20px;
}
.big-footer {
        background: #f8f6f4 url(../images/big-footer-bg-grey-bordered.jpg) top center repeat-x;
}
.small-footer {
        background: #5d574c url(../images/small-footer-bg-grey-bordered.jpg) top center repeat-x;
}