/* change default html styles */
 

/* clearfix, the ie part is in the ie css */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

 

/* layout */
#wrapper {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding-right: 5px;
  border-left: solid 1px #9a9a9a;
 
  font-size: 1.11em;
}
.header {
  padding: 30px 0 20px 80px;
  border-bottom: solid 1px #343434;

}
.header h1 {
  float: left;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: normal;
}
.header h1 a {
  display: block;
  padding-top: 1em;
  color: #bababa;
}
#header h1 a:hover {
  text-decoration: none;
} 