body{
    background-color:#FFFAEE;
    font-family:Arial;
    margin:0px;   
}

.tableFrame {
    table-layout:fixed;
    width:780px;
    height:580px;
    border:solid #DA8C00 9px;
    background-color:#FFF7EA;
}

.tdFrame {
    width:780px;
    height:580px;
}

.tableContent {
    table-layout:fixed;
    width:780px;
    height:580px;
    background-color:#FFF7EA;
}

.tdContent{
    border:solid #FFF7EA 1px;
}

.tdMenuPanel{
    border:solid #FFF7EA 1px;
    background-image: url(images/home/menu-panel-background.jpg);
    background-repeat: repeat-x;
    vertical-align:bottom;
}
