Hello kentuckywebdesign;
Not entirely certain where to start, but ... first of all I would recommend, strongly, that you shift to HTML 4.01 Strict as there are no real requirements, or benefits, from using XHTML in this case - in particularly not when sent as text/html. I can recommend
Quick XHTML and to a lesser extent
Sending XHTML as text/html Considered Harmful for a further discussion of that topic.
Secondly, it is -very- important to review your code. You have a distinct lack of paragraph and header tags in the right places - the way 'Company News' is marked up is an excellent example: instead of using a P and a STRONG, use a styled H2. This will increase accessibility, usability, and your SE rankings.
Thirdly, you are lacking a number of ALT texts - which are extremely important to accessibility, and will also have an impact if search engines use this information - they can't read images. You also seem to have atleast one ("End Image") where an alt="" would be more appropriate.
Good work so far, but I strongly suggest you look over your code.