@import url("/_tmpl_styles/300/style.css");

/* This would be all we need for standards compliant browsers like */ 
/* Mozilla and Firefox */ 

table.columns { 
   width: 800px; 
   margin-left:auto; 
   margin-right:auto; 
   text-align: left; 
} 

/* This is necessary due a to bug in Internet Explorer */ 

   text-align: center; 
} 

/* These next 2 classes are modified due to the way the Open Blue, */ 
/* Viridity, and Minimalist group of classes set the position to be */ 
/* absolute which skews the articles in Internet Explorer but not */ 
/* in Mozilla or Firefox... */ 

.article { 
    position: static; 
} 

.articleBody { 
    position: static; 
} 
table.columns { 
   width: 100%; 
}