/* CSS */
body {
    margin-top: 5%;
    padding: 0;
    background: #FFF;
    color: #534B48;
    font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
    text-align: left;
}
p {
    font-size: 9pt;
    line-height: 1.5em;
    margin: 1.2em 0;
    margin-right: 15%;
}
ol, ul {
    font-size: 1em;
    line-height: 1.5em;
    margin: 1.2em 0 1.2em 2em;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 1.2em 0;
    font-family: Georgia, serif;
    color: #333333
}
h1, h2 {
    font-size: 1.4em;
}
h3 {
    font-size: 1.3em;
}
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1.1em;
}
h6 {
    font-size: 1em;
}
a:link {
    color: #A0474D;
}
a:visited {
    color: #A0474D;
}
a:hover, a:active {
    color: #EC6F68;
    text-decoration: none;
}
hr {
    width: 600px;
    margin-right: 25%;
}
#header {
    height: 19px;
    width: 760px;
    background: url(snippets/header.png) no-repeat top;
}
#footer {
    height: 25px;
    width: 760px;
    background: url(snippets/footer.png) no-repeat bottom;
}
#wrapper {
    background: url(snippets/wrapper.png) repeat-y;
}
#min_bg {
    margin-right: 15%;
    margin-left: 1.2em;
    margin-top: 10%;
    margin-bottom: 10%;
}