body {
   color: black;
   font-size: 14;
   font-family: arial, helvetica, sans-serif;
   background-color: #ffffff;
}
p {
	text-align: center;
}
table {
    font-size: 14;
    font-family: arial, helvetica, sans-serif;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border: 1px solid #D1D19D;

}
table.images {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border: 2px inset #D1D19D;
}
table.images td {
    border: 1px outset #AEAE83;
    padding-bottom: 5;
    padding-top: 5;
    background-color: #D1D19D;
    height: 180;
    width: 180;
}
th {
    background-color: #D1D19D;
}
td {
    padding-left: 5;
    padding-right: 5;
    text-align: center;
    border: 1px solid #D1D19D;
}

div {
    display: block;
    padding: 5px;
    margin: 5px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
div.image {
    width: 344;
    background-color: #D1D19D;
    border-width: 1;
    border-style: inset;
    border-color: #9D9D76;
}
div.text {
    width: 470;
}
div#body {
    width: 860;
    border-width: 1;
    border-color: #000000;
    border-style: inset;
    background-color:#ffffc0;
    }
div#head {
    width: 844;
    clear:both;
}

div#location_block {
    width: 844;
    clear:both;
}
div#location_text {
    float: right;
    width: 426;
}

div#location_image {
    float: left;
}
div#features_block {
    width: 844;
    clear:both;
}
div#features_text {
    float: left;
}

div#features_image {
    float: right;
}
div#amenities_block {
    width: 844;
    clear:both;
}
div#amenities_text {
    float: right;
}

div#amenities_image {
    float: left;
}
div#rental_block {
    width: 844;
    clear:both;
}
div#rental_text {
    float: right;
}

div#rental_image {
    float: left;
}



