#pack{
  background-color : white;
  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;
}

#main{
  background-color : white;
  width : 550px;
  float : right;
}

#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;
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  margin-top : 20px;
  margin-left : 20px;
  margin-right : 20px;
  margin-bottom : 20px;
  width : 450px;
}

#navi{
  padding-top : 5px;
  padding-left : 25px;
  padding-right : 3px;
  padding-bottom : 3px;
  font-size : 11pt;
}

#navi A{
  text-decoration : none;
  font-size : 13px;
  
  
  
  
}

#navi A:hover{
  color : red;
}
