#content img{float : left} e puoi togliere tranquillamente quello schifo di ALIGN
E l'immagine è sistemata!
Per il testo in grassetto ho visto che h1 e h2 nel css non hanno font-weight : normal:
aggiungi queste linee al css:codice:h1 { font-size: 1em; margin-top: 1px; margin-right: 0; margin-bottom: 1px; margin-left: 3px; text-align: justify; } h2 { font-size: 1em; margin-right: 0; margin-bottom: 1.67em; margin-left: 0; }
h1, h2{
font-weight : normal;
}