#layout_outer
{
  margin:0 auto;
  width:970px;
  overflow-x : hidden;
  border: 1px solid #666666;
}

#layout_header
{
  height:82px;
  background-color:white;
}

#layout_footer
{
  float:left;
  width:970px;
  background-color: rgb(0,79,163);
}

#layout_body
{
  min-height:547px;
  _height   : 547px; /* IE6 and lower Hack */
  width:970px;
}

#layout_content
{
  position:relative;
  width:560px;
  margin-top:15px;
  margin-left : 180px;
  _margin-left : 180px; /* IE6 and lower Hack */
}

#layout_navigation
{
  	width:970px;
  	background-color: rgb(0,79,163);
 	padding:2px;
}

#layout_subnav
{
  position:relative;
  float:right;
  width:215px;
  height:547px;
  background-color:#D8A913;
}

#layout_bodyextender
{
  clear:both;
}
