H1, H2, H3, H4, H5, H6 {
   font-family: sans-serif;
}

H1#title {
   font-size: 4em;
   background: url(http://arj.nvg.org/img/dark_bg.jpg) no-repeat top left;
   padding-right: 1em;
   padding-left: 1em;
   padding-top: 0.5em;
   margin-top: 0;
   border-bottom: medium solid #EDDD00;
}

body,
html {
    margin:0;
    padding: 0;
    color: white;
    background: #1D212F;
    }

body {
    min-width: 90%;
    }

#wrap {
    padding: 0;
    margin: auto;
    margin-bottom: 4ex;
     width: 90%;
    }

.story,
#Sidebar,
#footer {
    color: black;
    background: #B7C2CD;
    border: none;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    padding: 1em;
    margin-bottom: 2ex;
}

#Content {
    float: right;
    width: 75%;
    }

#Sidebar {
    float: left;
    width: 15%;
    }

#footer {
    height: 1%;
    clear: both;
    }
