body {
    /*background: #000 repeat url();*/
    margin: 0px;
    color: #ffffff;
    font-size: 12px;
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    padding: 0px;
    }

/* hacking for IE 5 Mac */
#pageholder {
    position: absolute;
    top: 20px;
    left: 0;
    }

/* for the rest of the browsing world \*/
#pageholder {
    width: 100%;
    top: 50%;
    margin-top: -208px;
    min-width: 731px;
    }

 /*end hack */ 

li.toplevel {
    border-right-color: #b3afaf;
    border-right-width: 1px;
    border-right-style: solid;
    width: auto;
    height: 25px;
    display: block;
    }

li.last {
    width: auto;
    height: 25px;
    display: block;
    }

ul.menuitems li {
    border-bottom-width: 1px;
    border-bottom-color: #ababab;
    border-bottom-style: solid;
    border-right-color: #ababab;
    border-right-width: 1px;
    border-right-style: solid;
    border-left-color: #ababab;
    border-left-width: 1px;
    border-left-style: solid;
    }

ul.menuitems {
    border-width: 1px;
    border-color: #6d6d6d;
    border-style: solid;
    }

#menucontainer {
    font-family: Times New Roman, Times, serif;
    display: block;
    padding-top: 3px;
    position: absolute;
    margin-left: 105px;
    z-index: 3;
    }

#container {
     background: 0px 0px;
    text-align: left;
    position: relative;
    width: 731px;
    height: 415px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    display: block;
    margin-top: 0px;
    }

#content {
    display: block;
    color: #00FFFF;
    width: 430px;
    height: 380px;
    float: right;
    overflow: auto;
    clear: both;
    z-index: 0;
    }

#content a {
    color: #00FFFF;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    text-decoration: none;
    }

#content a:hover {
    color: #FFFFFF;
    }

