﻿.page {
   margin:40px 50px 10px 35px;
   border:0px solid green; 
   /*width:330px;*/

}

h1.page-title {
   font-family :Century Gothic;
   margin:0px 0 30px 0;
   color:#333333; /*#ffffff*/
   font-size:24px;
   text-transform:none;
   font-weight:normal;
}



.text-content , .menu-content,.image-gallery-content{
   font-family: Century Gothic;
   font-size:12px;
   /*overflow-x:hidden;*/
   overflow-y:auto;
   width:360px;
   height:300px;
   border:0px solid black;
   word-wrap: break-word;
   color:#666666;
}

.floorplan
{
   overflow-y:auto;
   margin:0px 0 20px 0;
   width:365px;
   height:250px;
   border:0px solid blue;
}

 .map
 {
  /* margin:0px 0px 0px 0px;*/
   width:300px;
   height:300px;
   /*overflow:hidden;*/
   border:0px solid red;
   background-image: url("../images/map.png");
 }

.item-row {
  margin:3px 0;
}

.item-detail {

}