@charset "utf-8";
/* $Id: fix-ie.css,v 1.1.2.22 2008-07-27 08:34:33 andregriffin Exp $*/
/**
 * Drupal 6 Framework - Created by Andre Griffin
 * For Internet Explorer 7 and under
 */

/* DIRTY FIX FOR DEVEL THEMER BREAKING LAYOUT */
.thmr_call {
  width:100%;
  text-align:center;
}

.thmr_call .thmr_call {
  width:auto;
  text-align:left;
}

.thmr_call #wrapper {
  text-align:left;
}