#page{
  text-align : center;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
}

#all{
  margin-left : 1px;
  margin-right : 1px;
  width : 980px;
  

  background-image : url(back.gif);
  background-repeat : repeat-y;
  background-color : white;
}

#top{
  width : 100%;
  height : 50px;
  background-image : url(title.gif);
  background-repeat : no-repeat;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#second{
  width : 100%;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-color : transparent;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : blue;
  border-right-color : blue;
  border-bottom-color : blue;
}

#menu{
  width : 160px;
  float : left;
  margin-top : 5px;
  margin-left : 0px;
  margin-right : 0px;
  text-align : left;
  
}

#contents{
  width : 815px;
  float : right;
  margin-top : 5px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#footer{
  width : 100%;
  clear : both;
  font-size : 80%;
  background-color : #f3f3f3;
}

#menubar{
  width : 160px;
  height : 650px;
  background-color : transparent;
}






