/* Global Reset */
html,
body,
div,
h1,
h2 {
  margin: 0;
  padding: 0;
}

/* Layout */
body {
  font-size: 12px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  text-align: left;
}
.full {
  float: left;
  width: 100%;
}
.auto {

  width: 75%;
  margin: auto;
}



#content {
  background: #fff;
  /* padding: 0px 50px 0px 50px; */
 
}

#content_text {
  padding: 0px 25px 0px 25px;
}

#logo {
  position: absolute;
  top: 20px;
  left: 10px;
  display: block;
}


/* Header */
#masthead {
   background: #fff url(images/header.gif) 0 0 repeat-x; 
   padding-bottom: 150px;
}

#header {
  height: 187px;
  position: relative;
}

/* Typography */

h1 {
  line-height: 45px;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  color: black;
  padding-bottom: 25px;
}

p {
  line-height: 40px;
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  color: black;
  padding-bottom: 20px;
}

