/* Designed by Ross Menadue 20090129
Check out the code in http://lumpylumpy.com/Shared/Page/BigWhite/index.htm
Put the divs before the content into one Server-Side Incude file, and those after, in another. */
div.Clear {clear:both;}
div.Page {
  margin:auto; /* Set the width in your html header style tag and this will center the pages */
  text-align:left; /* Parent must have text-align:center; to overcome an IE bug */
}
div.PageContent {
  padding:1px; /* Minimum is 1px otherwise gaps occur between major div rows */
}
div.PageTL {
  position:relative;
  height:25px;
  background:url(/Shared/Page/BigWhite/1.gif) no-repeat top left;
  padding-left:25px;
  line-height:0; font-size:1px; /* ie has minimum div height of 1em */
}
div.PageT {
  position:relative;
  height:25px;
  background:url(/Shared/Page/BigWhite/2.gif) repeat-x top left;
}
div.PageTR {
  position:relative;
  height:25px;
  background:url(/Shared/Page/BigWhite/3.gif) no-repeat top right;
  padding-right:25px;
}
div.PageL {
  position:relative;
  background:url(/Shared/Page/BigWhite/4.gif) repeat-y top left;
  padding-left:25px;
}
div.PageR {
  position:relative;
  background:url(/Shared/Page/BigWhite/6.gif) repeat-y top right;
  padding-right:25px;
}
div.PageBL {
  position:relative;
  height:25px;
  background:url(/Shared/Page/BigWhite/7.gif) no-repeat bottom left;
  padding-left:25px;
  line-height:0; font-size:1px; /* ie has minimum div height of 1em */
}
div.PageB {
  position:relative;
  height:25px;
  background:url(/Shared/Page/BigWhite/8.gif) repeat-x bottom left;
}
div.PageBR {
  position:relative;
  height:25px;
  padding-right:25px;
  background:url(/Shared/Page/BigWhite/9.gif) no-repeat bottom right;
}
