
body {
  font-size:  62.5%;
  margin: 0; padding:0;
  text-align:  center;
  font-family:  'Arial', sans-serif;
  line-height: 2.2em;
}

#wrapper {
  margin:  0 30px;
  text-align: left;
  font-size: 1.6em;
}
#page-wrapper {
  background-color: #ffffff;
}
#main{
  width: auto;
  background-color: #ffffff;
}
#main.full {
  width: 100%;
}
#main-padding {
  margin: 1em;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }

h1 {
  color: #b36b00;
}

.company, .profile, .education  {
  margin: 20px;
}
.date{
  font-weight: normal;
  margin-left: 15px;
}
.title{
  font-weight: bold;
}
#header {
  text-align: center;
}
#header div.resume-name  {
  font-weight: bold;
}
  
.clearfix:after {
		    content: "."; 
		    display: block; 
		    height: 0; 
		    clear: both; 
		    visibility: hidden;
		}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.small {
    font-size: 0.8em;
}
