If the divs on the left are actually in the lis on the right (which you can confirm with Firebug), and if the lis are all in a ul (as they should be), try one or both of the following:
ul#right_div {
text-align: center;
}
ul#right_div li {
text-align: center;
}