/*---------------------------------------------------------------------------------------- Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
  margin:0;
  padding:0;
}

/*---------------------------------------------------------------------------------------- Body Styles */

body {
  margin: 40px 20px;
  font-size: 66.6667%;
  font-family: Georgia, Times, sans-serif;
  color: #333;
}

/*---------------------------------------------------------------------------------------- Structure Styles */

#container {
  width:960px;
  margin: 0 auto;
}

#hello {
  width: 940px;

}
#content {
  margin: 25px 0 0 10px;
  width: 920px;
}

#content #introduction, #content #clients, #content #contact {
  width: 290px;
  float: left;
}

#content #clients {
  margin: 0 20px;
} 

/*---------------------------------------------------------------------------------------- Structure Tags */



/*---------------------------------------------------------------------------------------- Tag Styles */

p {
  margin: 0 0 1.5em 0;
  line-height: 1.5em;
}
#clients a {
  padding: 2px;
  color: #333;
}
#clients a:hover {
  background: #fc0;
  color: #000;
  text-decoration: none;
}
p .launched {
  font-size: 0.8333em;
  color: #fc0;
  background: #333;
  padding: 0.25em;
}

/*---------------------------------------------------------------------------------------- Tag Class Styles */


/*---------------------------------------------------------------------------------------- Fixes */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}
