/* IE is ignoring the rightNav when floating any content in the main div.  
  specifiying the width of #yui-main solves the problem. */
#ie-root #yui-main {
  /*width: 675px;*/
}



#rightNav {
  min-height: 400px;
  padding-top: 10px;
}
