body, td {
    background-color: #ffcc66;    font-family: tahoma;    font-size: 11px;    color: white;
    padding: 4px;
    vertical-align: top;
}

#main {
    min-width: 550px;
    padding-top: 0;
    width: 550px;
    background-color: #ff9933;
    border-left: 1px solid #ff860d; 
    border-right: 1px solid #ff860d;
    }
#menu {
    min-width: 100px;    background-color: white;    width: 100px;    padding: 0px;    text-align: center;    color: #CC6600;
    width: 100px;
    border-left: 1px solid #ff860d;
    border-right: 1px solid #ff860d;    }

#top {
    background: #ffcc66 url('top.png') left bottom no-repeat;
    height: 6px;
    }

#bottom {
    background: #ffcc66 url('bottom.png') left top no-repeat;
    height: 6px;
    }
a:link {color: #CC6600}a:visited {color: #CC6600}a:hover {color: #FF9933}a:active {color: #CC6600}a.white:link {color: white}a.white:visited {color: white}a.white:hover {color: white}a.white:active {color: white}
