* { margin: 0; padding: 0; }

html { background-color: #fffdff; }

article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }

body, h1, h2, h5 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    font-size: 1.2em;
}

body .center {	text-align: center; }

.header { margin:0; }

#page-wrap {
    width: 360px;
    margin: 30px auto;
}

p { margin: 0 0 20px 0; }

a {
    text-decoration: none;
    color: steelblue;
}

div.hr {
  height: 15px;
  background: url('/images/hr.png') no-repeat scroll center;
}

div.hr hr { display: none; }

#contact {
    padding-left: 10px;
    line-height: 2em;
}

/* ******************************* */