#overall 
{
  margin:0 auto;
  text-align:left; 
  width:970px
	
}

#Header
{
  top:        -10px;
  left:       0px;
  right:      10px;
  height:     141px;
  position:   relative;
}

#main-body
{
  margin-left: 200px;
}

#Navigation
{
  top:        0px;
  left:       -21px;
  min-width: 860px;
  position:     relative;
}

#Menu
{
  background-color: #fff;
  top: 0px; 
  width:200px; 
  left:0px;  
  position:absolute;  
}


#Main
{
  background-color: #fff;
  color: #555555;
  top: -8px;
  left: 0px;
  right: 0px; 
  width:960px;
  height:100%;
  position: relative;     
}


#footer
{
  top:        -10px;
  width: 960px;
  position:     relative;
}

div.container
{
	min-height:1100px;
  height:auto !important;
  height:1100px;
  padding: 16px;
 }
