body {
  text-align: center;
  font-family: georgia,palatino,times,serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.25em;  
  color: #dddddd;
  background-color: black;
}

a:link {
  font-weight: normal;
  text-decoration: none;

  color: #bbccff;
}

a:visited {
  font-weight: normal;
  text-decoration: none;

  color: #bbddee;
}

a:hover, a:active {
  text-decoration: underline;

  color: #ffffff;
}

#page-container {
	width: 750px;
	margin: auto;
	text-align: left;
}

#diner {
  background: url(route66.jpg) no-repeat scroll center top;
  height: 500px;
}

#bme {
  background: url(bme_night.jpg) no-repeat scroll center top;
  height: 279px;
}

#content {
  float: right;
  width: 82%;
  text-align: left;
  display: table;
  padding-bottom: 1em;
}

#sidebar {
  background-color: #000080;
  float: left;
  width: 16%;
  text-align: left;
  padding-left: 0.25em;
  padding-top: 0.5em;  
  padding-bottom: 0.5em; 
}

#footer {
  border-top: 1px dotted #000080;
  padding-top: 1em;
  text-align: center;
  clear: both;
  padding-bottom: 1em;
}

