a, a:link, a:active, a:visited {
  color: #8D8B92;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#container {
  position: absolute;
  height: 428px;
  width: 760px;
  margin-top: -214px;
  margin-left: -380px;
  top: 50%;
  left: 50%;
  overflow: hidden;
}

#logo {
  position: relative;
  float: left;
  height: 428px;
  width: 22px;
  background: url(/skin/images/michael-gerzabek-motto-btm.png) no-repeat 0 0;
}

#content {
  position: relative;
  float: left;
  height: 426px;
  width: 737px;
}

#panel {
  position: relative;
  float: left;
  height: 406px;
  width: 737px;
  float: left;
  border-top: 1px solid #CBCBCB;
  border-right: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
}

#reference {
  position: relative;
  float: left;
  text-align: right;
  height: 20px;
  width: 737px;
  padding-top: 2px;
  font-size: 60%;
  font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif
    !important;
  color: #B2B2B2;
}

#reference a {
  text-decoration: none;
  color: #4675A0;
}

#reference a:hover {
  text-decoration: underline;
}

/* Slideshow ----------------------------------------- */
#slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 737px;
  height: 406px;
}

#slides .slideshow {
  width: 737px;
  height: 406px;
  margin: 0px;
  padding: 0px;
}

#slides .description h1 {
  font-size: 26px;
  line-height: 30px;
  color: #2b1f48;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: normal;
  margin-bottom: 0.8em; 
}
#slides .description h2 {
  font-size: 17px;
  line-height: 20px;
  color: #2b1f48;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: normal;
  margin-bottom: 0.5em; 
}

#slides .emph  {
  color: #2b1f48;
}
#slides .description p {
  margin: 0.5em 0em;
}
#slides .description img {
  margin: 15px 25px 0 0;
}
#slides .description {
  position: absolute;
  top: 25px;
  left: 30px;
  font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif
    !important;
  font-size: 14px;
  line-height: 18px;
  color: #8D8B92;
  width: 680px;
}
#slides .description form {
  margin-top: 1em;
}
#slides .description label {
  width: 160px;
  display: block;
  float: left;
  margin-top: 0.2em;
  text-align: right;
  vertical-align: bottom;
  color: #2b1f48;
}
#slides .description input[type="submit"] {
  margin-top: 7px;
}
#slides .description input[type="text"] {
  color: blue;
  font-style: italic;
  font-family: Courier New;
  border-left: none;
  border-bottom: solid 1px #666;
  border-top: none;
  border-right: none;
  font-size: 1em;
  margin: 0.3em 0.1em;
}
#slides .description select {
  color: blue;
  font-style: italic;
  font-family: Courier New;
  border-left: none;
  border-bottom: solid 1px #666;
  border-top: none;
  border-right: none;
  font-size: 1em;
  margin: 0.3em 0.1em;
}
.inp150 {
  width: 150px;
}
.inp300 {
  width: 307px;
}
#slides .description ul {
  margin: 17px 0;
  width: 460px;  
  list-style-type: square;
}
#slides .description ul li {
  margin-bottom: 5px;
}  
#slides .mantle {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#slides sup {
  font-size: 30%;
}
.last {
  background: url(/skin/images/flowers.png) no-repeat bottom right;
/*  position: absolute;
  top: 263px;
  left: 586px;*/
}

#slides .controls {
  width: 90px;
  position: absolute;
  top: 10px;
  left: 640px;
  height: 30px;
}

#slides .controls a {
  border: none;
  position: absolute;
  height: 30px;
  line-height: 24px;
  padding: 5px;
  text-indent: -9999px;
  outline: none;
}

#slides .controls a.previous {
  background: url(/skin/images/backward.png) top center no-repeat;
  left: 0px;
  height: 30px;
  width: 16px;
}

#slides .controls a.next {
  background: url(/skin/images/forward.png) top center no-repeat;
  left: 60px;
  height: 30px;
  width: 16px;
}

#slides .controls a.stop {
  background: url(/skin/images/pause.png) top center no-repeat;
  left: 30px;
  height: 30px;
  width: 16px;
}

#slides .controls a.start {
  background: url(/skin/images/start.png) top center no-repeat;
  left: 30px;
  height: 30px;
  width: 16px;
}

#slides .controls a img {
  background: none;
  border: none;
  cursor: pointer;
}
hr {
  border: 1px dotted #CECBCE;
}
