body{
	min-width: 675px;
	width: 94%;
	margin-left: 3%;
	background-color:  #ffffff;
	overflow-y: scroll;
}
a{
	text-decoration: none;
	color: #1357BB;
}
#title{
	font: 400 50px/0.5 'Lobster', Helvetica, sans-serif;
}
#language{
	position: relative;
	width: 80px;
	padding-left: 10px;
	text-decoration: none;
}
#language a{
	position: relative;
	left: auto;
	right: auto;
}
#tabs a{
	margin-right: 1%;
	float: left;
	width: 10%;
	min-width: 103px;
	text-align: center;
	font: 400 30px/0.8 'Lobster', Helvetica, sans-serif;
	border: 2px solid;
	border-style: none none solid;
}
#tabs a:hover{
	color: red;
}
#tabs #selected{
	color: black;
	border-style: none none solid;
	text-decoration: none;
	pointer-events: none;
}
#content{
	padding-top: 10px;
	font-family: arial;
	text-align: justify;
	color: #222222;
	clear: left;
}
#footer{
	clear: both;
	text-align: center;
}
#footer a{
	padding: 0px 3px;
}
#idxpic{
	margin-left: 15%;
	width: 70%;
}
#fb{
	position: absolute;
	left: 3%;
}
#locmap{
	margin-left: 25%; 
	width: 50%;
}
.gal{
	margin: 1%;
	width: 30%;
	text-align: center;
}

h3{
    padding: 5px 0px 0px 0px;
    margin: 0px;
}
p{
    padding: 4px 0px;
    margin: 0px;
}