body {
margin: 0;
padding: 0;
text-align: center; 
/*background-image: url("./images/background.png");*/
background-color:#ffffff;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}

b {
color: #b30000;
}

p {
color: black;
}

h1 {
color: #b30000;
}

h2 {
text-align: center;
}

h3 {
text-align: center;
}

h4 {
text-align: center;
}

a:link    {color:black;}
a:visited {color:black;}
a:hover   {color:red;}
a:active  {color:yellow;}
a:background {color:white;}

#container {
width : 1000px;
height: 140px;
margin: 0 auto 0 auto;
text-align: center;
position: relative;
}

#menuBar {
top: -30px;
width: 1000px;
height: 20px;
position: relative;
word-spacing: 60px;
}

#leftColumn {
top: 400px;
left: 80px; 
width: 250px;
position: absolute;
word-spacing: 0px;
}

#rightColumn {
top: 400px;
right: 120px;
width: 250px;
position: absolute;
word-spacing: 0px;
}

#middleColumn {
top: 0px;
width: 960px;
position: relative;
word-spacing: 0px;
text-align: center;
}

#bodyColumn{
top: 0px;
width: 960px;
position: relative;
word-spacing: 0px;
text-align: left;
}

#text{
top: 5px;
left: 5px;
right: 5px;
position: relative;
word-spacing: 0px;
text-align: left;
font-family: Tahoma, Geneva, sans-serif;
}

/* --- Slideshow --- */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 300px;
  position: relative;
  margin: auto;
}

.slideshow-container-main {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* 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);
}

.prev2, .next2 {
  cursor: pointer;
  position: relative;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 19px;
  color: white;
  font-weight: bold;
  font-size: 22px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next2 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev2:hover, .next2:hover {
  background-color: rgba(0,0,0,0.8);
}

/* 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: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #ffc6c6;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #b30000;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.button {
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #b30000;
  border: 2px solid #b30000;
  border-radius: 15px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.button:hover {
  background-color: #fff;
  color: #990000;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 25px 0 rgba(0,0,0,0.19);
}

.button:active {
  background-color: #fff;
  color: #990000;
}

.buttonActive {
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #990000;
  background-color: #fff;
  border: 2px solid #990000;
  border-radius: 15px;
}

.fadeImage {
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
}

.fadeImage:hover {
  opacity: 0.5;
}

.slideshow-container-main:hover {
  opacity: 1;
}

.main {
	width:100%;
	float:left;
	height:1%;
}
.child {
    width:50%;
    float:left;
}
.four {
    width: 96%;
    float:left;
    height: 150px;
    background:#35a;
    margin: 2% 0;
}
.nine {
    width:96%;
    float:left;
    height: 100px;
    background:#35a;
    margin: 2% 0;
}
.left {
    width:50%;
    float:left;
}
.right {
    width:33%;
    float:left;
}

#small_wrap > div {
  width: 22.5%;
  padding-bottom: 0%;
  margin: 1%;
  float: left;
}