body {
    /* black background surrounding the webpage*/
    background: #48430A url(../../assets/images/wrapper_body.gif) top left repeat-x;
}

html, input, textarea, select {
    font-family: Arial, tahoma, verdana;
    font-size: .75em;
    color: #F6F2BA;
}

/* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

img {
    border: 0;
    vertical-align: top;
    text-align: left;
}

ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

a {
    color: #FFFFFF;
}

.column {
    float: left;
}

.clear {
    clear: both;
}

h1, h2, h3, h4, p {
    margin-bottom: .8em;
}

.cursive {
    font-size: 1.5em;
    font-family: Georgia, serif;
}
