* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
 background-color: #333333;
 .mySlides {display: none}
 img {vertical-align: middle;
 }/* Slideshow container */
.slideshow-container {
 
  max-width: 640px;
  position: relative;
  vertical-align: middle;
  margin: 10px;
                             
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #fa28cc;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

 img {
 padding: 3px;
 border: solid 1px #bce296;
}


#wrapper {
 max-width: 800px;
 margin: 0 auto;
}

#navbartop {
 margin: 0px 5px 1px 5px;
 padding: 4px;
 background-color: #8a3c3c;
 background-repeat: no-repeat;
 text-align: right;
 color: #ffffff;
}
#navbartop a{
font-size: 1em;
color: #e07777;
text-decoration: none;
}

#header {
 border: 1px #843535 solid;
 margin: 5px 5px 5px 5px;
 height: 100px;
 padding: 0px;
 background-color: #843535;
 background-image: url(images/header.jpg);
 background-repeat: no-repeat;
 a img {
    border: 0;
  }
 }
#header h1 {
 color: #ffffff;
 font-size: 1.7em;
 text-decoration: underline;
 }
#header a {
 color: #c1bcbc ;
 font-size: 1em;
 text-decoration: none;
 font-weight: bold;
 }
#maintext {
 border: 1px solid #ccc;
 margin: 0px 5px 5px 5px;
 min-height: 455px;
 padding: 4px;
 background-color: #eeeeee;
}
#maintext h1{
color: #843535;
font-size: 1.4em;
background-image: url(images/hbg.jpg);
background-repeat: no-repeat;
padding-left: 65px;
padding-bottom: 6px;
padding-top: 6px;
}                                                                                                                                                                                                                                                                                                                                                                            
#maintext h2{
color: #843535;
font-size: 1.4em;
background-image: url(images/hbg.jpg);
text-align: left;
background-repeat: no-repeat;
padding-left:  65px;
padding-bottom: 6px;
padding-top: 6px;

}
#maintext p{
color: #999999;
text-align: justify;
padding-top: 25px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 11px;
}
#maintext a{
color: #843535;
text-decoration: none;
}
#maintext a:hover{
color: #ff7733;
}
.inset
{ 
float:right;
width:90px;
padding:5px;
border:#843535 1px solid;
margin:5px 0 0 5px;
background:#dbc3c3;
color:inherit;
font-size:85%;
}



#wrapper2 {
 max-width: 780px;
 margin: 0 auto;
}

#credits {
 border: 2px solid #843535;
 background-color: #eeeeee;
 margin: 0px 3px 3px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 779px;
 text-align: left;
 font-size: .9em;
 a img {
    border: 0;
  }
 }
 
#footer {
 border: 2px solid #843535;
 background-color: #eeeeee;
 margin: 0px 3px 3px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 779px;
 background-image: url(images/bgft.jpg);
 background-repeat: repeat-x;
 text-align: center;
 font-size: .9em;}


