/* CSS Document */
body 
background {background-image:url(images/PapierBeige.png);}

body {min-width : 0; max-width : 1020px; margin:0 auto; padding:0;}

body {font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;}

.drop_menu {
	background:#003100;
	padding:0;
	margin:0;
	list-style-type:none;
	text-align:center;
	height:30px; 
}
.drop_menu li { float:left; }
.drop_menu li a {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 20px;
	display: block;
	color: #fffdd0;
	text-decoration: none;
	font-size: 18px;
	font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
	
}

/* Submenu */
.drop_menu ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style-type:none;}
.drop_menu li:hover { position:relative; background:#004b00; }
.drop_menu li:hover ul {
	left:0px;
	top:24px;
	background:#c3c3c3;
	padding:0px; z-index:999;
}

.drop_menu li:hover ul li a {
	padding:5px 5px 5px 5px;
	display:block;
	width:168px;
	text-indent:7px;
	background-color:#004b00; z-index:999;font-size:15px;
}
.drop_menu li:hover ul li a:hover { background:#007200; }




.entypo-class {
	display: inline-block;
	font-family: entypo;
	speak: none;
	list-style-type: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: medium;
}
.entypo-facebook {
	content: '\F30C';
	font-size: medium;
}
.entypo-class tr .entypo-facebook {
}
.entypo-class tr .entypo-facebook {
}


.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
  background-color:  #fffdd0;
  text-align: center;
}