Validation Errors - Can't figure these out

Hello all,

I am relatively new to html/css, and have having 2 main problems (that I know of) with a site I am building. Any help or suggestions would be greatly appreciated!

1- I’m having a strange problem in which the text on my site seems bitmapped - as if the font is not being recognized. When I try to change the font with font-family tag in css, the font doesn’t change.

2- I have been getting a bunch of error messages when validating the html. Most have to do with the flash banner, but the most worrisome to me are the errors listed below (followed by the html and css code):

Line 170, 171,172, Column 8: document type does not allow element “p” here; missing one of “object”, “applet”, “map”, “iframe”, “button”, “ins”, “del” start-tag

Line 365, Column 6: Opening and ending tag mismatch: body line 38 and div
</div>

Line 366, Column 7: Opening and ending tag mismatch: html line 2 and body
</body>

Line 367: Extra content at the end of the document
</html>

HERE IS THE HTML CODE:

<!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” xml:lang=“en” lang=“en”>
<head>
<title> Calling it quits - Award-winning film by Anthony Tarsitano - NOW ON DVD! </title>

	&lt;meta name="description" content="Award-winning film by Anthony Tarsitano." /&gt;
	&lt;meta name="keywords" content="film,independent film,award-winning film,boomer,baby boomer,baby boomers,baby boomer story,midlife,mid-life,mid life,midlife story,mid life story,middle age,women,men,sex,sexuality,love,love story,love and relationships,relationships,marriage,family,spiritual,spirituality,spiritual story,hope,second chance,faith,meaning,search for meaning" /&gt;
	&lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /&gt;
	&lt;meta name="robots" content="index,follow" /&gt;
	&lt;meta name="author" content="David C. Stuart" /&gt;
	&lt;meta name="revisit-after" content="7" /&gt;
	&lt;meta name="resource-type" content="document" /&gt;
	&lt;meta name="distribution" content="global" /&gt;
	&lt;meta name="classification" content="Independent Feature Film" /&gt;
	&lt;meta name="contactname" content="David C. Stuart" /&gt;
	&lt;meta name="contactcity" content="New York" /&gt;
	&lt;meta name="contactstate" content="New York" /&gt;

	&lt;link rel="stylesheet" type="text/css" href="main-pagea.css" /&gt;
	&lt;!--[if lte IE 6]&gt;
	&lt;link rel="stylesheet" type="text/css" href="main-pageie.css" /&gt;
	&lt;![endif]--&gt;		

	&lt;link rel="icon" type="image/gif" href="http://editeddomain.com/images/" /&gt;

<script type=“text/javascript” src=“ufo.js”></script>

<script type=“text/javascript”>

function roll(img_name, img_src)
{
document[img_name].src = img_src;
}

</script>

</head>
<body>

