*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;	font-size: 1em;
	color: #FFF;	margin: 0;	background-color: #369;
	min-width: 651px;
}

h2, h3, h4
{
	color: #369;
}

h2
{
	margin-top: 3em;
}

h3
{
	margin-top: 2em;
}

h4
{
	margin-top: 1em;
}

a img
{
	border: 2px solid blue;
}

a:visited img
{
	border: 2px solid purple;
}

a:hover img
{
	border: 2px solid white;
}

a img.noborder
{
	border: none;
}

#container
{
	background-color: #000;
	background-image: url(images/background.gif);
	margin: 10px 7px 45px 7px;
	padding: 10px;
	min-height: 200px;
}

#header
{
	height: 200px;
	margin: 15px;
	text-align: left;
}

#header h1
{
	position: absolute;
	top: 85px;
	left: 250px;
	font-size: 52px;
}

#header li
{
	list-style: none;
	text-align: center;
}

#header ul.GlobalNav li
{
	display: inline;
}

#header li a
{
	text-decoration: none;
}

#header ul.GlobalNav li a
{
	font-size: 20px;
	color: #369;
}

#header ul.GlobalNav li a:Hover
{
	color: #FFF;
}

#header ul.GlobalNav li a.Iceworlds
{
	position: absolute;
	top: 0px;
	left: 20px;
}

#header ul.GlobalNav li a.Iceworlds_IE
{
	position: absolute;
	top: 0px;
	left: 20px;
}

#header ul.GlobalNav li a.Freelancer
{
	position: absolute;
	top: 30px;
	left: 230px;
}

#header ul.GlobalNav li a.Source
{
	position: absolute;
	top: 30px;
	left: 380px;
}

#header ul.GlobalNav li a.Cookbook
{
	position: absolute;
	top: 30px;
	left: 530px;
}

#header ul.GlobalNav li a.RogueWay
{
	position: absolute;
	top: 30px;
	left: 830px;
}

#header ul.GlobalNav li a.Forums
{
	position: absolute;
	top: 30px;
	left: 680px;
}

#header ul.LocalNav
{
}

#header ul.LocalNav_IE
{
}

#header ul.LocalNav li
{
	color: #369;
	font-size: 12pt;
}

#header ul.LocalNav li a
{
	color: #369;
	text-decoration: none;
}

#header ul.LocalNav li a:Hover
{
	color: #FFF;
}

#rightsidebar
{
	float: right;
	padding: 0 3%;
	border-left: 3px solid #369; 
	width: 19%;
}

#rightsidebar h3, #rightsidebar h4
{
	margin-top: 30px;
	margin-bottom: 5px;
}

#rightsidebar h3.SideBarNav
{
	margin: 0 0 0 5px;
}

#rightsidebar ul.SideBarNav li
{
	list-style: none;
	margin: 10px 0 10px 0;
}

#rightsidebar ul.SideBarNav a
{
	color: white;
	background-color: #369;
	border: 2px groove #69B;
	text-decoration: none;
}

#rightsidebar ul.SideBarNav a:hover
{
	color: #369;
	background-color: white;
}

#rightsidebar ul.SideBarNav a.current
{
	color: #369;
	background-color: white;
}

#rightsidebar .contentheader
{
	margin-top: 0;
}

#rightsidebar p.Update
{
	margin: 5px 0 10px 0;
}

#rightsidebar p.HostPapa
{
	width: 125px;
	margin: 5px 0 10px 5%;
}

#rightsidebar p.Validator
{
	width: 88px;
	margin: 10px 0 10px 15%;
}

#maincontent
{
	float: left;
	margin: 3px 0 3px 0;
	padding: 0 12% 1em 12%;
	width: 50%;
	text-align: justify;
	line-height: 125%;
}

#maincontent p
{
	margin: 10px 0;
}

#maincontent ul
{
	margin: 10px 0 10px 15px;
}

#maincontent .contentheader
{
	margin-top: 0;
}

#maincontent h3.news
{
	margin-bottom: 0;
}

#maincontent h5.news
{
	margin-top: 0;
	margin-bottom: 0;
}

#maincontent p.screenshots
{
	text-align: left;
}

.clear
{
	clear: both;
}

.center
{
	text-align: center
}

.online
{
	color: #3F3;
}

.offline
{
	color: #F33;
}