body {
  background:silver;
  font-size:0.8em;
}

#ceiling {
  width:100%;
  height:2em;
}

#main {
  position:relative;
  left:15%;
  width:70%;
  min-width:700px;
  border:solid 1px;
  background:white;
  padding-bottom:2em;
  padding-left:1em;
  padding-right:1em;
}

#photo {
  background:antiquewhite;
  width:150px;
  height:200px;
  position:relative;
  left:-5%;
  float:left;
  border-style:groove;
  border-width:3px;
  border-color:antiquewhite;
}

#photoimg {
  width:150px;
  height:200px;
}

#info {
  position:relative;
  height:190px;
  padding-top:10px;
}

#contact {
  font-size:90%;
  font-family:sans-serif;
  line-height:1.5em;
}

#navigator {
  margin-top:1em;
  position:relative;
  left:2.5%;
  width:95%;
  /*background:orange;*/
  text-align:center;
  border-top-style:dashed;
  border-top-width:1px;
  border-bottom-style:dashed;
  border-bottom-width:1px;
}

.navlink {
  font-size:16px;
  display:block;
  height:2em;
  line-height:2em;
  /*background:beige;*/
  font-weight:bold;
  color:black;
  margin-left:0.3em;
  margin-right:0.3em;
  padding-left:1em;
  padding-right:1em;
}

.navlink:hover {
  background:antiquewhite;
  color:navy;
}

h1 {
  color:#000;
}

h2 {
  font-variant:small-caps;
  padding-top:1em;
  position:relative;
  left:-4%;
}

p {
  font-size:95%;
  font-family:"Trebuchet MS", Tahoma, Verdana, Helvetica;
  line-height:1.4em;
  color:#000;
}

a {
  display:inline;
}

.section {
  padding-left:2em;
  padding-right:2em;
}

.content {
  text-indent:1em;
  text-align:justify;
}

#floor {
  font-size:70%;
  text-align:center;
  padding-top:0.5em;
}
