html, body {
    margin: 0px;
    padding: 0px;
}

a {
    color: #000000;
}

a:visited {
    color: #cd4000;
}

a:hover {
    color: #a30d6a;
    text-decoration: overline underline;
}

#header {
    background-image: url(images/grey.gif);
    background-position: top left;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    color: #d58700;
}

#header-image {
    background-image: url(images/i-cant-do-this.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 227px;
    height: 180px;
}

#header h1 {
    margin-top: 0px;
}

#headings {
    text-align: center;
    padding-top: 1em;
}

#story {
    padding: 0em 5em;
    text-align: justify;
}

p.newSection {
    padding-top: 1.5em;
}

a img {
    border: 0px none;
}

#footer {
    background-image: url(images/grey-top.gif);
    background-position: top left;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    color: #d58700;
    padding: 1em 6em;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: 90%;
}

.chapters {
    list-style: none;
}

.chapters li {
    
}

#storyDetail, .stories {
    width: 700px;
    position: relative;
    left: 50%;
    margin-left: -350px;
}

#storyDetail img, .stories .floatImg {
    float: left;
    margin-right: 15px;
    margin-bottom: 1.5em;
}

#storyDetail span, .stories span {
    float: left;
    display: block;
    width: 380px;
}

.stories span a {
    font-weight: bold;
    font-size: 180%;
}

.clear {
    clear: both;
    font-size: 1px;
    height: 1px;
}

#breadcrumbs {
    list-style: none;
    margin: 0.5em 6em;
}

#breadcrumbs li {
    display: inline;
}

#breadcrumbs .sep {
    padding: 0em 0.5em;
}