/* ####################################################################################################################
   GENERAL
   #################################################################################################################### */

body {
	font-family: arial, sans-serif;
	font-size: small;
	color: #000;
	background: #FFF;
}

a {
	color: #3E7709;
	outline: none;
}

img {
	border: none;
}

/* ####################################################################################################################
   
   #################################################################################################################### */
  
#header-wrapper {
	height: 130px;
	margin-bottom: 20px;
	border-bottom: 1px solid #666;
}  

#headerpic, #menu-container, #footer {
	display: none;
}


