html, body, ul {
    margin: 0;
    padding: 0;
}
html, body {
    border: 0;
    background: #F7F5E0;
    color: #101010;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
}
ul {
    list-style: none;
}
h1 {
    margin: .5em 0 2em;
    font-size: 20px;
    text-align: center;
}
#logo h1 {
    font-size: 16px;
}
h2 {
    margin: 2.5em 0 1em;
    font-size: 15px;
}
h3, h4 {
    margin: 2em 0 1.5em;
    font-size: 14px;
}
h4 {
    font-weight: normal;
}
p {
    margin: 0 0 1em;
    text-align: justify;
}
a:link, a:visited {
    color: #DF6C5A;
    font-weight: bold;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    text-decoration: underline;
}
cite, em {
    font-style: normal;
}
p cite {
    quotes: '"' '"' "'" "'";
}
p cite:before {
    content: open-quote;
}
p cite:after {
    content: close-quote;
}
abbr {
    border: none;
}
hr {
    display: inline-block; /* push to the left at least in IE8 */
    margin: 0;
    padding: 1em 0 0;
    border: dashed #DF6C5A;
    border-width: 0 0 1px;
    width: 22px;
    height: 0;
}
img {
    border: 0;
}

b.s { /* separator */
    display: inline-block;
    overflow: hidden;
    padding: 0 0 0 15px;
    width: 0;
    height: 9px;
    background: url(../images/separator.png) no-repeat top center;
}

.center {
    text-align: center;
    margin: 2em 0 2em -2px;
}

.center img {
    height: 75px;
    width: 100px;
    border: 2px solid;
}

.pictures {
    overflow: hidden; /* auto clear */
    margin: 2em 0 2em -2px;
    text-align: center;
}
.pictures li {
    float: left;
    margin: 3px 0 0 3px;
    height: 79px;
    width: 104px;
}
.pictures a {
    display: block;
    overflow: hidden;
    border: 2px solid;
    height: 75px;
    width: 100px;
}
.pictures img {
    display: block;
}

#page {
    margin: 0 auto;
    padding: 20px 0;
    width: 533px;
}
#page h1 span {
    display: none;
}
#logo img {
    display: block;
    margin: 0 auto;
}
#footer {
    margin: 4em 0 0;
    font-size: 12px;
    text-align: center;
}
#footer li {
    display: inline;
    padding: 0 .5em;
}
#footer a {
    font-weight: normal;
}
#current {
    margin: 1.6em 0;
    border: solid #DF6C5A;
    border-width: 1px 0;
    padding: .75em;
    color: #DF6C5A;
}
#current h2 {
    margin: 0;
}
#current p {
    margin: .75em 0 0;
}

