/* CSS Document */

body {
	background-color: #000000;
	color:#FFFFFF;
}


h1 { color:#FFFFFF;}
h1 a, h1 a:hover {
	color:#FFFFFF;
	text-decoration: none;
}

h2 {
	color:#FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 20px;
}

a {
	color:#FFFFFF;
	text-decoration: none;
	outline: none;
}

/*a:hover {
	color:#FFFFFF;
	text-decoration: none;
}*/

.info a:link {
	border-bottom:1px solid #303030;
	color:#FFF;
	text-decoration:none;
	outline: none;
}
.info a:visited {
	border-bottom:1px solid #303030;
	color:#FFF;
	text-decoration:none;
	outline: none;
}
.info a:hover {
	border-bottom:1px solid #FFF;
	color:#FFFFFF;
	text-decoration:none;
	outline: none;
}
.info a:active {
	border-bottom:1px solid #303030;
	color:#FFFFFF;
	text-decoration:none;
	outline: none;
}

ul#navlist
{
margin-left: 0;
padding: 10px 0 0 0;
white-space: nowrap;
float:right;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color: #000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#navlist a:hover
{
color: #fff;
background-color: #222;
text-decoration: none;
}

.info {
	width:500px;
	float:left;
	}
	
.sign-up {
	width:300px;
	float:right;
	margin-right: 0; 
	}
	
label {
	text-transform:uppercase;
}