body {
  background: #4F5257;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  font-size: 12px;
}

#wrapper {
  margin-left: 50%;
}

.content {
  width: 500px;
  border: 2px solid #444;
  padding: 20px 150px 100px 150px;
  color: #666;
  text-align: left;
  margin: 0 0 50px 0;
  margin-left: -400px;
  background: #fff url(../images/bg_content.png) repeat-x top left;
}



h1, h2, h3, h4 {
  font-weight: normal;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
}

h1 {
  background: url(../images/logo_pacific-heights.png) no-repeat 100px top;
  height: 75px;
  text-align: center;
}

h1 i {
  display: none;
}

p {
  line-height: 1.5em;
}

a,
a:link,
a:active,
a:hover,
a:visited {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

.content a,
.content a:link,
.content a:active,
.content a:hover,
.content a:visited {
  font-style: italic;
}

.content a:hover {
  color: #333;
}

img {
  border: 0;
}

#footer {
  padding: 35px 0 0 0;
  color: #111;
  line-height: 1.5em;
  font-size: 10px;
  font-family: Arial, sans serif;
}            

#footer h3 {
  font-weight: normal;
  color: #aaa;
  text-transform: uppercase;
  font-size: 11px;
}

h2 {
  padding-top: 3em;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.color_1 {
  border-color: #CCFF66;
}
.color_2 {
  border-color: #512879;
}
.color_3 {
  border-color: #F6EF8B;
}
.color_4 {
  border-color: #D8EDF0;
}
.color_5 {
  border-color: #805933;
}

.spacer {
  border-bottom: 1px dotted #666;
  margin: 200px 0;
}