ul {
  list-style: none;
  text-indent: 1em;
  margin: 10px;
}
  ul li {
    margin: 10px;
    padding-left: 5px;
  }
dl {
  text-indent: 1em;
  margin-left: 0px;
  padding-left: 0px;
}
  dl dd {
    margin-left: 5px;
    padding-left: 30px;
  }

html {
  text-align: center;
}

body {
  font-family: georgia, tahoma, serif;
  font-size: 100%;
  line-height: 1.636em;
  color: white;
  text-align: center;
  background: #101418 url(../images/banner-silverbump.png) repeat-x;
}

#container {
  position: relative;
  width: 1280px; 

  margin: 0 auto;
  background: url(../images/bg-clean.jpg) no-repeat; 
  z-index: 0;
  font-size: 1.125em;
  text-align: left;
}

#resume {
  position: relative;
  width: 300px;
  float: right;

  padding: 20px;
  margin-right: 80px;

  background: green;
  z-index: 20;
  border: 10px solid white;
}
  #resume a {
    text-decoration: none;
    color: white;
  }
  #resume a:hover {
    text-decoration: none;
    color: grey;
    background: white;
  }
  #resume dd {
    font-family: monospace;
  }

#summary {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  position: relative; 
  left: 200px;
  top: 230px;
  width: 800px;

  padding: 100px 200px 50px 60px;
  background: white;
  color: black;
  z-index: 15;

  opacity: 0.8;
  -moz-opacity: 0.8;
  filter:alpha(opacity=80);

}
  #summary p:first-child:first-letter {
    font-family: "Comic Sans MS", cursive;
    font-weight: bold;
    font-size: 700%;
  }

  #summary #skills {
    font-weight: bold;
    list-style: none;
    margin: 60px 60px 60px 120px;
  }
  #summary #skills ul {
    font-weight: normal;
    font-size: smaller;
  }
