/*////////////div right/////////////////////////*/
div.Right {
 border:0px;
 padding:0px 10px 10px 10px;
 margin:0px 0px 0px 0px;
 float:left;
 }

div.Right {
 width:140px;
 voice-family: "\"}\""; 
 voice-family:inherit;
 width:120px;
 }
 
/* CWL1 UAs should see and use 2nd width */
html>body .Right { width:120px; }    
  /* One more chance for conforming UAs to get it right using a CWL2 selector.
     This is the "be nice to Opera 5" rule, as Opera 5 seems to
     have trouble with the escaped quotes and close brace as well.
     Note the lack of spaces around the '>'.  This is required to avoid other browser bugs. 
     In addition, this rule helps less capable UAs "fix up" their rule parsing,
     which can be derailed by the "\"}\"" value. 
     20010406Note: Thanks to Todd Fahrner for suggesting html>body .content instead of
     what I had previously which was body>.content . The new selector is more general purpose. */

/*////////////div ad/////////////////////////*/
div.Ad {
 border:0px;
 padding:0px 0px 10px 0px;
 margin:0px 0px 0px 0px;
 width:120px;
 }