Design is nice.Loads cooly as number of visitors is low now But if you get more traffic you have to certainly check the following.
The main page has 19 external Javascript scripts. Try combining them into one.Check for "combine javascript" on google.
The main page has 7 external background images. Try combining them with CSS sprites.Moving style sheets to the document HEAD element helps pages appear to load quicker since this allows pages to render progressively.
Decreasing the number of components on a page reduces the number of HTTP requests required to render the page, resulting in faster page loads. Some ways to reduce the number of components include: combine files, combine multiple scripts into one script, combine multiple CSS files into one style sheet, and use CSS Sprites and image maps.
For more information,
http://developer.yahoo.com/performance/rules.html#num_http