If the div
s on the left are actually in the li
s on the right (which you can confirm with Firebug), and if the li
s 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;
}