<!-- START top –>
<div id=“container”>
<div id=“top”>
<div id=“topleft”>

			&lt;div class="laurels"&gt;
			 	 &lt;img src="images/laurel-phoenix.gif" border="0" alt="" name="laurel1" /&gt;
			 	 &lt;img src="images/laurel-js.gif" border="0" alt="" name="laurel2" /&gt;
			 	 &lt;img src="images/laurel-siny.gif" border="0" alt="" name="laurel3" /&gt;
			 	 &lt;img src="images/laurel-li.gif" border="0" alt="" name="laurel4" /&gt;						 
			&lt;/div&gt;				

			&lt;div class="jessica"&gt;&lt;/div&gt;	
			
			&lt;div class="sidebar"&gt;
				&lt;p&gt;"I was pleased 
				to see how deeply 	
				the film had
				touched people.&lt;br /&gt;
				  	&mdash;&lt;br /&gt;
				I feel it struck
				a universal chord 
				about that elusive
				search for happiness."
				&lt;/p&gt;
			&lt;/div&gt;
		&lt;/div&gt;				

		&lt;div id="topmid"&gt;				

			&lt;div class="pretitle"&gt;
				&lt;p&gt;Experience the laughter, tears and&lt;br/&gt;
				   thought-provoking questions in this heartwarming film
				&lt;/p&gt;   
			&lt;/div&gt;
				 		
			&lt;div class="title"&gt;				
				&lt;h1&gt;Calling it Quits&lt;/h1&gt;
				&lt;p&gt;A Film by Anthony Tarsitano&lt;/p&gt;
			&lt;/div&gt;

			&lt;div class="trailer"&gt;
				 &lt;script type="text/javascript" src="swfobject.js"&gt;&lt;/script&gt;
			&lt;div id="CC2102151"&gt;Form Object&lt;/div&gt;
				 &lt;script type="text/javascript"&gt;
				 var so = new SWFObject("myvideoplayer.swf","", "410", "260", "7,0,0,0", "#ffffff");
				 so.addParam("classid", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000");
				 so.addParam("quality", "high");
				 so.addParam("scale", "noscale");
				 so.addParam("salign", "lt");
				 so.write("CC2102151");&lt;/script&gt; 
			&lt;/div&gt;
			&lt;div class="vidbox"&gt;&lt;/div&gt;
			
			&lt;div class="banner"&gt; 
				&lt;OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
				codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
				ID=ciq-banner WIDTH=420 HEIGHT=100&gt;
				&lt;PARAM NAME=movie VALUE="ciq-banner.swf"&gt;
				&lt;PARAM NAME=quality VALUE=high&gt;
				&lt;PARAM NAME=wmode VALUE=transparent&gt;
				&lt;PARAM NAME=loop VALUE=true&gt;
				&lt;EMBED src="ciq-banner.swf" loop=true quality=high
				WIDTH=420 HEIGHT=100 TYPE="application/x-shockwave-flash"
				PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"&gt;					
				&lt;/OBJECT&gt;
			&lt;/div&gt;
			&lt;div class="clear"&gt;&lt;/div&gt;	
			
			&lt;div class="synopsis"&gt;
				&lt;p&gt;Dante Milestone is not happy. His struggles with everyday
					life, his past, even the question of 'the existence of a higher power', 
					have led him to evaluate his own life. It is an assessment that drives 
					him to leave work and success behind and set out on a quest in search of 
					his happiness. 
				&lt;/p&gt;					
				&lt;p&gt;	But Dante soon learns that it's not that simple ... for after 
					a series of painfully humorous attempts fail to provide an answer, Dante 
					sinks even deeper. It is not until a fateful encounter sets him unexpectedly 
					on a path of self-awareness that he begins to look inwards. Only there, 
					can he face the underlying truth and find true peace in the present.
				&lt;/p&gt; 					  
				&lt;p&gt;&lt;i&gt;Calling it Quits&lt;/i&gt; is sure to make you laugh, make you cry and make you think. And, ultimately it will make you feel good.
				&lt;/p&gt;
			&lt;/div&gt;					
			&lt;div class="clear"&gt;&lt;/div&gt;

			&lt;div class="dirwords"&gt;				
				&lt;h1&gt;A Few Words from the Award-Winning Writer and Director
				&lt;/h1&gt;
				&lt;p&gt;As the filmmaker, the reason for making &lt;i&gt;Calling it Quits&lt;/i&gt; was simple ... With 
				  almost 60 years of life under my belt, I wanted to share what it has taught me and 
				  do it in a way that was real, uplifting, and hopefully, entertaining. I didn't want 
				  to make a cookie-cutter Hollywood film, but a film that touched on all aspects of our 
				  lives &mdash; love, family, desires and spirituality. &lt;i&gt;Whew, that's a lot of ground to cover ...&lt;/i&gt;
				&lt;/p&gt;
				&lt;p&gt;
				  But, as we screened the film across the U.S., I was pleased to learn it 
				  succeeded and how deeply the film had touched audiences. I hope that after 
				  watching my film, you will feel the same way too.  
				&lt;/p&gt;					
			&lt;/div&gt;  
			&lt;div class="clear"&gt;&lt;/div&gt;
		&lt;/div&gt;  

		&lt;div id="topright"&gt;

			&lt;div class="dante1"&gt;
			&lt;/div&gt;		
			
			&lt;div class="offer1"&gt;				
				&lt;p&gt;&lt;b&gt;NEW on DVD!&lt;/b&gt;&lt;/p&gt;
				&lt;p&gt;Limited-Time Premier Offer&lt;/p&gt;
				&lt;h1&gt;Save 20%&lt;/h1&gt;
				&lt;p&gt;&lt;b&gt;Only $19.95&lt;/b&gt;&lt;/p&gt; 
			&lt;/div&gt;		
			&lt;div class="clear"&gt;&lt;/div&gt;		

			&lt;div class="dvd"&gt;
				&lt;a href="order.html" 
				onmouseover="roll('dvd', 'images/dvd-a.gif')" 
				onmouseout="roll('dvd', 'images/dvd-b.gif')"
				onclick= "order.html"&gt;		
				 
				&lt;img src="images/dvd-b.gif" border="0" alt="" name="dvd" /&gt;&lt;/a&gt;
			&lt;/div&gt;
				&lt;div class="clear"&gt;&lt;/div&gt;	

			&lt;div class="off2"&gt;				
				&lt;a href="order.html" alt=""&gt;
				&lt;p&gt;Plus Get&lt;/p&gt;
				&lt;p&gt;XX FREE Bonus Offers&lt;/p&gt;
				&lt;p&gt;and Gifts!&lt;/p&gt;&lt;/a&gt;
			&lt;/div&gt;	
				
			&lt;div class="robert"&gt;&lt;/div&gt;		
		&lt;/div&gt;  
	   &lt;/div&gt;

<!-- END TOP –>

<!-- START MIDDLE –>
<div id=“middle”>
<div class=“promo1”>
<h1>NEW! Limited-Time DVD Premier Offer<br/>
Save 20% Now only $19.95
</h1>
</div>
<div class=“clear”></div>

			&lt;div class="filmtext"&gt;									
				&lt;h2&gt;A Love Story. A Story About Life's Decisions.&lt;br/&gt; 
					A Story about Something	Bigger than Ourselves.
				&lt;/h2&gt;		
				&lt;h1&gt;Calling it Quits&lt;/h1&gt;
			&lt;/div&gt;				
			&lt;div class="clear"&gt;&lt;/div&gt;
			
			&lt;div class="dandj"&gt;
				&lt;img src="images/dandj.gif" border="0" alt="" name="dandj" /&gt;				
			&lt;/div&gt;
			&lt;div class="clear"&gt;&lt;/div&gt;

			&lt;div class="redbar"&gt;
				&lt;img src="images/red-bar.gif" border="0" alt="" name="redbar" /&gt;				
			&lt;/div&gt;
			&lt;div class="clear"&gt;&lt;/div&gt;

			&lt;div class="promo3"&gt;
				&lt;h1&gt;As soon as you've ordered your DVD, you'll have immediate access to ALL 
				 	of these great offers ...
				&lt;/h1&gt;
			&lt;/div&gt;
			&lt;div class="clear"&gt;&lt;/div&gt;

<!-- START AFFILIATE TABLE –>

  &lt;div class="affiliates"&gt;
 	  &lt;table border="0" cellspacing="12" cellpadding="0" width="900"&gt;
	&lt;tbody&gt;
	  	&lt;tr&gt;
			&lt;td valign="top"&gt;
				&lt;div align="center"&gt;
					&lt;table border="0" cellspacing="10" cellpadding="4" width="360"&gt;
					    &lt;tbody&gt;
							&lt;tr&gt;
								&lt;td bgcolor="#C42F0C" height="25" valign="middle" colspan="2"&gt;
								&lt;div align="left"&gt;&lt;font color="white" size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"&gt;&lt;strong&gt;Bonus Gift 1&lt;/strong&gt;&lt;/font&gt;
								&lt;font color="#C42F0C" size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"&gt;- - -&lt;/font&gt;
								&lt;font color="white" size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"&gt;&lt;strong&gt;SPIRITUAL CINEMA CIRCLE&lt;/strong&gt;&lt;/font&gt;
								&lt;/div&gt;
								&lt;/td&gt;
							&lt;/tr&gt;
						&lt;tr&gt;
							&lt;td&gt;
								&lt;div align="left"&gt;
								&lt;img border="0" alt="Spiritual Cinema Circle" src="http://edited&amp;subid=0&amp;type=4&amp;gridnum=5" width="120" height="90" /&gt;
								&lt;/div&gt;
							&lt;/td&gt;
							&lt;td width="210" valign="top"&gt;
								&lt;div align="left"&gt;
								&lt;p&gt;&lt;font size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"&gt;&lt;b&gt;Free Trial ...&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;
								&lt;p&gt;&lt;font size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"&gt;Information describing the item(s) being offered by the affiliate.&lt;/font&gt;&lt;/p&gt;
								&lt;/div&gt;
							&lt;/td&gt;
						&lt;/tr&gt;
						&lt;/tbody&gt;
					&lt;/table&gt;
				&lt;/div&gt;
			&lt;/td&gt;
			&lt;td valign="top"&gt;
				&lt;div align="center"&gt;
					&lt;table border="0" cellspacing="10" cellpadding="4" width="360"&gt;
					    &lt;tbody&gt;
							&lt;tr&gt;
								&lt;td bgcolor="#C42F0C" height="25" valign="middle" colspan="2"&gt;
								&lt;div align="left"&gt;&lt;font color="white" size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"&gt;&lt;strong&gt;Bonus Gift 2&lt;/strong&gt;&lt;/font&gt;
								&lt;font color="#C42F0C" size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"&gt;- - -&lt;/font&gt;
								&lt;font color="white" size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"&gt;&lt;strong&gt;AFFILIATE COMPANY NAME&lt;/strong&gt;&lt;/font&gt;
								&lt;/div&gt;
								&lt;/td&gt;
							&lt;/tr&gt;
						&lt;tr&gt;
							&lt;td&gt;
								&lt;div align="left"&gt;
								&lt;img border="0" alt="Affiliate Company Name" src="images/logo-ph.gif" width="120" height="90" /&gt;
								&lt;/div&gt;
							&lt;/td&gt;
							&lt;td width="210" valign="top"&gt;
								&lt;div align="left"&gt;
								&lt;p&gt;&lt;font size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"&gt;&lt;b&gt;Sample Offer ...&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;
								&lt;p&gt;&lt;font size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"&gt;Information describing the item(s) being offered by the affiliate.&lt;/font&gt;&lt;/p&gt;&lt;/div&gt;
							&lt;/td&gt;
						&lt;/tr&gt;
						&lt;/tbody&gt;
					&lt;/table&gt;
				&lt;/div&gt;
			&lt;/td&gt;				
		&lt;/tr&gt;	
		&lt;tr&gt;		
			&lt;td valign="top"&gt;
				&lt;div align="center"&gt;
					&lt;table border="0" cellspacing="10" cellpadding="4" width="360"&gt;
					    &lt;tbody&gt;
							&lt;tr&gt;
								&lt;td bgcolor="#C42F0C" height="25" valign="middle" colspan="2"&gt;
								&lt;div align="left"&gt;&lt;font color="white" size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"&gt;&lt;strong&gt;Bonus Gift 3&lt;/strong&gt;&lt;/font&gt;
								&lt;font color="#C42F0C" size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"&gt;- - -&lt;/font&gt;
								&lt;font color="white" size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"&gt;&lt;strong&gt;AFFILIATE COMPANY NAME&lt;/strong&gt;&lt;/font&gt;
								&lt;/div&gt;
								&lt;/td&gt;
							&lt;/tr&gt;
						&lt;tr&gt;
							&lt;td&gt;
								&lt;div align="left"&gt;
								&lt;img border="0" alt="Spiritual Cinema Circle" src="images/logo-ph.gif" width="120" height="90" /&gt;
								&lt;/div&gt;
							&lt;/td&gt;
							&lt;td width="210" valign="top"&gt;
								&lt;div align="left"&gt;
								&lt;p&gt;&lt;font size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"&gt;&lt;b&gt;Sample Offer ...&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;
								&lt;p&gt;&lt;font size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"&gt;Information describing the item(s) being offered by the affiliate.&lt;/font&gt;&lt;/p&gt;
								&lt;/div&gt;
							&lt;/td&gt;
						&lt;/tr&gt;
						&lt;/tbody&gt;
					&lt;/table&gt;
				&lt;/div&gt;
			&lt;/td&gt;
			&lt;td valign="top"&gt;
				&lt;div align="center"&gt;
					&lt;table border="0" cellspacing="10" cellpadding="4" width="360"&gt;
					    &lt;tbody&gt;
							&lt;tr&gt;
								&lt;td bgcolor="#C42F0C" height="25" valign="middle" colspan="2"&gt;
								&lt;div align="left"&gt;&lt;font color="white" size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"&gt;&lt;strong&gt;Bonus Gift 4&lt;/strong&gt;&lt;/font&gt;
								&lt;font color="#C42F0C" size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"&gt;- - -&lt;/font&gt;
								&lt;font color="white" size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"&gt;&lt;strong&gt;AFFILIATE COMPANY NAME&lt;/strong&gt;&lt;/font&gt;
								&lt;/div&gt;
								&lt;/td&gt;
							&lt;/tr&gt;
						&lt;tr&gt;
							&lt;td&gt;
								&lt;div align="left"&gt;
								&lt;img border="0" alt="Spiritual Cinema Circle" src="images/logo-ph.gif" width="120" height="90" /&gt;
								&lt;/div&gt;
							&lt;/td&gt;
							&lt;td width="210" valign="top"&gt;
								&lt;div align="left"&gt;
								&lt;p&gt;&lt;font size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"&gt;&lt;b&gt;Sample Offer ...&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;
								&lt;p&gt;&lt;font size="2" face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"&gt;Information describing the item(s) being offered by the affiliate.&lt;/font&gt;&lt;/p&gt;&lt;/div&gt;
							&lt;/td&gt;
						&lt;/tr&gt;
						&lt;/tbody&gt;
					&lt;/table&gt;
				&lt;/div&gt;
			&lt;/td&gt;				
		&lt;/tr&gt;			
	&lt;/tbody&gt;
&lt;/table&gt;	
	&lt;/div&gt;
			&lt;div class="clear"&gt;&lt;/div&gt;

<!-- END AFFILIATE TABLE –>

	&lt;div class="johnsonbox"&gt;
	&lt;a href="order.html" class="jbox" onclick="this.blur()"&gt;&lt;img width="560" height="300" alt="" src="images/johnson-box.gif" /&gt;&lt;/a&gt;
	&lt;/div&gt;
	&lt;div class="clear"&gt;&lt;/div&gt;

	&lt;div id="mailer"&gt;				
			&lt;a href="mailto:?subject=Take a look at this thought-provoking new movie...&body=This wonderful filmCheck out the incredible offer on this award-winning movie. http://www.callingitquitsmovie.com" class="mailer" onclick="this.blur()"&gt;&lt;b&gt;Spread the Word&lt;/b&gt;&lt;/a&gt; about this wonderful film and offer.
	&lt;/div&gt;	
	&lt;div class="clear"&gt;&lt;/div&gt;
											
&lt;/div&gt;

<!-- END MIDDLE –>

<!-- BEGIN BOTTOM CONTENT –>

 	   &lt;div id="bottom"&gt;
	   	   		&lt;p&gt;A Product of Davant Marketing, LLC &nbsp;&nbsp; | &nbsp;&nbsp;Calling it Quits &copy; 2010 City Squirrel Films, Inc.   &nbsp;&nbsp; | &nbsp;&nbsp;&lt;a href="sitemap.html" class="bottom" onclick="this.blur()"&gt;Privacy Policy&lt;/a&gt; &nbsp;&nbsp; | &nbsp;&nbsp;&lt;a href="termsofuse.html" class="bottom" onclick="this.blur()"&gt;Terms of Use&lt;/a&gt;&lt;/p&gt;
	   &lt;/div&gt;

<!-- END BOTTOM CONTENT –>
</div>
</body>
</html>


HERE IS THE CSS CODE:

  • {
    margin: 0;
    }

body {
background-color: #000;
text-align: center;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
line-height: 20px;
}

#container {
margin-top: 0px;
margin-right: auto;
margin-left: auto;
width: 908px;
}
#top {
width: 900px;
border-top: 0px solid #ccc;
border-left: 4px solid #ccc;
border-right: 4px solid #ccc;
overflow: hidden;
background: url(images/bgpaper1.jpg) no-repeat;
}
#topleft {
float: left;
margin: 140px 0 0 0;
width: 210px;
}
.laurels img {
float: left;
margin: 18px 0 0 36px;
width: 150px;
height: 76px;
}
.jessica {
Float: left;
background: url(images/jessica.jpg);
margin: 78px 0px 50px 10px;
width: 190px;
height: 181px;
}
.sidebar p {
float: left;
width: 140px;
margin: 40px 0 0 42px;
font-size: 14px;
font-weight: 600;
line-height: 20px;
font-style: italic;
letter-spacing: 0px;
}
#topmid {
float: left;
width: 480px;
}
.pretitle p {
position: absolute;
width: 780px;
margin: 30px 0 0 -152px;
font-size: 24px;
font-weight: 500;
line-height: 30px;
letter-spacing: 0px;
}
.title h1 {
float: left;
width: 340px;
margin: 124px 0 0 70px;
font-size: 40px;
font-weight: 500;
line-height: 44px;
letter-spacing: 0px;
color: #000000;
}
.title p {
float: left;
width: 300px;
margin: 4px 0 0 96px;
font-size: 14px;
font-weight: 500;
line-height: 16px;
letter-spacing: 0px;
}
.trailer {
float: left;
margin: 28px 0 10px 35px;
}
.vidbox {
position: absolute;
background: url(images/vidbox.png);
background-repeat: no-repeat;
margin: 216px 0px 0px 35px;
width: 422px;
height: 272px;
}
.banner {
float: left;
margin: 20px 0 0px 28px;
}
.clear {
clear: both;
}
.synopsis p{
float: left;
width: 440px;
margin: 12px 0 0 16px;
font-size: 13px;
font-weight: 500;
line-height: 16px;
text-align: justify;
color: #000000;
}
.clear {
clear: both;
}
.dirwords h1 {
float: left;
width: 340px;
margin: 30px 0 0 70px;
font-size: 16px;
font-weight: 600;
line-height: 21px;
letter-spacing: 0px;
color: #000000;
}
.clear {
clear: both;
}
.dirwords p{
float: left;;
margin: 12px 0 0 16px;
width: 440px;
font-size: 13px;
line-height: 16px;
text-align: justify;
color: #000000;
}
.clear {
clear: both;
}
#topright {
float: left;
width: 210px;
margin: 0px 0 0 0;
}
.dante1 {
Float: left;
background: url(images/dante.gif);
margin: 100px 0px 50px 0px;
width: 190px;
height: 194px;
}
.offer1 p {
float: left;
margin: 4px 0px 0px 10px;
width: 190px;
font-size: 15px;
font-weight: 500;
line-height: 17px;
letter-spacing: 0px;
color: #000000;
}
.offer1 h1 {
float: left;
margin: 7px 0 4px 22px;
font-size: 30px;
font-weight: 600;
letter-spacing: 0px;
color: #C42F0C;
}
.off2 p {
float: left;
margin: 2px 0px 0px 10px;
width: 190px;
font-size: 15px;
font-weight: 600;
line-height: 17px;
letter-spacing: 0px;
color: #C42F0C;
}
.dvd img {
float: right;
margin: 0px 10px 0 0px;
width: 180px;
height: 217px;
}
.clear {
clear: both;
}
.robert {
Float: left;
background: url(images/robert.jpg);
margin: 140px 0px 50px 0px;
width: 190px;
height: 193px;
}
#middle {
width: 900px;
background-color: #fff;
border-left: 4px solid #ccc;
border-right: 4px solid #ccc;
border-bottom: 4px solid #ccc;
overflow: hidden;
}
.promo1 h1 {
float: left;
margin: 30px 0 0 120px;
width: 650px;
font-size: 19px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0px;
color: #C42F0C;
}
.clear {
clear: both;
}
.filmtext h1 {
float: left;
margin: 18px 0 0 290px;
width: 320px;
font-size: 37px;
font-weight: 500;
line-height: 40px;
letter-spacing: 0px;
color: #000000;
}
.clear {
clear: both;
}
.filmtext h2{
float: left;
margin: 40px 0 0 210px;
width: 480px;
font-size: 15px;
line-height: 21px;
letter-spacing: 0px;
color: #000000;
}
.clear {
clear: both;
}
.dandj {
float: left;
margin: -60px 0px 0px 0px;
width: 820px;
height: 320px;
}
.clear {
clear: both;
}
.redbar img {
float: left;
margin: 0px 0px 0px 0px;
width: 900px;
height: 100px;
}

