div#header {
	position: fixed;
	left: 0px;
	width: 100%;
	height: 3em;
}
div#header_shadow {
	position: fixed;
	left: -5%;
	width: 110%;
	height: 3em;
	box-shadow: 0px 7px 7px 0px rgba(76,91,59,0.65);	
	z-index: 99;
}

div.headers {
	background-color: #E5FFCA;
	z-index: 100;
	top: 0px;
}

div.header_menu {
	position: fixed;
	top: 3em;
	visibility: hidden;
}

div.header_menu_shadow {
	z-index: 99;
	top: 3em;
	position: fixed;
	box-shadow: 7px 7px 7px 0px rgba(76,91,59,0.65);
	visibility: hidden;
}

div#header p span a {
	text-decoration: none;
	color: #608030;
}

div#header p{
	font-size: 1.5em;
	font-weight: 900;
	color: #608030;
	margin: 0.15em 0.3em;
}

div.header_menu p{
	font-size: 1.3em;
	font-weight: 900;
	color: #608030;
	margin: 0.15em 0.3em;
}