html {
       margin : 0px;
       padding : 0px;
}

body {
       margin : 0px;
       padding : 0px;
       font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
       background : #888;
       color : #000;
}

img {
      border : 0;
}

#frame {
         position: absolute;
         top: 10px;
         bottom: 10px;
         left: 120px;
         right: 10px;
         line-height: 30px;
         font-size: 14px;
}

/* menuzone */

#menuzone {
            position: absolute;
            z-index: 10;
            left: -110px;
            bottom: 10px;
            top: 0px;
            height: 100%;
            width: 100px;
            text-align: center;
            border: 1px solid #000;
            background: #fff;
            }

.menup {
         margin: 0px;
}

a.menuitem {
             color: #111;
             font-size: 13px;
             font-weight: bold;
             margin: 20px 0px 0px 0px;
             text-decoration: none;
             text-shadow: black 3px 3px, yellow -3px -3px;
             letter-spacing: 2px;
             cursor: default;
             moz-user-focus: none;
             }

a.menuitem:hover {
                   border-bottom-width: 2px;
                   border-bottom-style: outset;
                   border-bottom-color: #000;
                   cursor: pointer;
}

/* slidezone */

#slidezone {
             position: relative;
             z-index: 10;
             height: 100%;
             width: 100%;
             border: 1px solid #fff;
             background: #c6c6c6;
}

.slide {
         position: absolute;
         top: 10px;
         left: 10px;
         bottom: 10px;
         right: 10px;
         z-index: 20;
         visibility: hidden;
}

h1 {
     text-transform : uppercase;
     letter-spacing : 3pt;
     font-weight : bold;
     color: #000;
     font-size: 18px;
     margin : 0px 0px 15px 0px;
     padding : 0px;
     }

h2 {
     text-transform : uppercase;
     letter-spacing : 2pt;
     color: #fff;
     font-size: 18px;
     margin : 0px 0px 10px 0px;
     padding : 0px;
     }

h3 {
     letter-spacing : 2pt;
     font-size: 18px;
     margin : 0px 0px 0px 20px;
}

h4 {
     font-size: 16px;
     margin : 0px 0px 0px 30px;
    }

p {
     margin : 0px 0px 0px 30px;
    }

ul {
     margin : 0px 0px 0px 10px;
     list-style-type: square;
}

li {
     margin : 0px 0px 0px 10px;
     list-style-type: square;
}




