html,body
{
  margin: 0px;
  padding: 0px;
}

body
{
  text-align: center;
}

div.page
{
  position: relative;
  width: 820px;
  margin: 0px auto;
  text-align: left;
}

div.header
{
  position: relative;
  width: 820px;
  height: 210px;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}

div.footer
{
  position: relative;
  width: 820px;
  border-top: 1px solid black;
  margin-top: 10px;
  font-family: Verdana;
  font-size: 12px;
  text-align: center;
  float:left;
}

div.footer A
{
  text-decoration: none;
  color: black;
}

div.tracey
{
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 252px;
  height: 211px;
  background-image: url('http://www.goodbyewelfare.com/index.php?site=13&common=imgs/l_tracey.jpg');
}

div.book
{
  position: absolute;
  left: 5px;
  bottom: 25px;
}

div.heading
{
  position: absolute;
  left: 250px;
  top: 34px;
  width: 317px;
  height: 77px;
  z-index: 2;
}

div.subHeading
{
  position: absolute;
  left: 380px;
  top: 130px;
  width: 115px;
  height: 22px;
}

div.video
{
/*  margin-top: 10px;
  margin-right: 10px;*/
  width:100%;
  text-align:center;
  float: left;
}

div.menuarea
{
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 13px;
}

div.menuarea A
{
  font-family: Verdana;
  font-weight: bold;
  font-size: 13px;
  color: rgb(121, 0, 38);
  text-decoration: none;
}

ul#menu
{
  display: block;
  height: 0px;
  list-style-type: none;
  margin: 0;
  padding: 30 0 0 0px;
  position: relative;
  width: auto;
}

ul#menu li
{
  display: block;
  float: left;
  margin-left: 7px;
  padding-right: 8px;
  border-right: 2px solid #000000;
}

ul.rightbordered
{
  border-right: 2px solid #000000;
}