/* CSS Document */

body {
	background: url(images/bg.gif) #FFFFFF center top repeat-x;
	font:13px Arial, Helvetica, sans-serif;
}

a {
	font-family:13px Arial, Helvetica, sans-serif;
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #333333;
}
a:active {
	color: #000000;
}

.full-wrapper {
	width:810px;
	margin-top:5px;
	margin-right:auto;
	margin-bottom:10px;
	margin-left:auto;
}

.footer {
	font:10px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000000;
	padding:10px;
}

.logo {
	width:701px;
	height:92px;
	background: url(images/logo.png) no-repeat;
	position:absolute;
	margin-top:-1px;
	margin-left:22px;
}

.login-tool {
	width:167px;
	height:173px;
	background: url(images/logintool.png) no-repeat;
	margin-top:53px;
	margin-left:642px;
	position:absolute;
}

.navbar {
	width:792px;
	height:32px;
	margin-top:120px;
	margin-left:-9px;
	position:absolute;
	background: url(images/navbar.png) no-repeat;
}

	#home {
		width:72px;
		height:35px;
		background: url(images/navlinks.png) no-repeat;
		background-position:2px 10px;
		margin-top:0px;
		margin-left:25px;
		position:absolute;
	}
	
	#home:hover {
		background-position:2px -30px;
	}
	
	#signup {
		width:90px;
		height:35px;
		background: url(images/navlinks.png) no-repeat;
		background-position:-72px 10px;
		margin-top:0px;
		margin-left:107px;
		position:absolute;
	}
	
	#signup:hover {
		background-position:-72px -30px;
	}
	
	#sponsors {
		width:124px;
		height:35px;
		background: url(images/navlinks.png) no-repeat;
		background-position:-170px 10px;
		margin-top:0px;
		margin-left:210px;
		position:absolute;
	}
	
	#sponsors:hover {
		background-position:-165px -30px;
	}
	
	#account {
		width:114px;
		height:35px;
		background: url(images/navlinks.png) no-repeat;
		background-position:-290px 10px;
		margin-top:0px;
		margin-left:340px;
		position:absolute;
	}
	
	#account:hover {
		background-position:-290px -30px;
	}
	
	#stats {
		width:75px;
		height:35px;
		background: url(images/navlinks.png) no-repeat;
		background-position:-404px 10px;
		margin-top:0px;
		margin-left:460px;
		position:absolute;
	}
	
	#stats:hover {
		background-position:-404px -30px;
	}
	
	#contact {
		width:111px;
		height:35px;
		background: url(images/navlinks.png) no-repeat;
		background-position:-480px 10px;
		margin-top:0px;
		margin-left:540px;
		position:absolute;
	}
	
	#contact:hover {
		background-position:-480px -30px;
	}

.content-wrapper {
	width:774px;
	margin-top:105px;
	margin-left:10px;
	position:absolute;
}
	
	.content-top {
		width:774px;
		height:15px;
		background: url(images/content-top.png) no-repeat;
	}
	
	.content-middle {
		width:774px;
		background: url(images/content-middle.png) repeat-y;
	}
	
	.content-bottom {
		width:774px;
		height:16px;
		background: url(images/content-bottom.png) no-repeat;
	}
	
.main-wrapper {
	width:681px;
	padding-top:50px;
	margin-left:20px;
}
	
	.main-top {
		width:681px;
		height:13px;
		background: url(images/maincontent-top.gif) no-repeat;
	}
	
	.main-middle {
		width:681px;
		background: url(images/maincontent-middle.gif) repeat-y;
	}
	
		.content {
			width:600px;
			margin-left:30px;
		}
		
		.content-left {
			width:300px;
			margin-left:30px;
			float:left;
		}
		
		.content-right {
			width:300px;
			margin-right:20px;
			float:right;
		}
	
	.main-bottom {
		width:681px;
		height:13px;
		padding-bottom:10px;
		background: url(images/maincontent-bottom.gif) no-repeat;
	}
	
.ranknum {
	width:30px;
	height:30px;
	font:40px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	padding-top:0px;
	padding-left:15px;
}

.arrow {
	width:30px;
	height:40px;
	margin-top:20px;
	margin-left:13px;
}

.name{
	width:450px;
	height:40px;
	font:25px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	overflow:hidden;
	position:absolute;
	margin-left:55px;
	margin-top:-25px;
}

.numbers{
	width:130px;
	height:70px;
	font:14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	position:absolute;
	margin-left:540px;
	margin-top:11px;
}

.stars{
	width:111px;
	height:29px;
	position:absolute;
	margin-left:540px;
	margin-top:49px;
}

.banner {
	width:468px;
	height:60px;
	overflow:hidden;
	position:absolute;
	margin-left:55px;
	margin-top:-45px;
	background:#000000;
	border-style:solid;
	border-width:2px;
}

.account-stats {
	width:50px;
	height:23px;
	background: url(images/account.gif) #00FF00 no-repeat;
	position:absolute;
	margin-left:540px;
	margin-top:83px;
}

.description {
	width:468px;
	margin-left:57px;
	margin-top:30px;
	text-align:justify;
}

.header-text {
	font:25px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	padding-bottom:15px;
}

.subhead-text {
	font:20px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	padding-bottom:10px;
}

.hidden-content {
	width:0px;
	height:0px;
}