/* CSS Document */

#semifluid { width:expression(document.body.clientWidth < 760/.95 ? "760px" : (document.body.clientWidth > 1100/.95 ? "1100px" : "95%"));
max-width: 1100px;
min-width: 760px;
 }

