body {
    margin: 25px;
    background-image: url('../images/bkg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #D7EEE9;
}

/* the main design box */
#ds-box {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}

/* the header */
#ds-header {
    border: 1px solid #000000;
}

/* the header message */
#ds-msg {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 8pt;
    line-height: 16px;
    letter-spacing: 4px;
    font-weight: bold;
    text-transform: uppercase;
}

/* the body */
#ds-body {
    background-color: #FFFFFF;
    border: 1px solid #000000;
}
#ds-body-nav {
    float: left;
    margin-top: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
}
#ds-body-content {
    position: relative;
    margin-top: 20px;
    margin-left: 240px;
    margin-right: 20px;
    margin-bottom: 20px;
}
#ds-body-footer {
    clear: both;
}

/* the footer */
#ds-footer {
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* the footer */
#ds-copyright {
    text-align: center;
    color: #69867E;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 8pt;
}

/* the navigation with buttons */
ul.ds-xnav {
    margin: 20px 0px 20px 0px;
    padding: 0px;
    list-style: none;
}
ul.ds-xnav li {
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    width: 200px;
    height: 30px;
    background-image: url('../images/btn_2.gif');
    background-repeat: no-repeat;
    line-height: 30px;
    text-align: right;
}
ul.ds-xnav li a {
    display: block;
    width: 190px;
    padding-right: 10px;
}
ul.ds-xnav li:hover {
    background-position: 0px -30px;
}
ul.ds-xnav li.ds-xnav-active {
    background-position: 0px -60px;
}

/* the frame */
.ds-frame {
    width: 200px;
    margin: 20px 0px 20px 0px;
    background-image: url('../images/frm_2_body.gif');
}
.ds-frame-header {
    height: 30px;
    line-height: 30px;
    text-align: left;
    background-image: url('../images/frm_2_head.gif');
    background-repeat: no-repeat;
    padding-left: 10px;
}
.ds-frame-body {
    background-image: url('../images/frm_2_foot.gif');
    padding: 2px 10px 2px 30px;
    background-repeat: no-repeat;
    background-position: bottom left;
}

/* a red large font */
.ds-elink {
    font-weight: bold;
    text-transform: uppercase;
    color: #CB5056;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 8pt;
}

/* the print alterations */
@media print {
    body {
        margin: 0px;
    }
    #ds-box {
        width: 100%;
    }
}


