
  DIV.MainBody
  { width:800px;
    text-align:justify;
  }

  DIV.Logo
  { position:absolute;
    width:800px;
    height:79px;
    top:4px;
    overflow:hidden;

    border:1px solid black;
    background-color:purple;
    color:white;
    font-weight:bold;
  }

  DIV.MainMenu
  { width:800px;
    position:absolute;
    height:50x;
    top:80px;
    background-color:white;
    border-top:1px solid black;
    color:white;
    font-weight:bold;
  }

  DIV.SubMenu
  { width:796px;
    position:absolute;
    height:25px;
    top:117px;
    padding-top:0px;
    padding-left:4px;
    color:white;
    background-color:black;
    border-top:1px solid #808080;
    font-weight:bold;  
  }

  DIV.Content
  { padding:8px;
    padding-top:12px;
    width:782px;
    position:absolute;

    background-color:white;
    border:1px solid black;

    text-align:justify;
  } 

