Quote Originally Posted by Veronika7747 View Post
I cannot locate in css where to change the background colour for sideboxes. I'm sure its there, but... I keep looking and nothing.
Tx
The sidebox colors are controlled by images.

From the css:

#contentMainWrapper {
background:url("../images/sidebox.gif") 100% 0 repeat-y; /* This is the right column background "faked" with an image. */
background-color:#ffffff; /*background color for the main "content" of the site */
}

#contentMainWrapperb {
background: url("../images/sidebox.gif") 0 0 repeat-y; /* This is the left column background "faked" with an image. */
}

Change the color of sidebox.gif.