@charset "UTF-8";
/* CSS Document */

body {
  background-color: #FFFFFF;
  color: #000000;
  font: small "Times New Roman", Times, serif;
}

#wrapper {
  margin-top: 50px;
  min-height: 700px;
  width: 800px;
  background-image: url(images/nataliehomebg2.jpg);
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}

#wrapper.home {
  background-image: url(images/nataliehomebg3.jpg);
  background-repeat: no-repeat;
}

#homemenu {
  position: relative;
  top: 120px;
  left: 30px;
  font-size: small;
  color: #000000;
}

#homemenu ul {
  margin: 0;
  padding: 0;
}

#homemenu li {
  display: inline;
}

#homemenu a:link, #homemenu a:visited {
  text-decoration: none;
  color: #000000;
}

#homemenu a:hover {
  color: #666666;
}

#content {
  position: absolute;
  top: 320px;
  margin-left: 30px;
  max-width: 730px
}

#content a:link, #content a:visited {
  text-decoration: underline;
  color: #000000;
}

#content a:hover {
  color: #666666;

}

.overline {
  border-top: solid 1px #000000;
  width: 730px;
}

.right {
  text-align: right;
}

.home {
  margin-top: -50px;
}

#content img {
  border: none;
}

table.resume {
  width: 730px;
  line-height: 1.2em;
  color: #000000;
  margin: -40px 0 0 0;
  padding: 0;
  border-collapse: collapse;
}

table.resume tbody tr.resumehead {
  font-size: 1.5em;
  font-weight: bolder;
  padding: 15px 0 15px 0;
  line-height: 2em;
  margin-top: 10px;
}

p.resume {
  line-height: 1.2em;
  padding-bottom: 5px;
  margin: 0;
}

h2.resume {
  padding-top: 15px;
  font-size: 1.5em;
  font-weight: bolder;
  line-height: 1em;
}

.homecaption {
 margin-top: 400px;
 text-align: right;
 width: 710px;
}