body{
	line-height: 1.5em;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #eeeeee;
	color: #111111;
	text-align: center;
	
}

#main {
	margin: 0 auto;
	background: #eeeeee;
	width: auto;
	display: block;
}


.ft{
	border-style: none;
	display: inline-block;
	width:340px;
	height:calc(340px * 1.33);
	margin: 0;
	padding: .5rem;
	vertical-align: top;
	text-align: left;
	
}

.ft img{
	width:340px;
	height:340px;
	margin-bottom:1rem;
}

#nav{
	text-align: left;
	margin:0;
	padding: 1rem;
	position: fixed;
	top: 1rem;
	left: 1rem;
	z-index: 100;
	background-color: white;
	box-shadow: rgba(0,0,0,.05) 0 5px 30px;
}

h1{
	font-size: 2rem;
	line-height: 2rem;
	margin: 0 0 .5rem 0;
	padding: 0;
}

#foot{
	color: white;
	bottom: 10px;
	margin-top: 0px;
	padding: 5px;
	position: fixed;
	left: 10px;
	z-index: 100;
}

a{
	color: #111111;
	text-decoration: underline;
}



