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

body, html {
	background: #000000 url(../images/bgTop.jpg) 50% 0 no-repeat;
	margin:0;
	padding:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;}
	
a:link, a:active, a:visited {
	color:#06C;
	text-decoration:none;}
	
a:active,a:focus {
	outline: none;
	-moz-outline-style: none;}
	
a:hover {
	color:#fff;
	text-decoration:underline;}
	
#flash {
	outline: none;
	-moz-outline-style: none;}	
	
p, h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
	font-family: futura-pt, sans-serif;}
	
p {
	margin:0 0 20px 0;
	line-height:20px;
	font-size:14px;}

h2 {
	border-bottom:1px solid #fff;
	margin:0 0 20px 0;}
	
#container {
	width:960px;
	margin:0 auto;}
	
#header {
	height:350px;}
	
#header h1, #header h2 {
	display:none;}
	
#nav {
	height:50px;}
	
#nav ul {
	list-style:none !important;
	margin:0;
	padding:0;}
	
#nav ul li {
	text-align:center;
	display:block;
	float:left;
	padding:0 40px 0 0;}
	
#nav ul li a {
	color:#FFF;
	font-family: futura-pt, sans-serif;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;}
	
#nav ul li a:hover {
	color:#06c;}

.clear {
	clear:both;}

