body {
  background: #000000 url(/images/bg.png);
}
body, html {
  color: #FFF;
  margin:0; padding:0;
  height:100%;
  color: #CCC;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  border: 0;
}

.about-us body,
.about-us html {

  text-align: center;
}

/**
 *   #floater is an extra element to help center veritcally
 *   http://blog.themeforest.net/tutorials/vertical-centering-with-css
 */
.homepage #floater  {
  position: relative;
  float: left;
  height:50%; 
  margin-bottom: -182px;
  width: 100%;
}

.homepage #centralFloat {
  clear: both;
  position: relative;
  width: 714px;
  height: 365px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.about-us #centralFloat {
  margin-top: 33px;
  width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

.homepage #rightColumn {
  float: left;
  height: 365px;
}

.homepage #mainLogo {
  width: 158px;
  height: 365px;
  float: left;
}

.homepage #name-and-blurb {
  margin-top: 114px;
}

#mainNavigation {
  color: #68c6f7;
  font-size: 18px;
  font-weight: 300;
  white-space: nowrap;
}

.homepage #mainNavigation {
  margin-top: 20px;
  margin-left: 30px;
  padding: 22px 20px 22px 0;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;

}

.about-us #mainNavigation {
  margin-top: 100px;
}

#mainNavigation a {
  color: #CCC;
  font-family: 'Kreon', serif;
  padding: 0 15px;
}

#mainNavigation a.first {
  padding-left: 0;
}

/* about us page */

.about-us #column1 {
  width: 674px;
  float: left;
}

p.giant-text {
  margin-top: 67px;
  font-size: 60px;
  font-family: 'Kreon', serif;
  font-weight: 700;
  font-weight: bold;
  padding-right: 30px;
}

p.giant-text-services {
  margin-top: 30px;
  font-size: 48px;
  font-family: 'Kreon', serif;
  font-weight: 700;
  font-weight: bold;
  padding-right: 30px;
}



p.large-text {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Kreon', serif;
  font-weight: 300;
  margin: 46px 0; 
  padding-right: 30px;
  line-height: 26px;
}

  

.about-us #column2 {
  width: 396px;
  float: left;
}

.clear {
  clear: both;
}



.about-us #services {
  margin-top: 88px;
  min-height: 525px;
  border-left: 1px solid #666;
}

.about-us #services .service-image {
  width: 350px;
  margin: 0 0 20px 20px;
}

#services1 li{
    list-style: none;
  font-family: 'Kreon', serif;
  font-weight: 400;
  padding: 0 0 8px 0;
  font-size: 18px;

}

.about-us #services ul {
  margin: 0;
  padding: 0 0 0 20px;
}

.about-us #services li {
  list-style: none;
  font-family: 'Kreon', serif;
  font-weight: 300;
  padding: 0 0 8px 0;
  font-size: 14px;
  line-height: 22px;
}

.about-us #services li img.beautiful-person {
  margin: 4px 15px 4px 0;
  width: 150px;
  height: 150px;
  float: left;
  border: 1px solid #CCC;
}


.about-us #services li a {
  color: #CCC;
}

