#pack{
  background-color : gray;
  width : 750px;
  margin : 0 auto ;
}

#head{
  background-color : white;
  width : 750px;
  height : 100px;
  clear : both;
}

#top{
  background-color : white;
  width : 550px;
  height : 280px;
  float : right;
}

#side{
  background-color : white;
  width : 200px;
  
  float : left;
  height : 910px;
}

#main{
  background-color : white;
  width : 550px;
  
  float : right;
  height : 630px;
}

#foot{
  background-color : white;
  width : 750px;
  height : 20px;
  clear : both;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : silver;
}

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;
}

H4{
  color : white;
  background-color : olive;
  width : 500px;
  
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  margin-left : 10px;
  margin-right : 10px;
}

#navi{
  font-size : 13px;
  background-color : white;
  color : blue;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}

#navi A:hover{
  color : red;
}

#navi a{
  text-decoration : none;
}
