* {
	margin: 0;
	padding: 0;
}

body {
	background: #9AE4E8;
	color: #333;
	font: 10px "lucida grande", helvetica, arial, sans-serif;
	line-height:1.5;
	padding-bottom: 30px;
}

fieldset {
	border: 0;
	}

a, a:link, a:visited, a:hover, a:active {
	color: #2EB1E7;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	margin: 1.3em 0 .5em;
}

ul, ol {
	padding-left: 33px;
}

img {
	border: 0;
}

#container {
	margin: 7.0em 0 0 -30.0em;
	left: 50%;
	position: relative;
	width: 60em;
	background: #fff url(/images/bg-bottom.png) no-repeat bottom left;
}

#container2 {
	background: transparent url(/images/bg-top.png) no-repeat top left;
	padding: 1.4em 1.4em 2.8em 1.4em;
}

#header {
	position: relative;
	z-index: 100;
	margin-top: -6.8em;
	margin-left: -1.4em;
	padding-bottom: 2.0em;
}

#header h1 a{
	font-weight: bold;
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
	background: transparent url(/images/logo.png) no-repeat 0 0;
	text-indent: -999em;
	display: block;
	height: 77px;
	width: 391px;
	overflow: hidden;
}

#nav {
	float: right;
	margin-top: -6.5em;
	position: relative;
	z-index: 101;
}

#nav ul {
	list-style: none outside;
}

#nav ul li a{
	color: #fff;
	font-size: 1.3em;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
}

#nav ul li a:hover{
	text-decoration: underline;
}


#content {
	text-align: center;
	padding-bottom: 1.5em;
	font-size: 1.1em;
}

.faq #content {
	margin-top: -2em;
	text-align: left;
}

#content h2 {
	margin: 0;
	padding-bottom: .5em;
}

#leaderboard {
	text-align: center;
	padding: 1.5em 0 0;
	width: 40%;
	position: relative;
	left: 50%;
	margin-left: -20%;
}

#wit {
	font-size: 1.2em;
	padding: .5em 0;
}

#content input#username {
	width: 40%;
	font-size: 1.4em;
	padding: 2px 3px;
	margin: 2px 0 1em;
}

#content input#submit {
	clear: both;
	display: block;
	position: relative;
	margin-left: -7em;
	width: 14em;
	left: 50%;
}


#footer ul {
	list-style: none outside;
	text-align: center;
	padding: 20px 0 20px;
}
#googlead {
	text-align: center;
	padding: 10px 0;
	width: 468px;
	height: 60px;
	position: relative;
	left: 50%;
	margin-left: -234px;
}