body {
	background: #000;
	background-image:url(img-out/left-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	
	font-family: Verdana, Arial, Helectvia, sans;
	font-size: 9pt;
	color: #7d7e7f;
	
	text-align: center;
}

a, a:link, a:visited, a:active, a:hover {
	color: #e3f1fc;
}
	a:hover {
		color: #fff;
	}
	
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 10px 0 10px 0;
}
	
.wrapper {
	display: block;
	width: 760px;
	height: auto;
	
	margin: 0 auto;
	text-align: left;
}
.leftcol {
	display: block;
	float: left;
	width: 570px;
}
.rightcol {
	display: block;
	float: left;
	width: 180px;
}
.clear {
	clear: both;
}

/*** HEADER ***/
.header {
	display: block;
	height: 100px;
	margin: 0 0 10px 0;
}
	.logo {
		display: block;
		width: 226px;
		height: 66px;
		
		text-indent: -1000em;
		
		background: url(img-out/logo.gif) no-repeat top left;
	}
	.navigation {
		list-style-type: none;
		border: 1px solid #1f2021;
		background: #18191d;
		margin: 0 0 10px 0;
		padding: 3px 0 6px 3px;
	}
		.navigation li {
			display: inline;
			padding: 0 15px 0 10px;
			border-right: 1px solid #4f5354;
		}
		.navigation a, .navigation a:link, .navigation a:visited {
			font-size: 13px;
			color: #fffff;
		}
		.navigation .active, .navigation a:hover {
			color: #aaa;
		}
		.navigation .last {
			border: none;
		}

/*** CREATE ACCOUNT ***/
div.signup {
	position: relative;
	display: block;
	width: 560px;
	height: 250px;
	background: url(img-out/frontpage_bg.gif) no-repeat bottom;
	margin: 0 0 2px 0;
}
	div.signup .header {
		position: relative;
		display: block;
		height: 55px;
		background: url(img-out/header_bg.gif) no-repeat;
		margin: 0 0 7px 0;
	}
		div.signup .header h2 {
			position: absolute;
			top: 5px;
			right: 3px;
			display: block;
			width: 360px;
			height: 51px;
			background: url(img-out/create_bg.gif) no-repeat top left;
		
			padding-top: 10px;
			text-align: center;
			font-family: Arial;
			font-size: 21pt;
			font-weight: bold;
			color: #e3f1fc;
			
			z-index: 5;
		}
	#mascot {
		position: absolute;
		display: block;
		width: 248px;
		height: 248px;
		/*background: url(img-out/mascot.gif) no-repeat top left;*/
		top:  2px;
		left: -48px;
		z-index: 0;
	}
	.features {
		float: right;
		width: 365px;
		list-style-type: none;
		margin: -18px 0 0 0;
		padding: 0;
	}
		.features li {
			width: 162px;
			height: 47px;
			float: left;
			display: block;
			margin: 18px 7px 0 10px;
			overflow: hidden;
			background: #000;
			border: 1px solid #2f2f30;
			width: 160px;
			height: 45px;
			color: #e4eef6;
			font-size: 12px;
			line-height: 17px;
		}
		.features li a {
		width: 150px;
		height: 35px;
		display: block;
		padding: 6px;
		text-decoration: none;
		color: #fff;
		}
		
		/* IE 6 */
		
		*html .features li a {
		width: 158px;
		}
		
		/* Edit the background hex */
		
		.features li a:hover {
			background: #161616;
			display: block;
			text-decoration: none;
			color: #fff;
		}
	div.signup .buttons {
		position: relative;
		float: right;
		clear: right;
		width: 365px;
		text-align: left;
		margin: 15px 0 0 0;
	}
		a.tour {
			display: block;
			width: 173px;
			height: 36px;
			text-align: center;
			margin-top: 6px;
			
			background: url(img-out/taketour.gif) no-repeat top left;
			
			padding: 6px 0 0 0;
			color: #fff;
			font-size: 13pt;
		}
		
		/* Edit the background url to change the hover, edit the colour to change the font color */
		
			a.tour:hover {
			background: url(img-out/taketour.gif) no-repeat top left;
			color: #888;
		}
		a.signup {
			position: absolute;
			display: block;
			width: 195px;
			height: 51px;
			top: 0;
			left: 158px;			
			background: url(img-out/signup.gif) no-repeat top left;
			text-indent: -1000em;
			z-index: 500;
		}
		
		/* Edit the background url to change the hover */
		
		a.signup:hover {
		background: url(img-out/signup_hover.gif) no-repeat bottom right;
        }

