Quote Originally Posted by cyptc View Post
Thanks that worked like a charm.

As I continue to work on the site some more things pop up and I cant stand to not ask as I couldnt find it by search.

How do I cahnge the background color from grey to something else.

Thanks again

Gavin
Quote Originally Posted by cyptc View Post
Also I would like to change the colors of the middle section. So for example the sides are blue and the middle yellow or something different. You know so the middle does not seem so attached to the sides.
Background color --- everything that you want to change as far as color is in the css file. Have you tried playing around with the css? For instance... if you look at the body tag in the css file, it has a background color (background:#999;). Try changing that. You never know.

If you look at the page source, you can see that the sideboxes are controlled by:
#navColumnOne (left side) and #navColumnTwo (right side)

The center stuff is controlled by:
.centerColumn

Just add the background colors you want to those.

What I do when I want to change css in a site, is to first look at the source, and find what section I'm wanting to change, then find that tag in the css.