4
Usually, styleNN.css only has an include statment in it.
To elaborate on what has been said above, what you want to do is look for the element where the text centering is occuring. For example...
<legend class="blockTitle">Recent Commentslegend>
Now look in style.css for
td#leftcolumn legend.blockTitle {
The CSS attribute you will need to look for is
text-align:center;
You need to change this to
text-align:left;
Hope that helps.
James
Insanity can be defined as "doing the same thing over and over and expecting different results."
Stupidity is not a crime. Therefore, you are free to go.