In my CSS, the only code I see that contains both text-align and widget is this:
.art-footer .art-widget,
.art-footer .art-widget a,
.art-footer .art-widget a:link,
.art-footer .art-widget a:visited,
.art-footer .art-widget a:hover
{
color: #150C17;
font-family: "Bookman Old Style",Arial, Helvetica, Sans-Serif;
font-size: 11px;
text-align: left;
}
The old theme also has left for text-align.
Any help would be appreciated!