body{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#page{
  margin-top : auto;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;border-width : 2px;border-style : solid;border-color : black;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  width : 1200px;
  height : inherit;
  background-color : yellow;
}

header{
  background-color : #7ec22c;
  height : 160px;
}

#sidebar{
	border-width : 0px;border-style : solid;
  width : 100px;
  float : left;
}

#main{
  margin-top : 20px;
  margin-left : 10px;
  margin-right : 5px;
  margin-bottom : 20px;
  width : 1000px;
  float : right;
}

footer{
  font-size : small;
  background-color : silver;
  border-top-width : 2px;
  border-top-style : solid;
  border-top-color : black;
  height : 40px;
  clear : both;
}

#navi{
  background-color : red;
  width : 1200px;
  float : right;
}

#navi ul{
  line-height : 1.5em;
  background-color : black;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 50px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
}

#navi ul li{
  background-color : black;
  vertical-align : middle;
  text-align : center;
  width : 120px;
  height : inherit;
  float : left;
}

#navi li a{
  color : white;
  text-decoration : none;
  display : block;
}

#navi ul li a:hover{
  color : white;
  background-color : red;
}

h1{
  font-size : 18px;
  padding-top : 5px;
  padding-left : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-bottom : 0px;border-width : 1px;border-style : none;
  padding-right : 5px;
  margin-left : 0px;
  margin-right : 0px;
}

h2{
  font-size : large;
  border-bottom-width : 1px;
  border-bottom-style : none;
}

h3{
  font-size : medium;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 50px;
  padding-bottom : 10px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-image : url(g9b.gif);
  width : 200px;
  background-color : orange;
border-style : solid;border-color : black;
}

#main p{
  font-size : medium;
  line-height : 1.5em;
}

#sidebar p{
  font-size : small;
  line-height : 1.5em;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
