body {
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size: medium;
  font-family: Trebuchet, Verdana, Arial,monospace;
}

img {
  position: absolute;
}
a { text-decoration: none; }
a:hover {
  color: #d97f00;
  }
h3 {
  font-size: 14pt;
  text-decoration: underline;
  font-weight: bold;
}
em {
  font-size: 10pt;
}

.main {
  font-weight: normal;
  font-family:  Arial,monospace;
  font-size: medium;
  text-align: left;
  position: absolute;
  z-index: 2;
  overflow: auto; 
  height: 590px; 
  top: 170px; 
  left: 50%; 
  margin-left: -180px; 
  width: 540px;
}
.logotext {
  font-weight: normal;
  font-family: "Courier New", Arial,monospace;
  font-size: 10pt;
  text-align: center;
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  top: 105px;
}
.menutop {
  position: absolute;
  font-family: "Courier New", Arial,monospace;
  font-size: 10pt;
  width: 600px;
  top: 125px;
  left: 50%;
  margin-left: -375px;
  z-index: 4;
}
.menuleft {
  border-right: 2px dashed #d97f00;
  padding: 5px;
  position: absolute;
  top: 170px;
  line-height: 18pt;
  z-index: 2;
  width: 150px; 
  left: 50%; 
  margin-left: -370px
}
.menubottom {
  position: absolute;
  width: 600px;
  margin-left: -300px;
  top: 790px;
  padding-bottom: 200px;
  left: 50%;
  z-index: 2;
}

.mb {
  font-size: 8pt;
  text-decoration: bold;
  color: white;
}
.mt {
  font-size: 12pt;
  text-decoration: bold;
  color: white;
}

.ml {
  font-size: 11pt;
  text-decoration: bold;
  color: black;
  padding-left: 3px;
  padding-right: 3px;
}
.ml:hover {
  color: blue;
  border-left: solid orange 3px;
  border-right: solid orange 3px;
 }

.download {
  font-size: 12pt;
  text-decoration: bold;
  color: red;
}
.picturestrip {
  position: relative;
  z-index: 4;
  overflow-x: scroll; 
  width: 540px;
  height: 120px; 
  padding: 10px;
  background: black;
  border: 4px dashed white;
}
.stripimg {
  border: 2px solid white;
  padding: 8px;
  position: static; 
  }
.bodyimg {
  border: 2px dashed #d97f00;
  padding: 4px;
  position: static; 
  float: right;
  margin: 8px;
}

.artframe {
  position:relative; 
  padding: 8px; 
  background: black; 
  border-width: 3px; 
  border-color: white; 
  border-style: solid; 
  float: right;
}
div.top_info {
  position: absolute;
  font-family: "Courier New", Arial,monospace;
  font-size: 10pt;
  width: 400px;
  top: 25px;
  left: 50%;
  text-align: center;
  z-index: 5;
  }
div.main_icon {
  border: 0px;
  float: right;
  text-align: center;
  }
div.main_icon img {
  position: relative;
  border: 0px;
  display: inline;
  }
div.main_icon a:hover img {
  border: 0px;
  }

div.buttons_social{
  height: 40px;
  position: absolute;
  width: 60px;
  margin-left: 320px;
  top: 65px;
  left: 50%;
  z-index: 3;
}
div.buttons_social img {
  position: relative;
  border: 0px;
  display: inline;
  }
div.buttons_social a:hover img {
  #border: 0px;
  }

