#layout_outer
{
  position:absolute;
  left:50%;
  margin-left:-485px;
  width:970px;
  overflow-x : hidden;
  border: 1px solid black;
}

#layout_header
{
  height:78px;
  background-color:white;
}

#layout_footer
{
  background-color: rgb(0,79,163);
  height: 25px;
}

#layout_body
{
  min-height:520px;
  _height   : 520px; /* IE6 and lower Hack */
}

#layout_content
{
  position:relative;
  float:left;
  width:475px;
  margin-top:25px;
  margin-left : 240px;
  _margin-left : 115px; /* IE6 and lower Hack */
}

#layout_navigation
{
  width:970px;
  background-color: rgb(0,79,163);
  height: 26px;

}

#layout_subnav
{
  position:relative;
  float:right;
  width:215px;
  padding-top:25px;
}

#layout_bodyextender
{
  clear:both;
}