ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
  margin:0;
  padding:0;
}
ul{
  list-style: none;
}
fieldset{
  border:0;
}
a,a:link,a:visited,a:hover{
  color:#000;
  text-decoration:none;
}
a:focus,a:hover{
  color: #000;
  text-decoration:underline;
}
a img{
  border:0;
}
.clear{
  clear:both;
}
body{
  position:relative;
  background: #FFF;
  color:#FFF;
  font:62.5% Georgia, "Times New Roman", Times, serif;
}

#header{
  width: 932px;
  height: 103px;
  margin: 0px 0px 0px 0px;
  background: #FFF;
}

#logo{
  display: block;
  width: 337px;
  height: 76px;
  float: left;
  margin: 31px 0px 0px 0px;
  padding: 30px 0px 0px 0px;
  background: url(../images/logo.jpg) no-repeat;
  text-indent: -99999px;
}

#navigation{
  width: 500px;
  height: 31px;
  margin: 58px 0px 0px 0px;
  float: right;
}

#navigation ul{
  float: right;
}

#navigation ul li{
  float: left;
  font-size: 18px;
  color: #666;
  margin: 0px 24px 0px 0px;
}

#navigation ul li a{
  font-size: 18px;
  color: #666;
}

#social{
  float: right;
}

#social ul li{
  float: left;
  font-size: 18px;
  color: #a8a5a4;
  margin: 0px 5px 0px 0px;
}

#social ul li a{
  font-size: 18px;
  color: #000;
}

#teasers{
  width: 960px;
  height: 150px;
  margin: 24px 0px 0px 0px;
  float: left;
}

#teasers h2{
  color: #999;
  font-size: 18px;
  margin: 0px 0px 20px 0px;
  font-weight: normal;
}

#teasers p{
  font-size: 14px;
  color: #666;
  line-height: 135%;
}

.teaser_container{
  width: 280px;
  height: 150px;
  float: left;
  padding: 0px 0px 0px 30px;
}

#portfolio{
  width: 958px;
  /*height: 408px;*/
  margin: 0px 0px 0px 0px;
  background: #FFF;
}

#portfolio_container{
  width: 958px;
  /*height: 380px;*/
  padding: 0px 0px 0px 0px;
}

#portfolio_container ul li{
  display: inline;
  float: left;
  width: 280px;
  height: 160px;
  margin: 0px 0px 28px 28px;
}

#portfolio_container ul li img{
  float: left;
}


#hire_me{
  position: relative;
  bottom: 0;
  width: 930px;
  height: 33px;
  clear: both;
  color: #a8a5a4;
  padding: 13px 0px 0px 30px;
  margin: 0px 0px 0px 0px;

}

#hire_me p{
  color: #666;
  font-size: 14px;
}

#hire_me p a{
  color: #000;
}

#footer{
  position: relative;
  bottom: 0;
  width: 960px;
  height: 33px;
  clear: both;
  margin: 0px 0px 0px 0px;
}

#footer_container{
  width: 100%;
  margin: 0 auto;
  padding: 8px 0px 0px 29px;
}

#footer_container p{
  color: #666;
  font-size: 10px;
}


.replace{
  position:relative;
  margin:0;
  padding:0;
  /* \*/
  overflow:hidden;
  /* */
}
.replace span{
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
}
.skiplink{
  display:none;
}
#wrapper{
  width: 960px;
  margin:0 auto;
}
