body {
  font-size: 100%; /* ~16px */
  line-height: 1.25em; /* 16x1.125 = 20px */
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

#container {
  background: url(../images/bg.jpg) no-repeat left top;
  position: relative; 
  padding-top: 20px;
  padding-left: 54%;
  padding-right: 7%;
  font-size: 0.75em; /* ~12px */
  padding-bottom: 40px;
}

#resume {
}

.page {	
  border: 12px solid #000;
  padding: 20px 20px 20px 16px;
  background-color: #fff;
}

h1 {
  text-indent: -9999px;
  height: 44px;
  width: 44px;
  background: transparent url(../images/tod-logo.png) no-repeat left top;
}

h2 {
  color: #c4122f;
  font-weight: bold;
  font-size: 1.67em; /* ~20px */
  padding: 18px 0 6px;
 clear: both;
}

h2, ul {
  padding-left: 14px;
}	

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

a:visited {	
  text-decoration: none;
  color: #8a0e22;
}

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

a:active {
  background-color: #000;
  color: #fff;
}

ul#skills_list li {
  float: left;
  width: 50%;
}