* {
  border: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  background: #FFF url(../_images/background-body.jpg) no-repeat fixed;
  color: #211;
  font: 62.5% "Times New Roman", serif;
  margin: 2.6em 2.6em 5.2em;
  width: 430px;
}

div {
  background: #FFF;
  box-shadow: 0 0 3em #111;
  -moz-box-shadow: 0 0 3em #111;
  -webkit-box-shadow: 0 0 3em #111;
  margin-bottom: 1.3em;
  padding: 1.3em;
}

#header h1 {
  background: url(../_images/logo-ace-webdesign.png) no-repeat;
  font-style: italic;
  height: 54px;
  text-indent: -9999em;
  width: 200px;
}

  #header p {
    font-size: 2em;
    font-style: italic;
    line-height: 1.3em;
    margin: 1.3em 0 0;
  }

h2 {
  border-bottom: 3px double #211;
  font-size: 2em;
  font-style: italic;
  margin-bottom: 0.35em;
  padding-bottom: 0.15em;
}

h3 {
  border-bottom: 1px solid #211;
  font-size: 1.5em;
  font-style: italic;
  margin: 0.25em 0;
  padding-bottom: 0.25em;
}

p {
  font-size: 1.5em;
  line-height: 1.3em;
  margin-bottom: 1.3em;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #363E46;
}

  a:hover,
  a:focus {
    color: #D00;
  }

abbr {
  border-bottom: 1px dashed #333;
}

address {
  font-size: 1.5em;
  font-style: normal;
  line-height: 1.3em;
}

#portfolio li {
  margin: 0.5em 0;
  overflow: hidden;
  width: 100%;
}

  #portfolio h3 a {
    text-decoration: none;
  }

  #portfolio h3 a:hover,
  #portfolio h3 a:focus {
    text-decoration: underline;
  }

  #portfolio img {
    background: #FFF;
    border: 1px solid #211;
    border-left: 3px double #211;
    bottom: 2em;
    float: right;
    position: relative;
    width: 125px;
  }
