/* $Id: ie-example.css,v 1.1.2.3 2010-04-07 08:42:22 jmburnz Exp $ */

/**
 * @file ie-example.css
 *
 * Support for the Conditional Styles module. This module allows themes 
 * to specify conditional stylesheets in their .info file and the conditional 
 * comments will be automatically included at the end of the standard $styles variable. 
 * 
 * http://drupal.org/project/conditional_styles
 *
 * The module is included in Genesis, you do not need to download and install it.
 */

/* Fix expanding box bug in IE6 */
#content {
overflow: hidden;
width: 100%;
}
