body {
  font-family: Georgia, Bitstream Vera Serif, Times New Roman, serif;
  font-size: 14px;
  margin: 0;
  padding: 10px 20px;
  width: 960px;
  color: #28282e;
  line-height: 1.3;
  background-color: #fefefc;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.125em;
  text-transform: uppercase;
  border-bottom: 1px solid #aaa;
  padding-bottom: 0.25em;
  margin: 2em 0 0.5em;
  letter-spacing: 2px;
}

h3 {
  font-size: 1.125em;
}

h4 {
  font-size: 1em;
}

a {
  text-decoration: none;
  color: #06c;
}

a img {
  border: none;
}

a:hover {
  background: #06c;
  color: #fff;
}

ul {
  padding-left: 1.5em;
}

p, li {
  line-height: 1.4;
}

li {
  list-style: circle;
}

#description {
  padding: 1em 0;
}

#experience {
  margin-top: 0;
}

#address {
  float: right;
  margin: 0;
}

.date-range {
  float: left;
  width: 200px;
}

.location {
	float: right;
	font-style: italic;
}

.date-range, .location {
  margin: 0;
}

.description {
  margin-left: 210px;
  width: 640px;
}

#valid-bug {
  float: right;
}

#last-updated {
    border-top: 1px solid #ccc;
    padding-top: 1em;
    font-size: 90%;
    color: #999;
}