div.banner img{
/* background-image: url(graphics/ArmeniaBanner.jpg); */
 width: 100%;
 border-style:none;
 background-size: 100px;
}

.mainBlock {
position:absolute;
width:100%;
top:100px;
 background-color:rgb(250, 250, 230);
 }
 
 
.lDiv {
  position:absolute;
 /* width: 0%; */
  height:460px;
  top:0px;
  left: 0px;
/*  text-align: center;  */
  background-color:rgb(210, 210, 230);
  z-index:1;
}

.mTabBlock{
  height:400px;
  width:300px;
  left:0px;
  background-color:rgb(250, 250, 230);
  z-index:2; 
 }

.rDiv {
  position:absolute;
  width: 81%;
  height:800px;
  right: 0px;
  border-style:solid;
  border-width: 1px 1px;
  border-color:rgb(240,240,240);
  background-color:rgb(255, 255, 240);    
  z-index:1;
}

 
.tabMap{
position: relative;
left: 10px;
top: 0px;
background-color:rgb(240, 240, 220);
z-index:1;
}

.content{ 
/*  display: none; */
overflow-y: hidden; /* Hide vertical scrollbar */
overflow-x: hidden; /* Hide horizontal scrollbar */
padding:100%;

}

.contact-title {
   font-family:sans-serif;
 margin-top:100px;
 color:#fff;
 text-transform: uppercase;
 }
 

.monthCell{
/*   position:relative; */
/*   left:10px; */
/*   width:150px; */
  height:40px; 
   top:0px;
/* border: thin solid black; */
   font-family:Arial, Helvetica, sans-serif;
   font-size:22px;
   font-weight:bold;
   text-align:center;
   line-height:40px;   

} 

.tableCell {
  display: grid;
  grid-template-columns: 80px 500px;
  margin-left:20%;
 }
  
.dateCell{ 
             
position:relative;
   left:10px;
/*   width:150px; */
  height:40px; 
   top:0px;
   border: thin solid black;
   font-family:Arial, Helvetica, sans-serif;
   font-size:16px;
   font-weight:bold;
   text-align:center;
   line-height:40px;     
}     
 .whatsOn{              
   position:relative;
   left:10px;
/*   width:450px; */
   height:40px;
   top:0px;
   border: thin solid black;
   line-height:40px;     
}

