body {
background-color: #322f30;
color: white;
}

@font-face {font-family: GothamLight; src: url(GOTHAM-LIGHT_0.OTF);}
	li {
		font-family: GothamLight
	}	
	h1{
		font-family: GothamLight
	}
	
	.nav{font-family: Gotham Light;
	
	}

	h1{text-align: center;}

.nav{
    border:1px solid #fffff;
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
    font-size: 24px;
}
.nav li{
    display:inline;
}
.nav a{
    display:inline-block;
    padding:10px;
}

.footer 
}