body {
  font: 20px/1.3em "Times new roman", times, serif;
  letter-spacing:1px;
  padding-bottom:100px;
}

#container {
  width:400px;
  margin:50px auto 0;
  text-align:center;
}

p { margin: 0.8em 0; }

.ami {
  font-size:24px;
  font-weight:bold;
}

.per {
  font-size:22px;
}

.poem {
  font: 20px/1.3em Garamond, serif;
  font-style:italic;
  
}

.poem-author {
  float:right;
  margin-right:60px;
  font-style:normal;
  font-size:18px;
}

.icon {
  margin-left:-30px;
}

a, a:visited {
  color:blue;
  text-decoration:none;
}
a:hover, a:active {
  color:#000;
  text-decoration:none;
}

#slider {
  margin:100px auto 0 auto;
  width:604px; 
  height:453px;
}

.clear {
  clear:both;
}

.nivoSlider {
  position:relative;
  width:618px;
  height:246px;
  background:url(loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}
.nivoSlider a {
  border:0;
  display:block;
}

.nivoSlider {
  position:relative;
  background:#fff url(loading.gif) no-repeat 50% 50%;
  margin-bottom:50px;
  -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
  -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
  box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}
.nivoSlider a {
  border:0;
  display:block;
}

.nivo-controlNav {
  position:absolute;
  bottom:-42px;
  margin-left:53px;
}

.nivo-controlNav a {
  display:block;
  width:22px;
  height:22px;
  background:url(bullets.png) no-repeat;
  text-indent:-9999px;
  border:0;
  margin-right:3px;
  float:left;
}

.nivo-controlNav a.active {
  background-position:0 -22px;
}