pre {
  word-wrap: break-word;
}

blockquote pre {
  word-wrap: break-word;
}

blockquote {
  word-wrap: break-word;
}

#wrapper {
  width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 828 ? "828px" : "auto");  /* 828 comes from 468 width above comment ad + 2*180 for sidebars */
}

/* The following is the "Holly Hack" that I am using in order to get rid
   of some bugs caused by IE6:
     - That makes blockquotes constantly creep to the left
     - That causes the post to disappear when the above comment ad is present.
   See: http://www.communitymx.com/content/article.cfm?page=2&cid=C37E0 */

/* Hides from IE5-mac \*/
blockquote {height: 1%;}

.content {
  height: 1%;
}

/* End hide from IE5-mac */

