CODE
..yeah, that blue is kinda un-cool for a gaming site. Plus: I suggest you get a font with a more 'aggressive' [ angry.gif ] look..
I agree with that, all gaming needs means you are including all the games, and all the games are most likely related to war, shooting, racing, fantasy... i would of suggest something more over dark colored, and more aggressive... i made these sites www.allroundelites.com ARE clan and this one i just made last night www.unusualgaming.com . Not meaning its perfect, but more over related to gaming needs... actual gaming site.
If you type a search over the web with Gaming Site, or Gaming Clan, or anything related to gaming you will see the 90percent are in a dark color.
___
Without reading and clicking your new links i was going to say it reminds me of something.
I think you will not be able to use it as it is, because it looks to much alike gamespot's website. But can be used as a first template and be modified a lot. Which can look really good.
Suggestions :
- Use the first template because it can be nice if its done nicely.
- Instead of blue background, use dark like black and put some design over it like boxes, lines or make it eroded and look old.
- Use a darker logo and a font which looks more aggressive.
- Of course make it compatible over FF because FF users are everywhere (i use to be a IE lover till the day i understood that FF is more for me, i like the way FF works and how it is not controlled by a super worldwide company)
- PLEASE do not use your whole right column for advertising, i suggest a shoutbox made of mysql and php which you can get for free (no link) everywhere and put your INFORMATION box on right side aswell and use the left side for other links aswell as your top navigation.
_____
As for div, you do not need to set the div dirrectly on your html page.
the actual html / php page :
CODE
<div id="maintext">
My Main Text Here
</div>
the actual style.css or what ever you call it .css
CODE
div#maintext {
color:#000000;
margin-top:5px;
width:780px;
...
...}
See you set these on your style.css so your html /php file does not get fat, imagine you had to set a widith and a height and a color for all the same div tags you are going to use ? just set it ONCE on your style.css and call your <div>

Simple and nice and professional and organized to use divisions on your pages.
Hope it help

Good Luck