body {
    background-color: #000000;
    margin: 0px;
}
#ds-main {
    margin-left: auto;
    margin-right: auto;
    width: 835px;
}
#ds-body {
    background-color: #FFFFFF;
    background-position: center top;
}
#ds-body-bg-1 {
    background-repeat: repeat-y;
    background-position: top right;
}
#ds-body-bg-2 {
    background-repeat: repeat-y;
    background-position: top left;
}
#ds-body-left {
    position: relative;
    width: 145px;
    float: left;
}
#ds-body-right {
    width: 145px;
    float: right;
}
#ds-body-center {
    margin-left: 155px;
    margin-right: 155px;
    background-repeat: repeat-y;
    background-position: top left;
    padding: 1px;
}
#ds-body-center-content {
    margin: 20px 30px 20px 30px;
    width: 460px;
    min-height: 500px;
    background-color: #FF000
}
#ds-body-bottom {
    clear: both;
}
#ds-footer-content {
    margin: 20px;
    color: #B89C76;
    text-align: center;
    font-size: 8pt;
}
ul.ds-nav {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
ul.ds-nav li {
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-family: Arial Black;
    font-size: 8pt;
}
ul.ds-nav li a {
    margin: 15px 0px 15px 0px;
    padding: 0px 30px 0px 0px;
    display: block;
    width: 140px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    text-decoration: none;
    color: #000000;
    background-image: url('../images/nav.png');
    background-position: 0px 0px;
}
ul.ds-nav li a:hover {
    color: #F37321;
    background-position: 0px -30px;
}
ul.ds-nav li.ds-nav-active a {
    color: #F37321;
    background-position: 0px -30px;
}
ul.ds-nav li.ds-nav-active a:hover {
    color: #F37321;
    background-position: 0px -30px;
}





.ds-hr {
    background-image: url('../images/hr.png');
    width: 100%;
    height: 17px;
}
.ds-hr hr {
    visibility: hidden;
    margin: 0px;
}





ul.ds-nav-right {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
ul.ds-nav-right li {
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-family: Arial Black;
    font-size: 8pt;
}
ul.ds-nav-right li a {
    margin: 15px 0px 15px 0px;
    padding: 0px 30px 0px 0px;
    display: block;
    width: 135px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    text-decoration: none;
    color: #000000;
    background-image: url('../images/nav2.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
ul.ds-nav-right li a:hover {
    color: #F37321;
    background-position: 0px -30px;
}
ul.ds-nav-right li.ds-nav-right-active a {
    color: #F37321;
    background-position: 0px -30px;
}
ul.ds-nav-right li.ds-nav-right-active a:hover {
    color: #F37321;
    background-position: 0px -30px;
}







@media print {
    #ds-main {
        width: auto;
    }
    #ds-body-bg-1 {
        background-image: none;
    }
    #ds-body-right {
        display: none;
    }
    #ds-body-left {
        display: none;
    }
    #ds-body-center {
        margin-left: 0px;
        margin-right: 0px;
    }
    #ds-body-center-content {
        margin-left: 0px;
        margin-right: 0px;
        width: auto;
    }
}