.promo3 h1 {
	float: left;		 
	margin: 20px 0 0 200px;
	width: 500px;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;	
	letter-spacing: 0px;
	color: #000000;
	}		
.clear {
	clear: both;
	}				
.legal p {
	margin: 6px 0 40px 200px;
	width: 480px;
	font-size: 10px;
	line-height: 16px;
	text-align: left;
	color: #000000;
	}		
.clear {
	clear: both;
	}	
.affiliates {
	float: left;	  
	margin: 30px 0 0px 0px;
	}	
.clear {
	clear: both;
	}					
.johnsonbox img{
	float: left;
	margin: 60px 0px 0 170px;
	border-style: none;
	}
.clear {
	clear: both;
	}
#mailer {
	float: left;		 
	margin: 34px 0 30px 240px;
	width: 420px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;	
	letter-spacing: 0px;
	color: #000000;
	}	
 	a.mailer:link, a.mailer:visited {
	text-decoration: none;
	color: blue;
	}
	a.mailer:hover {
	text-decoration: none;		
	color: #FF3300;
	}						
.clear {
	clear: both;
	}		

#bottom {
width: 900px;
}
#bottom p {
width: 900px;
font-size: 10px;
margin: 0 0 30px 0px;
color: #999;
}
a.bottom:link, a.bottom:visited {
text-decoration: none;
color: #999;
}
a.bottom:hover {
text-decoration: none;
color: #E2EEFC;
}

Run your HTML code through the HTML Validator

There will be many problems that are found, and you should fix them all.
If any of the reported issues are difficult to understand, we can help you to understand them.

Hi Paul,

Thanks for your reply. The errors I am getting after validation are these:

Line 365, Column 6: Opening and ending tag mismatch: body line 38 and div
</div>

Line 366, Column 7: Opening and ending tag mismatch: html line 2 and body
</body>

Line 367: Extra content at the end of the document
</html>

I’m also having a strange problem in which the text on my site seems bitmapped - as if the font is not being recognized. When I try to change the font with font-family tag in css, the font doesn’t change. This one is most perplexing.

Thanks for any help!

Simply the situation. Remove parts of the HTML code until you discover where the mismatch is occurring.

Well, one of the major problems you have is that you are using the proprietary EMBED element. The other major fault; characters within the mailto string, you have an ampersand plus one or two faults with nesting blocks in inline elements other than that not a lot else was wrong.

Rather than chop your code to pieces usually it is better to comment out sections for example: <!-- –> it makes life easier to narrow-down the problem areas.

Obviously you have now changed the markup; it would have been easier if you could have given us a link to the page in question as it has altered to what it was above.

Hi Robert,

Thanks for the response. I’ll check the code as you suggested.