#wrap {
  border: solid 1px grey;  
  padding: 20px;  
  margin: 40px auto; 
  max-width: 1500px;  
  color: grey;
}

#Columns {
	display: flex;
	gap: 40px;
}

#Right {
	margin-top: 5%;
	margin-bottom: 15%;
	width: 20%;
	padding: 20px;
	background: #D86836;
	color: white;
}

#Left {
	width: 80%;
}


#navigation{
	font-size:100%;
	font-weight: bold;
	border-top: solid 2px black;
	border-bottom: solid 2px black; 
	background: black;	
	margin: 0 -20;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;         
  justify-content: flex-start; 
}

#navigation li {
  margin-right: 20px;    
}

li {
	display: inline;
	list-style-type: none;
	padding: 5px 5px;
}

a:link{
	color:white;
	text-decoration:none;
}

a:visited{
	color:white;
}

a:active{
	text-decoration: underline;
	color: #D86836;
}

body{
	font-family:Verdana, sans-serif;
}
h1,h2,h3,h4{
	font-family:Georgia, serif;
}

h3,h2{ 
	color: #D86836;
}

body { 
	color: grey;
	background-color: #1c1b22;
}

