I am fairly new to Dreamweaver, and I am having a problem with unwanted white space on three of the pages on a website that I designed. The rest of the pages are fine, but I can't figure out what the difference is. Can anyone help? I need to fix it ASAP for a client. Here is the code from the page.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- DW6 -->
<head>
<!-- Copyright 2005 Macromedia, Inc. All rights reserved. -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>First Coast Naval Services</title>
<link rel="stylesheet" href="2col_leftNav.css" type="text/css" />
<style type="text/css">
<!--
body {
background-image: url(graphics/bckgrnd.gif);
background-repeat: repeat;
}
#Layer1 {
position:absolute;
left:8px;
top:649px;
width:222px;
height:42px;
z-index:1;
}
.style3 {font-size: small}
.style5 {color: #FFFFFF; font-weight: bold; }
#Layer2 {
position:absolute;
left:805px;
top:727px;
width:152px;
height:117px;
z-index:1;
}
.style6 {font-size: 80%}
.style7 {font-size: 90%}
-->
</style></head>
<!-- The structure of this file is exactly the same as 2col_rightNav.html;
the only difference between the two is the stylesheet they use -->
<body>
<div id="masthead">
<h1 align="left" id="siteName"><a href="home.html"><img src="graphics/fcnsheader.jpg" width="648" height="75" border="0" /></a></h1>
</div>
<!-- end masthead -->
<div id="content">
<h2 id="pageName">Consolidated Services/Base Operating Services Contract, Souda Bay, Crete (NAVFAC) </h2>
<div class="feature">
<h3>Responsive to the Customer:</h3>
<ul>
<li>Maintained vehicle in-commission rate of 95%+ over all contract periods, exceeding only measurable contract performance threshold of 90% . </li>
<li>Key en-route support base for Iraq and Afghanistan - activated on short notice and ahead of schedule five dormant bachelor enlisted facilities and two bathroom/shower facilities.</li>
</ul>
<h3>Team Player :</h3>
<ul>
<li>Corrected a critical environmental compliance issue for the Medical CLinic by developing and implementing a medical disposal service.</li>
<li>Saved the Government $50K and a critical theatre asset by repairing a Harbor Patrol Boat deemed "unrepairable." </li>
</ul>
<h3>Safety Record:</h3>
<ul>
<li>Under the current and previous contracts, no reportable accidents - ever! </li>
</ul>
<h3>Award Fee History </h3>
<ul>
<li>Average 99.5% over life of contract .</li>
</ul>
<h3>CPAR Ratings :</h3>
<ul>
<li>Exceptional in all categories.</li>
</ul>
</div>
<div class="story">
<h3> </h3>
<img src="graphics/souda_bay_table.jpg" alt="Souda Bay Table" width="562" height="336" longdesc="graphics/souda_bay_table.jpg" /><br />
<h3> </h3>
</div>
<div class="story">
<h3> </h3>
</div>
</div>
<!--end content -->
<div id="navBar">
<div id="search">
<h3>Related Link Category</h3>
<ul>
<li><a href="about.html">• About the Team</a><a href="events.html">• Calendar of Events</a><a href="news.html">• News and Updates</a><a href="join.html">• Join Our Team</a><a href="questions.html">• Questions and Concerns</a><a href="contact.html">• Contact Us</a></li>
</ul>
</div>
<div class="relatedLinks">
<h3>Relevant Performance </h3>
<ul>
<li><a href="guam.html">• Territory of Guam </a><a href="singapore.html">• Southeast Asia</a><a href="soudabay.html">• Souda Bay, Crete</a><a href="chesapeake.html">• Chesapeake, Virginia </a><a href="tinker.html">• Tinker AFB</a></li>
</ul>
</div>
<div class="relatedLinks">
<h3 class="style7">Company Overview</h3>
<ul>
<li class="style6">• Proven DS2 PARSONS Team</li>
<li class="style6">• ISO 9000 Certified Companies</li>
<li class="style6">• Performance-Based Quality Management</li>
<li class="style6">• Safety Culture - Low EMR</li>
<li class="style6">• JAX-Net Web Portal MIS Solution</li>
<li class="style6">• Operations at Over 100 Sites Worldwide</li>
<li class="style6">• Maximum Small Business Utilization </li>
</ul>
</div>
<div id="advert"></div>
<div id="headlines">
<h3 align="center"><img src="graphics/DSC_0913cth.jpg" width="239" height="156" /></h3>
</div>
<div class="style3" id="div"></div>
</div>
<!--end navbar -->
<div id="siteInfo"><img src="graphics/A-ds2-parsons-company.jpg" width="259" height="35" /> <a href="about.html">About Us</a><a href="#"></a> | <a href="home.html">Home</a><a href="#"></a> | <a href="contact.html">Contact Us</a><a href="#"></a> | ©2010 First Coast Naval Services</div>
<br />
</body>
</html>