<style type="text/css">
#header {
  height: 165px ;
  border-bottom: 2px  solid brown ;
  align: left;
  background: #99ffff;
}

#content {
  position: relative;
  margin-botton:-80px ;
}

#contentinner {
  margin-top: 20px ;
  margin-left: auto ;
  padding-left: 20px ;
}

div#footer {
  position: relative;
  height: 70px ;
  clear: both;
  border-top: 2px solid brown ;
}

#nav {
  margin-top: 20px ;
  float: left ;
  width: 150px ;
  height: 200px ;
  background: #ffffcc ;
  text-align: center;
  margin-right: 10px;
  border: 2px solid brown ; 
}
</style>

