@charset "UTF-8";
/* CSS Document */

.images{
  max-width: 100%;
  width: 100%;
  height: auto;
} 

.description{
  position: fixed;
  width: 100%;
  top: 100px;
  left: 0;
  background-color: none;
  text-align: center;
  color: lightgray;
  font-family: 'Times New Roman', Times, serif;
  text-shadow: 1px 1px 1px black;
  z-index: 10000;

}

.columnleft{
  position: relative;
  width: 444px;
  left: 10px;
  top: 10px;
  height: auto;
  float: none;
  margin: 15px 15px 15px 15px;
  background-color: none;
}

#logobox{
  position: fixed;
  background-color: transparent;
 
  width: 233px;
  height: 60;
  right: 5px;
  bottom: 33px;
  padding: 5px;
}

body {
  font-size: 12px;
  color: black;
  font-family: "Times New Roman", Times, serif;
  background-repeat: no-repeat; 
  background-attachment: fixed;
  background-color: #ffffff;
}

#innerindex{
  position: relative;
  width: 666px;
  top: 33px;
  left: 33px;
  background-color: transparent;
}

#infobox{
  position: relative;
  width: inherit;
  padding: 15px;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}

a{
  transition: color 0.1s ease;
  color: rgb(0, 0, 0);
  background-color: none;
  text-decoration: underline;
}

a:hover {
  color: black;
  background-color: none;
    text-decoration: none;

}

a.black {
  transition: color 0.1s ease;
  color: black;
  background-color: none;
  text-decoration: none;
}

a.black:hover {
  color: red;
  background-color: none;
}

#copyright {
  position: fixed;
  bottom: 5px;
  z-index: 1000;
}

#menu {
  position: absolute;
  top: 0px;
  right: 0px;
  color: black;
  padding: 0px;
  width: 777x;
  text-align: center;
  background-color: none;
  z-index: -100000;
}

img.large {
  max-width: 100%;
  max-height: 100%;
}

img.grey {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

