body {
    background-color: #ffffff;
    margin: 0px;
}

/* the design container */
#ds-main {
    position: relative;
    width: 900px;
    margin: 0px auto 0px auto;
}

/* the page body */
#ds-body {
    border-spacing: 10px;
    width: 100%;
}

/* the design header */
#ds-header {
    padding: 0px;
}

/* the navigation bar */
#ds-navbar {
    height: 30px;
    padding: 0px;
    background-image: url("../images/navbarbg.png"/*tpa=http://www.everkerr.com/lib/design/images/navbarbg.png*/);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #022E6B;
}
#ds-navbar-content {
    color: #FFFFFF;
}
#ds-navbar a {
    color: #FFFFFF;
    text-decoration: none;
}
#ds-navbar a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
#ds-navbar ul#ds-prinav {
    position: relative;
    height: 30px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#ds-navbar ul#ds-prinav li {
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 2pt;
}
#ds-navbar ul#ds-prinav li a {
    color: #FFFFFF;
}
#ds-navbar ul#ds-prinav li a:hover {
    color: #DDC084;
}
#ds-navbar ul#ds-prinav li#ds-prinav-home {
    position: absolute;
    width: 210px;
    height: 30px;
    left: 0px;
    top: 0px;
    text-align: right;
}
#ds-navbar ul#ds-prinav li#ds-prinav-home a:hover {
    color: #DDC084;
}
#ds-navbar ul#ds-prinav li#ds-prinav-about {
    position: absolute;
    width: 200px;
    height: 30px;
    left: 270px;
    top: 0px;
}


#ds-navbar ul#ds-prinav li#ds-prinav-contact {
    position: absolute;
    width: 250px;
    height: 30px;
    left: 370px;
    top: 0px;
    text-align: right;
}

#ds-navbar ul#ds-prinav li#ds-prinav-news {
    position: absolute;
    width: 200px;
    height: 30px;
    left: 620px;
    top: 0px;
    text-align: Right;
    background-color: #022E6B;
}

/* the left side of the body */
#ds-left {
    background-color: #022E6B;
    width: 180px;
    padding: 5px 5px 180px 5px;
    vertical-align: top;
    background-image: url("../images/blocks.jpg"/*tpa=http://www.everkerr.com/lib/design/images/blocks.jpg*/);
    background-position: bottom center;
    background-repeat: no-repeat;
}
#ds-left-content {
    margin: 10px;
    color: #FFFFFF;
    font-size: 9pt;
}
#ds-left-content a {
    color: #FFFFFF;
    text-decoration: none;
}
#ds-left-content a:hover {
    color: #DDC084;
}
#ds-left ul#ds-secnav {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#ds-left ul#ds-secnav li {
    margin: 10px 0px 10px 0px;
    padding: 0px;
    text-align: right;
}

/* the right side of the body */
#ds-right {
    width: 650px;
    background-color: #FFFFFF;
    padding: 1px;
    vertical-align: top;
}
#ds-right-content {
    margin: 20px;
}

/* the footer */
#ds-footer {
    padding: 0px;
}
#ds-footer-content {
    font-size: 8pt;
    color: #000000;
}

/* the tombstone */
#ds-mafader {
    position: absolute;
    left: 460px;
    top: 10px;
}
#ds-mafader-message {
    position: absolute;
    top: 20px;
    left: 5px;
    width: 200px;
    height: 120px;
    text-align: center;
}
#ds-mafader-message .ds-mafader-company-a {
    font-weight: bold;
    font-size: 9pt;
    line-height: 10pt;
}
#ds-mafader-message .ds-mafader-action {
    font-style: italic;
    font-size: 10pt;
    line-height: 10pt;
    margin-top: 2px;
    margin-bottom: 2px;
}
#ds-mafader-message .ds-mafader-company-b {
    font-weight: bold;
    font-size: 9pt;
    line-height: 10pt;
}
#ds-mafader-message .ds-mafader-market {
    position: absolute;
    text-align: center;
    left: 10px;
    top: 90px;
    width: 210px;
    height: 20px;
    font-size: 7pt;
    line-height: 7pt;
}





/* print changes */
@media print {

    #ds-main {
        width: auto;
    }

    #ds-body {
        border-spacing: 0px;
    }

    #ds-navbar {
        display: none;
    }

    #ds-left {
        display: none;
    }

    #ds-right {
        width: auto;
        padding: 0px;
    }
    #ds-right-content {
        margin: 0px;
    }

}

