@charset "utf-8";
/* $Id: fix-ie.css,v 1.1.4.6 2008-07-27 08:41:15 andregriffin Exp $*/
/**
 * Drupal 5 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;
}