body{
   margin: 0;
   padding: 0;
   background: #74887C; /*#869D8F; /*#708384;*/
   font: 18px normal Helvetica, Verdana, Arial, Sansserrif;
}
h2{
   display: inline;
   margin: 0 10px;
   font-size: 18px;
}
#slideshow {
position: relative;
width: 800px;
height: 550px;
margin: 0 auto;
overflow: hidden;
}
#slideshow img {
position: absolute;
left: 0;
top: 0;
width: 800px;
height: 550px;
}
#links{
   margin: 0 auto;
   width: 800px;
   position: relative;
}
a, a:hover, a:visited{
   color: #000;
   text-decoration: none;
   margin-right: 20px;
}
.right a,.right a:hover,.right a:visited{
   margin: 0;
   }
.right{position: absolute; top: 0; right: 0;width: 410px;}
