Use bottom padding on Lucindatext2:
Code:
#Lucindatext2{
float:left;
font-family: "Lucida Sans Unicode", font-weight:bold;
font-size:14pt;
color: #336600;
clear:none;
width:776px;
padding-right:6px;
padding-left:4px;
margin-top:25px;
padding-bottom: 20px;
}
You have a lot of validation errors from the very start of your document... I suggest you go through and sort those out before you do anything else. Also, you shouldn't be using to space out portions of your text... use padding and classes with spans, as well as putting your content within <p> tags, instead of using line breaks etc!
You have a lot to learn about
semantic code