html, body {
 //  height:   100%;
 //  overflow: auto; 
   margin:   0cm 0cm 0cm 0cm;
   width=100%
}

body {
     background-color: black;

}

#header, #headtitle {
   width            : 100%;
   background-color : darkblue;
   font-size        : 36px;
   color            : white;
   font-family      : arial, helvetica, geneva, sans-serif;

   margin           : 0cm 0cm 0cm 0cm;
}

#headtitle {
   text-align       : center;
   padding-top      : 12px;
}

#sidebar {
   

}

.menubar {
   background-color : grey;
   width            : 100%
   color            : yellow;
   font-size        : 12px;
   padding-top      : 3px;
   padding-bottom   : 2px;
   padding-left     : 6px;
} 

.menuheader {
   background-color : darkblue;
   width            : 100%;
   font-size        : 16px;
   margin           : 0cm 0cm 0cm 0cm;
   text-align       : center;
   color            : white;
   padding-top      : 10px;
   padding-bottom   : 10px;
   font-weight      : bolder;

}

.toolbar, .footer {
   background-color : lightgrey;
   width            : 100%;
   font-size        : 14px;
   color            : red;
   padding-top      : 3px;
   padding-bottom   : 1px;
   padding-left     : 6px;
   clear            : left;
}


.footer {
   text-align       : center;
   margin-top       : 10px;
   padding-top      : 10px;
   padding-bottom   : 10px;

}


.content {
   width: 100%;
   align: center;

}

.extras {
  float: left;
  padding-left: 8px;
  padding-bottom: 8px;
}




.theatercontent {
   float: left;


}

.weather {
   padding-left   : 6px;
   padding-bottom : 10px;
 //  margin-top: 8px;
   background-color: lightgrey;
   font-size: 14px;
   color: black;
   text-align: left;
   font-family: arial, helvetica, geneva, sans-serif;
   width: 290px;
}



#map {
   position : absolute;
   left     : 100px;
   top      : 200px;
   z-index  : 2;
   color    : orange;
   font-size: 48px;
   border   : double;

   height   : 540px;
   width    : 720px;
 //  visibility: hidden;
 //  visible: hidden;
}


p {
     font-family: arial, helvetica, geneva, sans-serif;
     color: blue;
     
 
  }

p.service {
     font-family: arial, helvetica;
     color: black;
  }

ul {
     font-family: arial, helvetica, geneva, sans-serif;
     color: red;
     font-size: 1em;
   }

h1 {
     font-family: arial, helvetica, geneva, sans-serif;
     color: darkblue;
   }


h2 {
     font-family: arial, helvetica, geneva, sans-seri;
     color: black;
     font-weight: bold;

   }

#movielist {
   margin-left: 10px;
   width: 600px;
   align: left;

}

#tomatoes {
   align: left;
}