@import url('https://fonts.googleapis.com/css?family=Orbitron');
@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow');

* { padding: 0; margin: 0; }

h1 { font-size: 250%; }
h1, h2 {
font-family: 'Orbitron', sans-serif;
}

ul {
font-family: 'Archivo Narrow', sans-serif;
font-size: 120%
}
	
img {
vertical-align: middle;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-top: 10px;
}

a:link {
color: #A9A9A9;}

 
a:visited {
	color: #a9a9a9;}
	
a:hover {
	color:#a9a9a9;}
	
 a:active{
	 color:#a9a9a9;}


body {
  background-color:	#f4f4f4;
}


div#wrapper {
  background-color: white;
  color: black;
  width: 1910px; 
  margin-right: auto; 
  margin-left: auto;  
}

div#header {
  background-color: white;
  color: #A9A9A9;
}

div#nav {
  background-color: white;
  color: #A9A9A9;
  height: 50px;
}

	nav ul {
		height: 50px;
		width: 600px;
		margin: 0 auto;
	}

	nav ul li {
		list-style-type: none;
		width: 150px;
		float: left;
		text-align: center;
	}

	li a {
		text-decoration: none;
		color: #A9A9A9;
		line-height: 50px;
		display: block;
	}	

	li a:hover {
		background-color: #C0B283;
		color: #373737;
	}

div#article {
  background-color: #f4f4f4;
  color: #C0B283;
}

div#footer {
  background-color: #F4F4F4;
  color: #373737;
  position: fixed; 
  left: 0px;
  bottom: 0px; 
  width: 100%; 
}  
  


