jQuery.noConflict();
jQuery(document).ready(function(){
  if(jQuery.browser.msie && jQuery.browser.version=="6.0"){
    jQuery("#right #right_panel").wrap("<div class='bottomDecor'>")    
  }  
  else{
    jQuery("#right #right_panel").wrap("<div class='bottomDecor'>")  
  }
  jQuery("#right #right_panel").wrap("<div style='padding:20px;'>")
  if(jQuery.browser.msie){
    /*jQuery('#content').css({
      float:"left"
    })
    jQuery("#right").css({
      minHeight:200,
      width:210,
      position:'absolute',
      marginLeft:'-25px'
    })
    jQuery(".bottomDecor").css({
      backgroundPosition:'95px bottom',
      width:210
    })*/
    if(jQuery.browser.version=="6.0"){
      var rh = jQuery("#right").height();
      var bh = jQuery(".bottomDecor").height();
      
      if(bh<rh){
        jQuery(".bottomDecor").css({
        
        })
      }
      else{
        return false;
      }      
    }   
  }
});