html, body { 
  margin-top: 0;
  padding-top: 0;
  background: white;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  color: rgb(110, 110, 110);
  margin: 0 20px;
}

header {
  margin-top: 10px;
}

.nav {
  text-align: right;
  font-size: 1.1em;
  width: auto;
}

.nav ul {
  margin: 0px;
  padding: 0 0;
}

.nav li {
  display: inline;
  padding: 0px;
  margin: 0px;
}

.nav a {
  display: inline-block;
  padding: .5em;
  text-decoration: none;
  color: rgb(110, 110, 110);
}

.nav a.current, .nav a:hover {
  color: rgb(50, 50, 50);
  border-bottom: 4px solid #555;
  padding-bottom: 2px;
  background: #fff;
}

.nav hr {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 0px;
}

#full-name { 
  text-align: left;
  font-size: 3em; 
  font-weight: normal;
  color: #9999ff;
  margin-bottom: -20px;
  margin-top: 0px;
}

/* todo */
.content-section {
}

.prof-pic {
  float: left;
  margin-right: 20px;
}

/* "about" page */

div.about-background {
  height: 100%;
  width: 100%;
  margin-top: 10px;
  background-image:url('assets/background.bmp');
  background-repeat: repeat;
}

.info-table {
  text-align: center;
  margin: 35px auto;
	width: 75%;
  border: 1px solid black;
	border-collapse: collapse;
  background-color: white;
}

.info-table tr {
  border: 1px solid black;
}

.info-table td {
  vertical-align: middle;
  border-left:1px solid black; 
  border-right: 1px solid black;
  text-align: left;
}

.info-table .headers td {
  text-align: center;
}

.info-table .title td {
  text-align: center;
}

tr.title {
  margin-top: 20px;
  text-align: center;
  font-size: 0.7em;
}

.info-table a {
    color: blue;
    text-decoration: none;
}
.info-table a:hover {
    color: red;
    text-decoration: underline;
}

#one {
	background-color: #ffffc0;
}

#two {
	background-color: #ffe0ff;
}

#three {
	background-color: #c0ffff;
}

#four {
	background-color: #c0c0ff;
}

#five {
	background-color: #c0ffc0;
}

#six {
	background-color: #f0f0f0;
}
