If you don't want the side columns to have the image add either of the following, based on what you prefer:
Image (like the main background)
#navColumnOne, #navColumnTwo {
background-image: url("../images/row_4.jpg");
}
Color (of course you need to set the value you prefer, as ff0 is just a sample)
#navColumnOne, #navColumnTwo {
background-color: #ff0;
}
Bookmarks