    body {
        margin: 0px;
        padding: 0px;
        background-image: url(../images/miriam_backgrnd.gif);
        background-repeat: repeat;
        scrollbar-face-color: #7FB4D9; 
        scrollbar-shadow-color: #0069B3; 
        scrollbar-highlight-color: #CFE2F0; 
        scrollbar-3dlight-color: #FFFFFF; 
        scrollbar-darkshadow-color: #FFFFFF; 
        scrollbar-track-color: #F4EAA2; 
        scrollbar-arrow-color: #FFFFFF;
    }
    .content_container {
        position: absolute;
        top: 10px;
        right: 280px;
        left: 10px;
        bottom: 40px;
        background-color: #ffffff; 
        border: 2px solid black; 
        margin-top: 15px;
        margin-left: 5px;
        max-height: 500px;
        overflow: auto;
        background-image: url(../images/content_bg.gif);
        padding: 0px;

    }
    .content {
        margin-left: 10px;
        margin-right: 10px;
        padding: 5px;
    }
    .menus {
        position: absolute;
        top: 10px;
        right: 0px;
        min-width: 204px;
        max-width: 30%;
      
      
    }
    .menu_item {
        background-color: #F2EEB6;
        border: 1px solid;
   
    }
    .m_i_mouseover {
        border: 1px solid;
        background-color: #A3C552;
    }
    .footer {
        position: absolute;
        margin-left: 10px;
        margin-right: 10px;
        width: 100%;
        top: 560px;
        font: italic 900 12px arial;
        text-align: center;
    }
    .mal {
        position: absolute;
        top: 12px;
        bottom: 50px;
        right: 206px;
        min-width: 45px;
        max-width: 45px;
    }