body
{
  margin            :0px;
  padding           :0px;
  background-color  :#EEE;
  font-family       :Sans-Serif;
}
.page
{
  table-layout      :fixed;
  width             :900px;
  height            :500px;
  border-collapse   :separate;
  background-color  :#FFF;
  padding           :0px;
  margin            :0px;
}
.page .page-header
{
  width             :900px;
  height            :64px;
  margin            :0px;
  padding           :0px;
  font-size         :26px; 
  font-weight       :bold;
  text-align        :left; 
  color             :#33F;
  background-image  :url("./img/title.jpg");
  background-repeat :no-repeat;
}
.page .page-menu
{
  width             :900px;
  height            :28px;
  margin            :0px;
  padding           :0px;
  color             :#FFF;
  border-top        :1px solid #888;
  border-bottom     :1px solid #888;
  background-image  :url("./img/p_manu_bg.gif");
  background-repeat :repeat-x
}
.page .page-menu a
{
    text-decoration :none;
    color           :White;
    font-size       :small;
    margin-right    :8px;
    font-weight     :bold;
}
.page .page-footer
{
  width             :900px;
  height            :24px;
  color             :#FFF;
  background-color  :#000;
  padding           :0px;
  text-align        :center;
}
.page .page-body
{
  width             :900px;
  height            :500px;
  padding           :0px;
  border-top        :0px solid #000;
  border-bottom     :0px solid #000;
  border-left       :1px solid #9cadc7;
  border-right      :1px solid #9cadc7;
  background-image  :url("./img/main_bg.jpg");
  background-repeat :no-repeat;
  background-position: right bottom;
  background-attachment: scroll;
}
.split
{
  table-layout      :fixed;
  width             :900px;
  height            :500px;
  border-collapse   :separate;
  border            :0px solid #000;
  padding           :0px;
  margin            :0px;
}
.split .split-left
{
  width             :200px;
  background-color  :#FFF;
  padding           :0px;
}
.split .sprit-right
{
  width             :700px;
  background-color  :#FFF;
  padding           :0px;
}

