@charset "utf-8";
/* CSS Document */

/* base styles */
body {
	background: #000000;
	font-family:Trebuchet MS;
	font-size:1em;
	}
h1 {
	font-size: 1.5em;
	margin-bottom: 5px;
	}
h2 {
	font-size: 1.25em;
	margin-bottom: 5px;
	color:#ffffff;
	}
p {
	margin-top: 5px;
	color:#CCCCCC;
	line-height: 1.25em;
	}
a:link {
	color:#CC9900;
	}
a:visited {
	color:#CC9900;
	}
a:hover {
	text-decoration:underline;
	}

/* layout styles */
#header {
	width: 600px;
	text-align:left;
	color:#FFCC00;	
	margin-bottom:15px;
	font-size: 2em;
	font-weight: bold;
	border-bottom: 1px solid #FFCC00;
	}
#header span {

	}	
#container {
	position:absolute;
	left: 109px;
	width: 594px;
	margin-left: -300px;
	text-align:center;
	top: 16px;
	}

#content {
	width:600px;
	color: #fff;
	text-align:left;
	padding-bottom: 25px;
	}
	
/* form styles */
#regform {
	margin-bottom: 15px;
	}
#regform fieldset {
	margin-bottom: 10px;
	}
#regform legend {
	color: #ffcc00;
	padding-right: 5px;
	}
#regform input, #regform label{
	margin-left: 10px;
	margin-bottom: 0px;
	}
#regform textarea {
	margin: 5px 0 5px 10px;
	}
#regform p {
	margin: 10px 0;
	}
#regform #name, #regform #address {
	width: 400px;
	}
#regform #email {
	width: 250px;
	}
