The logo itself is pretty bland and doesn't stand out against the header's background. I had to actually look for it rather then it popping out to me immediately. Tray a rule between the student login and the header image or change the background color of it entirely to separate them.
Three column layouts can be great, but yours looks extremely choppy at the bottom. Take a look at this three column layout. Notice how at the bottom all the columns neatly align.
Stick with one or two fonts and do not mix serif and san-serif. Also try to avoid using a lot of centering in the text. It's sort of a web design no-no.
As far as the technical aspects of the website...The whole thing is done in tables... Big no-no. I would suggest scratching your programming and starting from scratch using proper css coding. My guess is you probably have or will have browser compatibility problems. Your XHTML does not validate and neither does your CSS. Start by placing an appropriate doctype at the top of your code and then revalidate to fix the problems.
|