body {
    background-color: #ffffff;
    font-family:Verdana, Geneva, Tahoma, sans-serif
}
h1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(96, 95, 95);
}
h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(228, 112, 50);
}
h4 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:rgb(228, 112, 50)
}
#wrapper {
    width: 90%;
	margin:5px auto;
	padding:5px 30px;
	border: solid 1px grey;
	border-collapse:collapse;
	color:#5B5B5B;
}
#header{
	width:100%;
}
#navigation{
	clear:both;
	padding: 5px 15px;
	margin: 0 -30px;
	list-style-type:none;
	background-color:black;
	color:white;
}
.navigation{
	display:inline-block;
	padding:2px 10px;
	text-align:center;
    color: white;
    font-weight: bold;
    padding: 4px;
}
h2, h4{
	color:#D86836;
}
#footer{
	width:100%;
	color:#D86836;
}
.nav{
	display:inline-block;
	padding:2px 10px;
	text-align:center;
}
.nav a{
	text-decoration:none;
	color:white;
	font-weight:bold;
	padding:4px;
}
.nav a:hover{
	text-decoration:underline;
	background-color:#5B5B5B;
}
.current{
	border-bottom:solid 3px white;
}
