I have fixed my problem…. i needed to include these in my image CSS
.rightimage
{float: right;
margin: 5px 5px 0 10px;
border: 1px;
padding: 5px;
position: relative;
display: inline;}
It was the position: relative and display: inline that fixed it. I tried several different methods of fixing this for 2 days…but this did it. I hope this helps others. Thank you Moshu for your assistance.