#header {
    display: block;
    width: 100%;
    background-color: #fff;
    border-bottom: solid 1px green;
}

#header a.logo {
    float: left;
}

#header a.logo img {
    margin-left: -20px;
}

#header #tagline {
    float: left;
    position: relative;
    margin: 143px 0 0 160px;
    font-family: 'Century Gothic', sans-serif;
    font-size: 46px;
    line-height: 50px;
    font-weight: normal;
}

#header #tagline span {
    display: block;
    position: absolute;
    width: 580px;
}

.banner {
    width: 960px;
    padding: 30px 0 10px 20px;
    margin: 0 auto;
    overflow: hidden;
}

#footer {
    display: block;
    width: 100%;
    background-color: #fff;
    border-top: solid 1px green;
}

#footer .banner {
    padding: 15px 0;
}

#content { 
   padding: 40px 0 40px 0;
   overflow: hidden;
}


.side {
    margin-top: -20px;
}

.side p {
    margin: 20px 20px 0 0;
    font-size: 15px;
}

.side strong.keywords {
    font-weight: bold;    
    font-size: 110%;
}

.side strong.quote {
    font-weight: normal;    
}

#team {
   margin-top: 30px;
   overflow: hidden;
}

#team li {
   float: left;
   margin-right: 15px;
}

#team li:hover {
   background-color: #eee;
}

#team li div {
  text-align: left;
  padding-left: 2px;
}

#team li img {
    width: 125px;  
    height: 125px;    
}


ul.samples {
    overflow: hidden;
}

li.sample {
    float: left;
    margin-bottom: 50px;
}

li.sample h3 {
    margin-bottom: 4px;
    font-weight: normal;
    color: #333;
}

li.sample .note {
    color: #666;
    font-size: 12px;
    margin: 0;
    padding-top: 4px;
}

