

div#slideshow {
    float : right;
    height : 15em;
    margin-left : 2em;
    margin-right : 1em;
    overflow : hidden;
  }


div#slideshow > img {
    width : 15em;
  }


div.line {
    border-bottom: .2em solid #dcc188;
    margin: 1em;
    clear: both;
  }


img {
    width: 10em;
    margin-right: 2em;
    margim-left: 2em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }


img.left {
    float:left;
    width: 10em;
  }


img.right {
    float:right;
    width: 10em;
  }


p {
    font-size : 1.3em;
    padding-left : 1em;
    padding-right : 1em;
    padding-top : 0.5em;
    padding-bottom : 0.5em;
    text-align : left;
    text-indent : none;
  }


div#content p {
    text-indent: 0em;
  }


h2#Amenities_Heading {
    text-align: center;
  }


ul#Amenities {
    font-variant : small-caps;
    font-size : 1.2em;
  }

