dear list,
thanks for everybody who offered help in changing the colors, specially kobus, that is now successfully done.
my second issue and I think may be the final issue, is there a way I can intigrate mission and slogon into the goofy theme?
I tried to write the following in the code but it didn't work:
----------
<div id="headerimg"> <div class="titleheader">
 <a href="<?php print url() ?>" title="<?php print($site_name) ?>"><?php print($site_name) ?></a> </div>
      <div class="slogan"><?php print($site_slogan) ?></div>     </div>
  </div> 
<?php if ($mission != ""): ?>
    <div id="mission"><?php print $mission ?></div>
    <?php endif; ?>
---------
regards,
mohammed.