/*** SERVER LIST ***/
div.servers {
	display: block;
	width: 570px;
}
	div.servers ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		div.servers ul li {
			float: left;
			display: block;
			width: 186px;
			height: 166px;
			background: url(img-out/server_bg.gif) no-repeat top left;
			text-align: center;
			margin: 0 4px 0 0;
		}
			div.servers ul li h3 {
				display: block;
				font-family: Arial;
				font-weight: bold;
				font-size: 14pt;
				margin: 18px 0 16px 0;
			}
			div.servers ul li img {
				display: block;
				border: 0;
				width: 150px;
				height: 54px;
				margin: 0 auto 9px auto;
			}
			div.servers ul li .join {
				display: block;
				width: 148px;
				height: 30px;
				background: #4a5660;
				border: 1px solid #6d747b;
				margin: 0 auto;
				
				color: #dce7ec;
				font-size: 12pt;
				font-weight: bold;
			}
			
			div.servers ul li a:hover.join {
				display: block;
				width: 148px;
				height: 30px;
				background: #4a5660;
				border: 1px solid #6d747b;
				margin: 0 auto;
				
				color: #ffffff;
				font-size: 12pt;
				font-weight: bold;
			}
				div.servers ul li .join span {
					display: block;
					padding: 4px 0 0 0;
				}

/*** PRIZES ****/
div.prizes {
	display: block;
	width: 570px;
	background: #0b0909;
	margin: 2px 0 2px 0;
}
	div.prizes span {
		display: block;
		padding: 12px;
	}
	div.prizes h2 {
		font-family: Verdana;
		font-size: 16pt;
		font-weight: normal;
		margin: 0 0 11px 0;
	}
	div.prizes img {
		border: 1px solid #2f2f30;
		float: left;
		margin: 0 11px 11px 0;
	}
	div.prizes p {
		font-family: Verdana;
		font-size: 9pt;
		line-height: 1.5em;
	}
	
/*** RIGHT COLUMN PARTS ***/
.rightcol ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	.rightcol li {
		margin: 0 0 20px 0;
	}
	.rightcol li h3 {
		display: block;
		background: #000;
		border: 1px solid #4a5660;
		margin: 0 0 2px 0;
	}
		.rightcol li h3 span {
			display: block;
			margin: 1px;
			padding: 3px 5px 3px 5px;
			background: #4a5660;
			color: #e3f1fc;
			font-weight: bold;
			font-size: 10pt;
		}
	.rightcol li form {
		margin: 0;
	}
		.rightcol li form fieldset {
			margin: 0;
			padding: 0;
			border: none;
		}
		.rightcol li form label {
			display: block;
			float: left;
			font-size: 8pt;
			color: #c7d2d8;
			padding: 7px 0 7px 0;
		}
		.rightcol li form .forgot {
			float: right;
			font-size: 7pt;
			color: #c7d2d8;
			padding: 7px 0 0 0;
		}
		.rightcol li form input, .rightcol li form select {
			width: 175px;
			height: 22px;
			margin: 0 auto;
			background: #222424;
			border: 1px solid #707c7c;
			color: #fff;
			font-family: Verdana;
			font-size: 8pt;
			padding: 2px;
		}
		.rightcol li form .remember {
			float: left;
			font-size: 7pt;
			color: #c7d2d8;
			padding: 9px 0 0 7px;
			text-align: center;
		}
			.rightcol li form .remember .checkbox {
				width: auto;
				height: auto;
				border: none;
				background: none;
			}
		.rightcol li form .submit {
			float: right;
			width: 82px;
			height: 22px;
			margin: 10px 7px 0 0;
			border-color: #7d8f9e;
			color: #fff;
		}
	.rightcol ul li ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		.rightcol ul li ul li {
			font-size: 8pt;
			margin: 0;
			padding: 5px;
			color: #c7d2d8;
			border-bottom: 1px solid #1f2021;
		}
			.rightcol ul li ul li span {
				color: #fff;
			}
			.rightcol ul li ul li.more {
				font-size: 7pt;
				border: none;
				text-align: right;
				padding: 18px 0 0 0;
			}

/*** SUB-PAGE ***/

.topimg {
	display: block;
	width: 550px;
	height: 83px;
	margin: 0 0 12px 0;
}
.pagetitle {
	font-family: Verdana;
	font-size: 16pt;
	color: #c7d2d8;
}
.subpage { margin-left: 15px; }
.leftcol-sub {
	display: block;
	float: left;
	width: 700px; }
.subpage p {
	color: #c7d2d8;
}
.subpage li { color: #c7d2d8;}
.subpage td {font-size: 12px; padding: 4px;}
.subpage ul {margin-left: 20px; }

/*** FOOTER ***/
.copyright {
	display: block;
	color: #6d747b;
	font-size: 7pt;
	padding: 3px;
	margin: 0;
}
	.copyright a:link, .copyright a:visited, .copyright a {
		color: #6d747b;
	}
.img-out {
	display: block;
	margin: 15px;
}
.info {
	display: block;
	margin: 15px;
	font-size: 7pt;
	color: #585656;
}

/*** Login box for subpage ***/

.login-box{

	border: 1px solid #1f2021;
	padding: 4px; 
	background: #18191d;
}