Thanks for the help...I can use all I can get. I've gotten the page to look acceptable now...though not identical.
I called on my daughter (aka, the web goddess...and that was not simply her mother's opinion!). She had me go into the header.php, find the Header section and 'comment out' (<!-- Header -->) what was there...then add all of my code from my web site. Here is the result. Hope you can decipher this...I find it difficult as I am an 'occasional novice' and forget everything between updates! She neatly wrote in directions for the clueless (me, that is) to know where to insert my button code(<!-- put your buttons after this line -->). I was able to refer to my image in the image/header/ folder. There may be other ways to do this, but it worked, so I am happy. I still have to adjust the fonts and link styles, but I'm waiting till she has a few spare moments to walk me through this, as well.
Hope this helps you out, as well.
<!--[/b][/b][/color] Header -->
<!-- <td id="header" colspan="<?php echo $cols; ?>">
<?php bfa_header_config($bfa_ata_configure_header); ?>
</td> -->
<td id="header" colspan="3">
<div class="header-image-container" style="background:url(
http://thestrategicchoice.com/wordpr...ing_Pharma.jpg) top left no-repeat;"></div>
<!-- put your buttons after this line -->
<style type="text/css">
#buttonbkgd {
background-image: url(
http://thestrategicchoice.com/wordpr...ckground.gif);
background-repeat: no-repeat;
background-position: left;
position: absolute;
width: 100%;
left: 1px;
top: 112px;
z-index: 4;
visibility: visible;
border: #000000;
}
</style>
<div id="buttonbkgd" class="nolinelink">
<table width="100%" border="1" align="left" cellpadding="2" cellspacing="2" class="nolinelink">
<tr>
<td width="12%"><div align="center"><font face="Geneva, Arial, Helvetica, san-serif"><strong><a href="//www.thestrategicchoice.com" id="homelink" class="nolinelink">Home</a></strong></font></div></td>
<td width="14%"><div align="center"><font face="Geneva, Arial, Helvetica, san-serif"><strong><a href="//www.thestrategicchoice.com/aboutus.htm" id="aboutuslink" class="nolinelink">About
Us</a> </strong></font></div></td>
<td width="14%"><div align="center"><font face="Geneva, Arial, Helvetica, san-serif"><strong><a href="//www.thestrategicchoice.com/ourservices.htm" id="ourserviceslink" class="nolinelink">Services</a> </strong></font></div></td>
<td width="16%"><div align="center"><font face="Geneva, Arial, Helvetica, san-serif"><strong><a href="//www.thestrategicchoice.com/casestudies.htm" id="casestudieslink" class="nolinelink">Case
Studies</a></strong></font></div></td>
<td width="18%"><div align="center"><font face="Geneva, Arial, Helvetica, san-serif"><strong><a href="//fixing-pharma.thestrategicchoice.com" id="resourceslink" class="nolinelink">Fixing Pharma</a></strong></font></font></div></td>
<td width="12%"><div align="center"><font face="Geneva, Arial, Helvetica, san-serif"><strong><a href="//www.thestrategicchoice.com/resources.htm" id="resourceslink" class="nolinelink">News</a></strong></font></font></div></td>
<td width="14%"><div align="center"><font face="Geneva, Arial, Helvetica, san-serif"><strong><a href="//www.thestrategicchoice.com/contactus.htm" id="contactuslink" class="nolinelink">Contact
Us</a></strong></font></div></td>
</tr>
</table>
<!-- buttons should be above this line -->
</td>
<!-- / Header -->