Neo: I decided (or thought) I would keep it simple and recreate my logo. I changed the text color so that it will show up on the jclick template rather than add color to the top of news line. I installed my new logo, and something is wrong. I am now missing the left and right sides of the top upper portion of the template and I am missing the very top red line going across. I tried to compare the blue.css to the red. css to see if there was something missing but I couldn't find anything.
this is what I have in my red.css template right now.
#logo{
background: url(../images/logo_light.gif.png) no-repeat 10px 0;
}
#header{
background:url(../images/headerbg_light.gif) repeat-x left top;
text-align:left;
height:110px;
}
#hl{
text-align:left;
height:110px;
background: url(../images/headl_light.gif) no-repeat left top;
}
#hr{
text-align:left;
height:110px;
background: url(../images/headr_light.gif) no-repeat right top;
}

Any suggestions?