Hmmm, aside from the header and footer code, Just a div. Here is the full code:
<?php
list($page_name,) = explode('/', trim(array_shift(explode('?', $_SERVER['REQUEST_URI'])), '/'));
$page_name = (!empty($page_name)?$page_name:'homepage');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head profile="https://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<meta name="keywords" content="fly fishing,fly fishing gear,fly,fishing,gear,fly fishing equipment,Oil City fly shop,Franklin fly shop,Pennsylvania fly shop,fly rods,fly,rods,fly fishing Pennsylvania,fly fishing western Pennsylvania,fly fishing eastern Pennsylvania,Pennsylvania,Titusville,trout fishing,fly fishing for trout,salmon fishing,fly fishing for salmon,saltwater fly fishing,fly fishing for tarpon,fly fishing for bonefish,fly fishing for redfish,fly fishing for sea trout,Sage,Fishpond,Rio,Redington,Ross,Umpqua,Whiting,Chota,Frogs Fanny,Guideline,Cocoons,C&F,Oil Creek trout,fly fishing Oil Creek,Tionesta trout,fly fishing Tionesta Creek,Clarion River,fly fishing Clarion River,Delaware River trout,fly fishing Delaware River,fly fishing Poconos,fly fishing flies,Florida,streamflow,titusville weather">
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<link rel="apple-touch-icon" href="<?php bloginfo('template_directory'); ?>/images/touchicon.png"/>
<link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/images/favicon.png" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php wp_head(); ?>
</head>
<body>
<div id="container">
<div id="header">
<div id="headerimage">
<a href="https://www.oilcreekoutfitters.com" onfocus="if(this.blur)this.blur()"><img src="https://oilcreekoutfitters.com/wp-content/themes/oil/images/logo.jpg" /></a>
</div>
<div id="headernavigation">
<ul>
<li><a href="https://www.oilcreekoutfitters.com/waders"onfocus="if(this.blur)this.blur()">waders</a>   </li>
<li><a href="https://www.oilcreekoutfitters.com/cast"onfocus="if(this.blur)this.blur()">rods & reels</a>   </li>
<li><a href="https://www.oilcreekoutfitters.com/lines"onfocus="if(this.blur)this.blur()">lines</a>   </li>
<li><a href="https://www.oilcreekoutfitters.com/vests"onfocus="if(this.blur)this.blur()">vests & packs</a>   </li>
<li><a href="https://www.oilcreekoutfitters.com/accessories"onfocus="if(this.blur)this.blur()">accessories</a>   </li>
<li><a href="https://www.oilcreekoutfitters.com/flies"onfocus="if(this.blur)this.blur()">flies</a>   </li>
<li><a href="https://www.oilcreekoutfitters.com/fly"onfocus="if(this.blur)this.blur()">fly tying</a>   </li>
<li><a href="https://www.oilcreekoutfitters.com/clearance"onfocus="if(this.blur)this.blur()">clearance</a></li>
</ul>
</div>
</div>
<div class="cartwrapper" id="cartwrapper">
[eshop_show_checkout]
</div>
<div id="footer">
<p>copyright Oil Creek Outfitters, 2010</p>
</div>
<?php wp_footer(); ?>
</body>
</html>
Thank you very much for your help.