<style type="text/css" media="all">
  body {
    margin: 0px;
    padding: 0px;
  }

  p {
    margin: 0px 0px 16px 0px;
    padding: 0px;
  }

  #Content {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin: 0px;
  }
    
  #Header {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    margin: 0px;
    width: 100%;
    padding: 10px 0 0 0;

    font-size: 28px;
    text-align: center;

    border-style: solid;
    border-color: black;
    border-width: 0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
    line-height: 50px;
  }

  #LeftPicture {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  #LeftContent {
    position: absolute;
    top: 140px;
    left: 20px;
    padding: 10px;
    background-color: #eee;
    border: 1px dashed #999;
    line-height: 24px;
    width: 150px;
  }

  #MidContent {
    margin: 70px 100px 0px 200px;
    padding: 5px;
  }

  #RightContent {
    position: absolute;
    top: 90px;
    right: 20px;
    width: auto;
  }
</style>
