header, section, footer, aside, nav, article, figure, figcaption {display: block;}
body {
    color: #ffffff;
    background: #413f3b url("images/bg.jpg");
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 90%;
    margin: 0px;
    line-height: 1.4em;
}
.wrapper {
    width: 960px;
    margin: 20px auto 20px auto;
    border: 2px solid #000000;
    background-color: #ffffff;
}
header {
    height: 374px;
    background-image: url(../images/header.jpg);
}
nav ul {
    margin: 0px;
    padding: 5px 0px 5px 30px;
}
nav li {
    display: inline;
    margin-right: 40px;
}
nav li a {
    color: #ffffff;
}
nav li a:hover, nav li a.current {
    color: #000000;
}
.nav {
        float: right;
        font-family: QuicksandBook, Helvetica, Arial, sans-serif;
        padding: 45px 0px 0px 0px;
        text-align: right;
    }
.content {
    padding: 30px 0px 30px 30px;
}
h1 {
    text-indent: -9999px;
    width: 960px;
    height: 344px;
    margin: 0px;}
nav, footer {
    clear: both;
    color: #ffffff;
    background-color: #aeaca8;
    height: 30px;
}
a {
    text-decoration: none;
}
h2, h3 {
    color: #000000;
}
p {
    color: #000000
}
figure {
    float: left;
}