* {
	padding: 0;
	margin: 0;
	font-family: "Times New Roman", Georgia, Serif;
}
#nav {
	position: relative;
	z-index: 100;
}
#nav ul {
	background: 776c68; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e6e4e3, #776c68); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e6e4e3, #776c68); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e6e4e3, #776c68); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e6e4e3, #776c68); /* Standard syntax */
    height: 32px;
    z-index: 100;
}

#nav ul li img {
	position: relative;
	/*right: 10px;*/
	width: 32px;
	height: 32px;
	margin-left: 45%;
	background: 776c68; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e6e4e3, #776c68); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e6e4e3, #776c68); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e6e4e3, #776c68); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e6e4e3, #776c68); /* Standard syntax */
}
#nav ul li img:hover {
	background: 776c68; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#aaa39f, #776c68); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#aaa39f, #776c68); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#aaa39f, #776c68); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#aaa39f, #776c68); /* Standard syntax */
}
#nav ul ul {
	margin-top: -5px;
	width: 100%;
	background-color: #e0dfde;
	display: none;
	z-index: 100
}
#nav ul ul li {
	width: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
	align-content: center;
	background-color: #526846;
}
#nav ul ul li p {
	margin-left: 15px;
}
#nav a {
	color: #fdf002;
	text-decoration: none;
	font-size: 23px;
}
#nav ul ul li:hover {
	background-color: #597b4d;
}

#logo {
	width: 100%;
}
#logo img {
	width: 100%;
	z-index: -1000;
}


#pages {
	position: relative;
	align-content: center;
	text-align: center;
	z-index: -1000;
}

#pages h1 {
	padding: 5px;
	text-decoration: underline;
} 
#pages p {
	padding: 8px;
}


#footer {
	width: 100%;
	height: 80px;
	padding-top: 8px;
	padding-bottom: 8px;
	align-content: center;
	text-align: center;
	background-color: #225621;
	color: #c0c0c0;
}