
body {
  background : #FFCC99 url(images/tile.jpg) 0px 0px repeat-x ;
  margin     : 0px;
  margin-top : 30px;
  padding    : 0px;
  direction  : ltr;
  text-align : left;
}

/* The Screen */

#screen {
  width: 774px;
  background: transparent;
  margin-left:auto;
  margin-right:auto;
  border: none;
}

#screen_header {
  width: 774px;
  height: 12px;
  background: transparent url(images/screen_header.gif) ;
  margin: 0px;
  padding: 0px;
  border: none;
}

#screen_body {
  width: 774px;
  \\height: 480px;
  background: transparent url(images/screen_body.gif) repeat-y;
  border: none;
}

#screen_footer {
  width: 774px;
  height: 19px;
  background: transparent url(images/screen_footer.gif);
  margin-bottom: 40px;
  \\border: solid 1px;
}

/* The Page */

#page {
  width: 742x;
  \\height: 480px;
  background: transparent;
  margin: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: none;
}

#page_header {
  width: 742px;
  height: 74px;
  background: transparent url(images/page_header_bg.gif);
  border: none;
  
}

#page_header_txt {
  padding-top: 10px;
  \\border: solid 1px;
}

#page_body {
  \\border: solid 1px;
  margin-top: 15px;
}

#page_body_header{
  width: 742px;
  height: 17px;
  background: transparent url(images/page_body_header.gif);
  \\border: solid 1px;
}

#page_body_body {
  width: 742px;
  \\height: 300px;
  background: transparent url(images/page_body_body.gif);
  \\border: solid 1px;
}

#page_body_footer {
  width: 742px; 
  height: 19px;
  background: transparent url(images/page_body_footer.gif);
  \\border: solid 1px;
}


/* The Content  */

#content_pane {
  width: 100%x;
  background: #FFF5D9;
  margin: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  \\border: solid 1px;
}






