div.header
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	}
div.navigation
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-decoration: none;
	
	}
td{
	border-color: black;
	border-width: 1px;
	border-style: solid;
	
}
th a{
	font-size: 30px;
	text-decoration: none;
	color: black;
	text-align: center:
}
img.belt {
	width: 100px;
}
div.footer
{
	width: 1000px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	background-color: #feffeb;
	clear: both;
	border-top-style: solid;
	border-top-color: black;
	border-top-width: 1px;
	text-align: center;
	}
img.banner
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	}

div.content
{
	width: 410px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	}
div.container
{
	width: 1000px;
	background-color: #feffeb;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	}
p
{
	text-align: justify;
	font-family: "Verdana", sans-serif;
	font-size: 88%;
	}
body
{
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
	background-color: #feffeb;
	}



* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  width: 580px;
  height: 400px;
  padding-top: 20px;
  position: relative;
  float: right;
  display: block;
  margin: auto;
}

img.slide {
	height: 400px;
	position: absolute;
	vertical-align: center;
}

/* Hide the images by default */
.mySlides {
  display: none;
  
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}




