/* CSS Document */
<style type = "text/css">
div {border: 1px dotted gray;}
 body {
  font-family: verdana, helvetica, sans serif;
  margin: 0px 0px 0px 0px;
  font-size: small;
  line-height: 1.2;
  background: #040404}
    
  #leftcontent{
    /*position: absolute;*/
    top: 0px;
    left: 0px;
    float: left;
    background: url ("cafe_michael_horiz.jpg") no-repeat top;
    width: 550px;
    height: 800px;
    background-color: #040404;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-family: verdana, helvetica, sans serif;
    color: #ccc;
    border: 0px;
    
  
  }
  #rightcontent{
    /*position: absolute;*/
    top: 0px;
    right: 0px;
    /*height: 100%;*/
    background: #040404;
    margin-left: 570px;
    padding: 10px 4% 10px 2%;
    font-family: verdana, helvetica, sans serif;
    font-size: 10pt;
    text-transform: lowercase;
    color: #ccc;
    /*width: 50%;*/ 
  }
  
 #navbox {
  position:absolute;
  width: 360px;
  margin-top: 80px;
  margin-right:auto;               
  margin-left: 10px;
  margin-bottom:10px;
  text-transform: lowercase;
  text-align: center;
  line-height: .5;
  font-family: verdana, helvetica, sans serif;
  font-size: 13pt;
  top: 300px;
  left: 70px;
  width: 200px;
  height: 200px;
  color: "#ccc";
  
}
#navbox a{text-decoration:none;color:#ccc}
#navbox a:visited {}
#navbox a:active {}
#navbox a:hover {color:white;font-size:20px;}
#footer{
  position: absolute;
	bottom: 0;
	width: 70%; /* See note below */
	text-align: center;
	padding: 10px;
  text-transform: lowercase;
  color: "#ccc";
