#navigation{
  /*height:25px;*/
  overflow:hidden;
}
* html #navigation{
  height:29px;
  overflow:hidden;
}
#content{
  border-top:5px solid #ffffff;
}
* html #content{
  border-top:none;
}
#contentInner{
  margin:131px 0 0 0;
  border-top:7px solid #fff;
}
* html #contentInner{
  margin-top:0px;
  border-top:none;
}
