<style type="text/css">
<!--

#logo {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 150px;
  height: 150px;
        }
#header {
  position: absolute;
  top: 5px;
  left: 155px;
  height: 150px;
  width: 75%;
  padding: 0;
  font-family: sans-serif;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 5em;
  background-color: #c00;
    }
#nav {
  position: absolute;
  top: 155px;
  left: 5px;
  width: 150px;
  height: 75%;
  padding: 0;
  font-family: sans-serif;
  font-size: 16px;
  color: #39c;
  text-align: center;
  background-color: #fd0;
}
#body {
  position: absolute;
  top: 155px;
  left: 155px;
  width: 75%;
  padding: 10px;
}


h1 {
font-family: sans-serif;
font-size: 36px;
text-align: left;
color: #e00;
margin-bottom:0;
margin-top:0; 
}

h2 {
font-family: sans-serif;
font-size: 24px;
font-style: italic;
color: #00a;
text-align: left;
margin-bottom:0;
margin-top:0;
}


p {
    margin-top: 0;
    margin-bottom:12px;
   }

br {
  margin-top: 0;
    margin-bottom:0;
}


-->
</style>