body
{
  background-image: url('/images/bg.jpg');
  background-repeat: no-repeat;
  padding: 0px;
  border: 0px;
  margin: 0px;
  font-family: sans-serif;
}

#title
{
  position: absolute;
  top: 10px;
  left: 170px;
}

#nav
{
  position: fixed; 
  top: 90px;
  left: 10px;
  width: 100px;
}

#location
{
  position: absolute;
  left: 180px;
  top: 94px;
}

#content
{
  position: absolute;
  top: 110px;
  left: 165px;
  margin: 10px;
  /*width: 700px;*/
}

h1.section
{
  background-color: gray;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  color: white;
  width: 300px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  /*margin: 0px;*/
}