@charset "utf-8";
/* $Id: fix-ie.css,v 1.1.2.21 2008-06-05 09:54:48 andregriffin Exp $*/
/* Drupal 6 Framework - Created by Andre Griffin
 * FOR IE 7 AND LOWER
 */

/* 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;
}