BTW:
You have a </div> too much before <div id=”FooterRight”> …
#footercenter {
margin-left: (as-far-from-left-as-you-need-it)px;
...
}
I hope that helps?
Delete float: center; in your #footercenter css.
Delete the width in #footerright in your css.
In your footer template file, move the entire <div id=”footercenter”>…</div> section down, so that it will be in your code after the <div id=”footerRight”>…</div> – that should do it! 🙂
Ok, never mind! I figured it out! All it needed was 1 additional value in the style sheet:
li.current-menu-parent a