﻿.page {
   margin:150px 50px 0 20px;
   border:0px solid green; 
   width:450px;

}

h1.page-title {
   font-family :Arial;
   margin:0px 0 20px 0;
   color:#ffffff; /*#ffffff*/
   font-size:18px;
   text-transform:uppercase;
   font-weight:normal;
}

.text-content , .menu-content,.image-gallery-content{
   font-family: Arial;
   font-size:13px;
   overflow-x:hidden;
   overflow-y:auto;
   width:450px;
   height:246px;
   border:0px solid black;
   word-wrap: break-word;
   color:#ffffff;
}

 .map
 {
   width:350px;
   height:230px;
   overflow:hidden;
 }

.item-row {
  margin:3px 0;
}

.item-detail {

}