html, body {
    height: 100%;
	margin: 0px; 
	padding: 0px;
	font-family: 'Trebuchet MS', verdana;
}

p.main_text {text-align:justify;
            color:#6e3900;
}

.menulist a{
        color: #ffe6c8;
		display: block;
		width: 260px;
		height: 30px;
		padding-left: 5px;
		padding-top: 2px;
		margin-bottom: 0px;
		background-color:#e17804;
		text-decoration: none;
		font-weight: bold;
}
.menulist a:hover{
        background-color:#FFCF65;
		color:#6e3900;
}
.menugallery {
                  background-color:#fffbaf;
				  color:#6e3900;
				  font-weight: bold;
				  }
				  
#map {width: 100%; height: 260px;}
				  