Quote Originally Posted by gjh42 View Post
Or just add to your stylesheet something like

#sideboxid .centeredContent {text-align: left;}

where #sideboxid is the sidebox you want to affect.
It may work generically with

.leftBoxContent .centeredContent, .rightBoxContent .centeredContent {text-align: left;}
Thanks. The "fix" corrected my upper side box alignment problem. It was the links in the footer menu that I wanted to align left. The "fix" setting did not do it:

#footer {
margin: 0 auto;
text-align: left;
background: url(../images/footer_bg.gif);
width: 960px;
height:112px;
clear:both;
}