* {
  margin: 0;
  padding: 0;
}


body  {
  background: #fff;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 75%;
}

#container  {
  width: 99%;
  background: #fff;
  border: none !important;
}

#resume #header, #navbar, #footer, #copyright, #downloadResume {
 display: none; 
}

#resume #content {
  float: left;
  background: #fff;
  background-image: none;
  line-height: 1.1em;
  padding: 0;
}

#resumeLeft {
  float: left;
  width: 49%;
}

#resumeRight {
  float: right;
  width: 43%;
}

#resume a {
  text-decoration: none !important;
  color: #901B17 !important;
}

#resume h1 {
  margin-bottom: -.5em;
  float: left;
  font-size: 220%;
  text-transform: capitalize;
  line-height: 1em;
  text-align: left;
}

#resume h2 {
  margin: 2em 0 1em 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #000;
  /* padding: 10px 0 0 12px; */
  /* background: #A6987B  url('/images/backgrounds/navbarBack.jpg') */;
  /* background: url('/images/headers/resume_h1.png'); */
  font-size: 150%;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.1em;
  color: #000;
}

#resume p {
  margin-top: -.5em;
  margin-bottom: .25em;
  line-height: 1em;
}

#resume #title {
  display: block;
  clear: both;
  height: 30px;
  margin-bottom: .75em;
  padding: 0 0 0 0;
  color: #000;
}
 
#resume #title h1 {
  position: relative;
  top: 5px;
  color: #000;
}
 
#resume #title span {
  font-size: 11px;
  color: #000;
}

#resume #title h3 {
  float: right;
  clear: right;
  position: relative;
  top: 5px;
  font-family: "Lucida Grande", Arial, Verdana, sans-serif;
  text-align: right;
  color: #000;
}

#resume #title a {
  color: #000;
}

/* 

#resume #title {
  height: 2em;
  display: block;
  padding: 15px 15px 15px 0;
  background: #000;
  line-height: 1em;
}

#resume #title h1 {
  margin-top: -.25em;
  padding-left: 10px;
  float: left;
  font: bold 250% georgia, times, serif;
  color: #FDC850;
}

#resume #title h3 {
  margin-top: -.5em;
  font: bold 120% verdana,arial,helvetica,sans-serif;
  text-align: right;
  color: #fff;
}

#resume #title a {
  color: #fff !important;
}

#resume h2 {
  height: 1em;
  margin: 1em 0 0 0;
  _margin-top: 0 !important;
  padding-left: 0;
  background: #fff;
  border-bottom: 1px solid #000;
  font-size: 150%;
  color: #000;
}

#resume h3 {
  color: #901B17;
}

#resume p {
  padding: .5em 0;
  line-height: 1.2em;
}

#education {
  /* page-break-before:always; 
}

*/