/* Style sheet for location and hours */
      div#loc {position:absolute; top:12em; left:10%; padding:0.5em; width:55%;}
      div#loc img#locimg {float:left; border-right:0.5em solid #d6f4d5;}
      div#loc p#dir {position:relative; left:0%; top:2em; text-align:justify; margin:0em 1em;}
      
	  
	  div#hrs {position:absolute; top:12em; left:63%; width:40%;}
	  div#hrs ul#hours {position: relative; left:20%; width:50%; border:0px solid red;}
	  div#hrs li {list-style-type:none;}
	  
	  div#loc, div#hrs h3 {text-align:center;}  
/* From navigation */
div#nav p.navigation {position:relative; background-color:#d6f4d5; top:9em; left:10%; font: normal 12px Verdana,Arial,sans-serif;}
a.button {width:100px; background-color:#fff; border:thick solid aqua; border-style: outset;}
span {color:blue;}
div#content hr.divid-bot {width:80%;}