﻿.page {
   margin:0px 0px 50px 0px;
   border:0px solid white; 
}

h1.page-title {
   font-family :Helvetica;
   margin:0px 0 30px 0;
   color:#FFFFFF; 
   font-size:26px;
   text-transform:capitalize;
   font-weight:normal;
}

.text-content , .menu-content,.image-gallery-content{
   font-family:Helvetica;
   font-size:12px;
   /*overflow-x:hidden;*/
   overflow-y:auto;
   width:370px;
   height:315px;
   border:0px solid yellow;
   word-wrap: break-word;
   color:#FFFFFF;
   font-weight:normal;
   word-spacing:1px;
}

.floorplan
{
   overflow-y:auto;
   margin:0px 0 20px 0;
   width:400px;
   height:280px;
   border:0px solid red;
}

 .map
 {
   margin:0px 0px 0px 0px;
   width:335px;
   height:280px;
   /*overflow:hidden;
   border:0px solid red;*/
   background-image: url("../images/map.png");
 }

.item-row {
  margin:3px 0;
}

.item-detail {

}