@charset "utf-8";
/* $Id: fix-ie.css,v 1.1.4.5 2008-06-05 10:05:29 andregriffin Exp $*/
/* Drupal 5 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;
}