body {
  background: gray;
  margin: 0px;
}

#container {
  width: 800px;
  background: white;
  margin-top: 0px;
  margin-bottom: 15px;
/* margin-left: auto; */
  margin-right: auto;
}

#header {
  background: url(images/layout/header.jpg);  
  width: 800px;
  height: 150px;
  margin: 0px;
  padding: 0px; 
  text-align: right;
}

#navigation {
  width: 800px;
  color: white;
  background: #990000;
  font-family: "ITC Franklin Gothic", "Franklin Gothic", arial ;
  margin: 0px;
  padding-top: 2px; 
  padding-bottom: 4px;
  text-align: center;
}

#sidebar {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 100px;
  width: 95px;
  color: white;
  background: #990000;
  float: left;
  height: auto;
}


#content {
  font-family: Arial;
  min-height: 500px;
  color: black;
  padding-left: 120px;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

#footer {
  text-align: center;
  width: 790px;
  font-size: 10pt;
  background: #990000;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;

  color: white;
}

#footer img {
  padding-right: 10px;
  border: 0;
  float: right;
}

#navigation a:link {
  color: white;
  text-decoration: none;
}

#navigation a:visited{ 
  color: white;
  text-decoration: none;
}

#navigation a:hover {
  color: yellow;
  text-decoration: underline;
}

#navigation a:active {
  color: yellow;
  text-decoration: none; 
}

#sidebar a:link {
  color: white;
  text-decoration: none;
}

#sidebar a:visited{ 
  color: white;
  text-decoration: none;
}

#sidebar a:hover {
  color: yellow;
  text-decoration: underline;
}

#sidebar a:active {
  color: yellow;
  text-decoration: none; 
}

/* =========== Person ============== */
.person {
  border-bottom: solid #555555;
  padding: 10px;
  min-height: 105px;
}
.person img {
  margin-right: 10pt;
  width: 75px;
  height: 105px;
  float: left;
  border: 0px;
}

.person p { 
  margin-top: 2px; 
  margin-bottom: 2px; 
}

.person .name {
  font-size: large;
}
.person .department {
  font-style: italic;
}
.person .jobtitle {
 color: green;
}
.person .advisor {
 color: teal;
}
.person .interest {

  font-size: small;
}



.left_image {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  border: 0;
  float: left;
}

.right_image {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border: 0;
  float: right;
}
