body {
  margin: 30px;
  color: #000;
  background-color: #ebebeb;
  font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}


h1 {
  text-align:center;
  margin-top: 0px;
}

#header{
    width:760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:10px;
    text-align: left;
}

#global {
  width: 700px;
  margin-left:auto;
  margin-right:auto;
}

#footer {
    margin-top:10px;
    text-align: center;
    color: #7f8080;
    font-size: 10px;
}

.hresume {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #191919;
  border-right-width: 2px;
  border-bottom-width: 2px;
  text-align: left;
}

.hresume .contact {
  vertical-align: middle;
}

.hresume .adr {
    margin-bottom:10px;
}

.hresume abbr {
  border: none;
}

.hresume address {
  font-style: normal;
}

.hresume h2 {
  border-bottom:1px solid #666666;
  border-top:2px solid #333333;
  padding: 0 0 5px 0;
  margin: 0;
  font-weight:bold;
  font-size: 12pt;
}

.hresume .education,
.hresume .experience,
.hresume .tools,
.hresume .misc {
  padding: 5px;
  margin: 10px 0 15px 0px;
  border: 1px dotted #ccc;
  list-style:none;
}


.hresume .tools h3,
.hresume .misc h3 {
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

.hresume .education .date_duration,
.hresume .experience .date_duration{
  float: right;
  font-size: 10px; 
  text-align: right;  
}

.hresume .education .description,
.hresume .experience .description {
  padding-top:10px;
}


.hresume .experience .title{
  font-weight: bold;
}

.hresume .experience .org{
  font-style: italic;
}

