@font-face{
    font-family: mainfont;
    src: url(../fonts/Novecentowide-Light.otf) format('truetype');
}
a:link    {color: #000000; background-color:transparent; text-decoration:none}
a:visited {color: #000000; background-color:transparent; text-decoration:none}
a:hover   {color: #A4A4A4; background-color: transparent; text-decoration:none}
a:active  {color: #000000; background-color:transparent; text-decoration:none}

a.basic:link    {color: #ffffff; background-color:transparent; text-decoration:none}
a.basic:visited {color: #ffffff; background-color:transparent; text-decoration:none}
a.basic:hover   {color: #ffffff; background-color: transparent; text-decoration:none}
a.basic:active  {color: #ffffff; background-color:transparent; text-decoration:none}

body{
	margin: 0px;
	background: #ffffff;
	color: #000000;
	font-family: mainfont;
}
div.menu{
	margin-top: 1%;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	min-width: 600px;
	text-align: center;
}
table.menu{
	width: 100%;
	text-align: center;
}
td.menu{
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 5px;
}
hr.line1{
	margin-top: -1px;
	border-top: 3px solid #000000;
	margin-bottom: 0px;
}
hr.line2{
	margin-top: 2px;
	border-top: 1px solid #000000;
}
div.content{
	margin-top: 5%;
	width: 700px;
	padding: 2%;
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}
p{
	margin-left: 100px;
	margin-right: 100px;
}
div.gallery{
	width: 100%;
	text-align: center;
}
div.gallerybox{
	font-size: 10px;
	color: #ffffff;
	display: inline-block;
    border: 1px solid #A4A4A4;
    margin: 10px;
    width: 180px;
	height: 120px;
	background-size: 180px auto;
    background-repeat: no-repeat;
	background-position: center;
	text-align: left;
}
div.gallerybox:hover{
	color: #000000;
	background-size: 190px auto;
}
span.gallerybox{
	background-color: #A4A4A4;
	visibility: hidden;
}