body {
    background-color: #525252;
    margin: 0px;
}
#ds-main {
    position: relative;
    width: 760px;
    margin: 0px auto 0px auto;
    padding: 0px 10px 0px 10px;
    background-color: #d4b05c;
}
#ds-posters-left {
    position: absolute;
    top: 150px;
    left: -60px;
}
#ds-posters-right {
    position: absolute;
    top: 150px;
    left: 760px;
}
#ds-header {
    height: 140px;
    background-image: url('../images/nav_bkg_default.jpg');
    background-repeat: no-repeat;
}
#ds-textfader {
    position: absolute;
    left: 270px;
    top: 8px;
}
#ds-logo {
    position: absolute;
    left: 20px;
    top: 6px;
}
#ds-nav {
    position: absolute;
    top: 100px;
    left: 25px;
    width: 750px;
    height: 28px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#ds-nav li {
    float: left;
    margin: 2px;
    text-align: center;
}
#ds-nav li a{
    display: block;
    font-size: 10pt;
    line-height: 20px;
    width: 96px;
    height: 20px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    background-color: #AAAAAA;
    border-right-color: #888888;
    border-bottom-color: #888888;
    border-left-color: #CCCCCC;
    border-top-color: #CCCCCC;
}
#ds-nav li.ds-nav-contact a {
    background-color: #733765;
    border-right-color: #3F1B36;
    border-bottom-color: #3F1B36;
    border-left-color: #984183;
    border-top-color: #984183;
}
#ds-nav li.ds-nav-contact a:hover {
    background-color: #834775;
    border-right-color: #4F2B46;
    border-bottom-color: #4F2B46;
    border-left-color: #A85193;
    border-top-color: #A85193;
}
#ds-nav li.ds-nav-news a {
    background-color: #5f3773;
    border-right-color: #302035;
    border-bottom-color: #302035;
    border-left-color: #9C56B4;
    border-top-color: #9C56B4;
}
#ds-nav li.ds-nav-news a:hover {
    background-color: #6f4783;
    border-right-color: #403045;
    border-bottom-color: #403045;
    border-left-color: #AC66C4;
    border-top-color: #AC66C4;
}
#ds-nav li.ds-nav-samples a {
    background-color: #283062;
    border-right-color: #23253D;
    border-bottom-color: #23253D;
    border-left-color: #4755AD;
    border-top-color: #4755AD;
}
#ds-nav li.ds-nav-samples a:hover {
    background-color: #384072;
    border-right-color: #33354D;
    border-bottom-color: #33354D;
    border-left-color: #5765BD;
    border-top-color: #5765BD;
}
#ds-nav li.ds-nav-studios a {
    background-color: #2C5A5E;
    border-right-color: #142E2C;
    border-bottom-color: #142E2C;
    border-left-color: #2D8C87;
    border-top-color: #2D8C87;
}
#ds-nav li.ds-nav-studios a:hover {
    background-color: #3C6A6E;
    border-right-color: #243E3C;
    border-bottom-color: #243E3C;
    border-left-color: #3D9C97;
    border-top-color: #3D9C97;
}
#ds-nav li.ds-nav-credits a {
    background-color: #2C5F2E;
    border-right-color: #152F15;
    border-bottom-color: #152F15;
    border-left-color: #348C2D;
    border-top-color: #348C2D;
}
#ds-nav li.ds-nav-credits a:hover {
    background-color: #3C6F3E;
    border-right-color: #253F25;
    border-bottom-color: #253F25;
    border-left-color: #449C3D;
    border-top-color: #449C3D;
}
#ds-nav li.ds-nav-services a {
    background-color: #B87028;
    border-right-color: #423115;
    border-bottom-color: #423115;
    border-left-color: #D59120;
    border-top-color: #D59120;
}
#ds-nav li.ds-nav-services a:hover {
    background-color: #C88038;
    border-right-color: #524125;
    border-bottom-color: #524125;
    border-left-color: #E5A130;
    border-top-color: #E5A130;
}
#ds-nav li.ds-nav-home a {
    background-color: #871D1D;
    border-right-color: #431616;
    border-bottom-color: #431616;
    border-left-color: #D82121;
    border-top-color: #D82121;
}
#ds-nav li.ds-nav-home a:hover {
    background-color: #972D2D;
    border-right-color: #532626;
    border-bottom-color: #532626;
    border-left-color: #E83131;
    border-top-color: #E83131;
}
#ds-body {
    position: relative;
    margin: 10px 0px 10px 0px;
}
#ds-body-bkg-1 {
    position: relative;
    background-color: #f4f2e5;
    background-image: url('../images/round_top.jpg');
    background-position: top left;
    background-repeat: no-repeat;
}
#ds-body-bkg-2 {
    position: relative;
    background-image: url('../images/round_bottom.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 1px;
}
#ds-body-content {
    margin: 30px;
}
#ds-body-content-bottom {
    clear: both;
    color: #7d6429;
}
#ds-footer {
    margin: 10px 0px 0px 0px;
}
#ds-footer-bkg-1 {
    position: relative;
    background-color: #e4e0c8;
    background-image: url('../images/round2_top.jpg');
    background-position: top left;
    background-repeat: no-repeat;
}
#ds-footer-bkg-2 {
    position: relative;
    padding: 1px;
}
#ds-footer-content {
    color: #a5a189;
    text-align: center;
    margin: 14px;
    font-size: 8pt;
}
