/**
 * $Id: ie.css 2009-02-02 $
 *
 *      This file defines the style for XHTML pages to be presented on
 *      IE 6 Browsers conforming with the Trapeze Style Guide.
 *
 * @author Marcos Abreu
 * @copyright Copyright (c) 2009, Trapeze, All rights reserved.
 *
 * Basic Groups:   
 *
 */
 
 
body {
	width: expression(document.body.clientWidth < 995 ? "994px" : "auto");
}

/*
#DMCListLink {
    float: left;
    display: block;
    width: 330px;
    zoom: 1;
}
*/