html, body {

  height: 100%;
  margin:  0;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: small;
  color: #bdbdbd;
  text-align:center;
  background-color: #000000;
}
 
* {

  margin:0px auto;
  padding:0;

}
 
div#shim {

  visibility: hidden;
  width: 100%;
  height: 50%;
  margin-top: -50px;
  float: left;

}
 
div#outer {

  border: 1px solid #000000;
  width: 360px;
  height: 100px;
  clear: both;
  position: relative;
  top: -200px;
  /* IE4ever Hack: Hide from IE4 **/
  position: static;
  /** end hack */
  
}
 
/* Hide from IE5mac \*//*/
div#shim {
  display: none;
}
 
html, body {
  height: auto;
}
/* end hack */
 
/* ]]> */


#banner {
  
  width: 360px;
  height: 30px;
  
}

#email {

  width: 360px;
  height: 15px;
  margin: 0px 0px 40px 0px;
}

#resume_links {
  width: 360px;
  height: 50px;
}

a:link {

  color: #bdbdbd; 
  text-decoration: none; 
  
}

a:visited {

  color: #bdbdbd; 
  text-decoration: none;

}

ul.inline {
  
  width: 240px;
  text-align: center;
}

li.inline {
  
  display: inline;
  padding: 0px 20px 0px 20px;

}


