html {
	height: 100%;
	margin-bottom: 1px;
	text-align:center;
	}

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background: #000000 url(images/background.jpg) no-repeat top center;
	}
	
#container {
	width:802px;
	margin:0px auto;
	text-align:left;
	}
	
#logo {
	text-align:center;
	width:800px;
	padding: 50px 0 30px 0;
	font-family: "Gill Sans","Verdana", "Helvetica Neue", sans-serif;
	color:white;
	letter-spacing: 15px;
	text-transform: uppercase;
}

/*=========================================================================================
 Text
========================================================================================== */

h3 {
	font-family: "Gill Sans", "Myriad Pro", Helvetica, Arial, sans-serif;
	font-weight:200;
	letter-spacing:0px;
	color:#999999;
	text-transform:uppercase;
	letter-spacing:.4em;
	font-size:xx-large;
}

h4 {
	color:#FFFFFF;
	font-weight:100;
}

/*=========================================================================================
 Navigation Bar
========================================================================================== */
	
#navigation {
	text-align:center;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation a {
	margin: 0;
	padding: 0;
	font-family: "Gill Sans","Verdana", "Helvetica Neue", sans-serif;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #898989;
	padding: 10px 15px;
	text-decoration: none;
	font-size:small;
}
	
#navigation a:hover {
	color: #FFFFFF;
	background:#003399;
}
/*=========================================================================================
 Content
========================================================================================== */

#content {
	background:#000000 top center no-repeat;
	min-height:494px;
	margin-top:7px;
	border: 1px solid #333333;
	font-family: "Gill Sans", "Myriad Pro", Helvetica, Arial, sans-serif;
	color:#CCCCCC;
}

#content a:link {
	color:#0099CC;
	text-decoration:underline;
}

#content a:visited {
	color:#3399CC;
}

#content a:hover {
	color:#FFFFFF;
}

#text {
	margin:0px 70px 30px;
	color:#999999;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*=========================================================================================
 Footer & Copyright
========================================================================================== */

#footer {
	text-align: center;
	padding-top:10px;
	font-size:xx-small;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #999999;
}

#sponsors {
	width: 300px;
	background: #000099;
	float: right;
	border: 10px dashed #000000;
	color: #FFFFFF;
	padding: 10px;
}
#contact {
	background: #000099;
	float: right;
	border: 10px dashed #000000;
	color: #FFFFFF;
	padding: 5px;
	width: 200px;
	text-align: center;
}
