I've seen this template before and honestly I doubt if you made it yourself, but stealing themes and templates is one of the first steps of learning how to program and design websites. The images are all saved in gif or jpg which I would personally change to PNG. And what people in here missed, you have made a terible meta tag mistake:
Code:
<meta name="keywords" content="college, acollegehand, college help, college admissions, college application, SAT help, ACT help, where to apply, college visits, college interviews, schools, universities"
You will have to end this keywords meta tag with
Code:
<meta name="keywords" content="college, acollegehand, college help, college admissions, college application, SAT help, ACT help, where to apply, college visits, college interviews, schools, universities"/>
I made you a little start package of your website images compressed in PNG with optipng (an ubuntu terminal compressor, one every designer should use). The size of the 6 images I found got reduced from: 45.4 kb to 36kb which is a difference.
www.mmoauction.dk/img/review.zip
You might also want to take a look at the W3C XHTML and CSS validator, compress the every used file (remove comments, white spaces and maybe use a little gzip_compress on some of the files).
Keep up the spirit and feel free to contact me if you need more help.
Best regards
Ulrik M.