body {
  margin:0;
  padding: 0;

}

#display-body {
  background-image:  url('../images/gradiant.png');
  background-repeat: repeat-x;
  background-position: left top;

  width: 100%;
  overflow: auto;
}

#header {
  background-color: #fff;
  padding: 30px 0 0 0;
  border-bottom: 2px solid #666;
}

#header, #logo, #spacer_l, #spacer_r, #navigation {
    height: 95px;
}

#logo, #navigation {
  text-align: center;
  padding-top: 20px;
}

#content {
  padding-top: 50px;
  margin-top: 0;
  text-align: center;
  overflow: auto;
}

#content #headline h1 {
  color: #999;
  font-size: 2em;
  text-align: right;
  margin-top: 50px;
}

#content #headline h1 strong {
  color: #666;
  font-size: 1.7em;
  font-weight: bolder;
  text-align: right;
  line-height: 1.2em;
}

#content #headline img {
  float: right;
  padding-bottom: 20px;
}

#content #headline,
#content #lead {
  height: 550px;
}

#content .entry,
#entry-content{
  text-align: justify;
  font-size: 1.5em;
  font-style: normal;
  letter-spacing: .1em;
  text-decoration: none;
  color: #666;
  background-color: #fff;
  padding-top: 50px;
  margin-bottom: 100px;
}

#content .entry p {
  margin-left: 50px;
  margin-right: 50px;
}

#content .entry ul li {
  font-size: .7em;
  margin-left: 100px;
}

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  padding-top: 25px;
  padding-left: 30px;
  float: right;
}

#menu li {
  float: left;
  padding-right: 10px;
}

#menu li a {
    font-size: 1.5em;
    font-style: normal;
    letter-spacing: .2em;
    text-decoration: none;
    color: #999;
}

#menu li a:hover {
    color: #ccc;
}

.column {
  margin-left: 10px;
  margin-right: 10px;
}

.column h2 {
  color: #999;
  text-align: center;
  font-size: 1.7em;
  font-style: normal;
  font-weight: lighter;
  letter-spacing: .2em;
  padding-top: 2em;
}

ul.services {
  list-style-type: none;
  padding: 0 10px 0 0;
  margin: 0;
}

ul.services li {
  background-image: url("../images/checkmark.png");
  background-repeat: no-repeat;
  background-position: 0 .6em;
  font-size: 1em;
  padding-left: 30px;
  line-height: 3em;
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}

#content .entry ul.examples {
  list-style-type: none;
  padding: 0 10px 0 0;
  margin: 0;
}

#content .entry ul.examples li {
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: 0 .6em;
  font-size: 1em;
  padding-left: 30px;
  line-height: 2.5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}

#content .entry ul.services,
#content .entry ul.examples {
  margin-right: 200px;
}

ul.news {
  list-style-type: none;
  padding: 0 10px 0 0;
  margin: 0;
}

ul.news li {
  background-image: url("../images/calendar.png");
  background-repeat: no-repeat;
  background-position: 0 .6em;
  font-size: 1em;
  padding-left: 30px;
  line-height: 1.5em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

ul.news li a {
  text-decoration: none;
  color: #333;
}

ul.news li a:hover {
  color: #999;
}

a.more {
  float: right;
  text-decoration: none;
  color: #666;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-right: 10px;
}

a.more:hover {
  color: #ccc;
}

a.more img {
  vertical-align: middle;
}

a img {
  border: 0;
}

#footer {
  background-color: #ccc;
  overflow: auto;
  text-align: center;
}

#footer p.contact {
    color: #999;
    font-size: 1em;
    font-style: normal;
    letter-spacing: .2em;
    padding: 10px 0 0 0;
}

#footer p.contact a:link {
    color: #999;
}

#content .entry ul.examples li a {
  color: #666;
  text-decoration: none;
}

#content .entry ul.examples li a:hover {
  color: #ccc;
  text-decoration: underline;
}