/* 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;
}


#hd {
    background-image: url(../images/backgrounds/header_bg2.png);
    background-repeat: no-repeat;
}
