I didnt read any of the other reviews, so if i get repetitive, im sorry.
I noticed your using images for just about everything. Your header (which is ok as an image) Your Slogan "Your place for comm..." is an image. This should be a div so you can input text there. Your menu (all 1 image) needs to be fixed. You should use text for your menu links which you could include a bg so they have some color. Footer is also a single image. Change these as soon as possible.
I would also get rid of the huge drop shadow in your header logo. Bring it to a distance of 2 (3 at most), lower opacity and increase size just a bit to give a nice, subtle look.
At the bottom of the index page, you have a white bar going the width of the site.
What is all this for in your source -
Code:
<tr>
<td>
<img src="Images/images/spacer.gif" width="15" height="1" alt=""></td>
<td>
<img src="Images/images/spacer.gif" width="122" height="1" alt=""></td>
<td>
<img src="Images/images/spacer.gif" width="13" height="1" alt=""></td>
<td>
<img src="Images/images/spacer.gif" width="121" height="1" alt=""></td>
<td>
<img src="Images/images/spacer.gif" width="21" height="1" alt=""></td>
<td>
<img src="Images/images/spacer.gif" width="208" height="1" alt=""></td>
<td>
<img src="Images/images/spacer.gif" width="245" height="1" alt=""></td>
<td>
<img src="Images/images/spacer.gif" width="114" height="1" alt=""></td>
<td>
<img src="Images/images/spacer.gif" width="152" height="1" alt=""></td>
<td>
<img src="Images/images/spacer.gif" width="13" height="1" alt=""></td>
<td></td>
</tr>
I also noticed your code is weird. Are you using a premade template?
Fixing these things will not only help your page look good, but also allow your site to be SEO friendly.