html,body {
  margin: 0;
  padding: 0;
  background-color: #000000;
  font-family: sans-serif;
  color: #ffffff;
}
body {
  text-align: center;
}
#header {
  margin: 0;
  padding: 20px 0 0 0;
  height: 104px;
}
#wrapper {
  text-align: left;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
#content {
  width: 500px;
  float: right;
  padding: 5px 0 0 0;
}
#contenth {
  position: relative;
  top: 0;
  margin: -15px 2em 0 2em;
  width: 250px;
}
#contentcv {
  position: relative;
  top: 0;
  margin-left: 2em;
  width: 474px;
  margin-right: 2em;
}
#contentcv h4 h5 {
  margin: 0;
}
.photo {
  text-align: right;
  text-indent: 0em;
  margin: 40px 5px 5px 5px;
}
#nav {
  margin-top: -5px;
  float: left;
  width: 70px;
}
.buttons {
  text-align: left;
  text-indent: 0em;
  margin: 25px 0 0 0;
}
#footer {
  margin: 0;
  height: 125px;
  padding: 50px 0 0 0;
  text-align: center;
}
#footer p.nav {
  word-spacing: 0.7em;
}
p,td,div,blockquote,th,dt,dd {
  font-family: sans-serif;
  font-size: 0.95em;
}
ul {
  font-family: sans-serif;
  font-size: 0.95em;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
ol {
  font-family: sans-serif;
  font-size: 0.95em;
  }
li.off {
  list-style-type: none;
}
li.disc {
  list-style-type: disc;
  padding-left: 0px;
  margin-left: 15px;
}
.indent {
  text-indent: 2em;
}
.center {
  text-align: center;
}
.small {
  font-size: smaller;
  text-align: center;
}
.smleft {
  font-size: 0.7em;
  text-align: left;
}
.right {
  text-align: right;
}
.teller {
  text-align: center;
  text-indent: 0;
  margin: 10px 30px;
}
.smaller {
  display: block;
  height: 1px;
  font-family: sans-serif;
  font-size: 0.4em;
  clear: both;
}
.quoted {
  margin-right: 30px;
  margin-left: 30px;
  font-style: italic;
}
.clear {
  clear: both;
  font-family: sans-serif;
  margin: 1% 3%;
}
.table {
  margin: 0;
}
.medium {
  font-size: 1.4em;
  text-align: center;
  font-weight: bold
}
h1 {
  display: block;
  font-family: "Comic Sans MS", textile, cursive;
  font-size: 1.4em;
  color: #ffffff;
  background-color: #000000;
  padding: 2px;
  border-bottom: 1px solid #ffeedd;
  float: right;
  margin: 0 0 1em 0;
}
h2,h3,h4,h5,h6 {
  font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
  color: #ffffff;
  background-color: #000000;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5 {
  font-size: 1.0em;
}
h6 {
  font-size: 0.95em;
}
hr {
  border: none;
  color: #ffeedd;
  height: 1px;
  width: 80%;
  background-color: #000000;
}
.rightimg {
  float: right;
  border: 0;
  margin-left: 10px;
  margin-bottom: 10px;
}
.leftimg {
  float: left;
  border: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
a:link {
  color: #ffeedd;
  font-weight: normal;
  text-decoration: underline;
  background-color: #000000;
}
a:visited {
  color: #CC9966;
  font-weight: normal;
  text-decoration: underline;
  background-color: #000000;
}
a:hover {
  color: #CC9966;
  font-weight: normal;
  text-decoration: underline;
  background-color: #000000;
}
a:active {
  color: #996633;
  font-weight: normal;
  text-decoration: none;
  background-color: #000000;
}
a img {
  border: none;
}