Thank you! This took care of it.

I have only one thing left in the new sidebox to match the rest of the website. It's the appearance/color of links. On the non-Zencart pages I have regulated it by css commend:

.websitenav {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #CCCCCC;
text-decoration: none;
padding: 6px;
margin: 0px;
}

So I added the above to the stylesheet.css and then assigned A class=websitenav to each link. It took care of the font, its size, etc except the color of the links. They are still blue and red on hover. My intention is to have the both, link nad hover in #CCCCCC.

Could you please help me with this?