html {}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {}

body {
    background-color: rgb(128, 0, 0);
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.wrapper {}


/* Header
-----------------------------------------------------------------------------*/
.header {}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
    background: url(../images/style_imgs/bcgrnd.jpg) repeat;
}

.middle:after {}

.container {}

.content {}

.content-header {
    text-align: center;
    width: 100%;
}

.content img {
    margin: 5px;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {}

.menu-item.current {
    display: none;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {}

/* Text & links
-----------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
p,
span {
    color: maroon;
}

hr {
    border: none;
    height: 2px;
    background-color: maroon;
}

h1,
h2,
h3 {
    text-align: center;
    margin: 10px 0 5px 0;
}

p {
    text-indent: 20px;
}

p.no-indent {
    text-indent: 0;
}

strong,
.bold {
    font-weight: bold;
}

i,
.italic,
em {
    font-style: italic;
}

a:link {
    color: blue;
}

a:active {
    color: green;
}

a:visited {
    color: red;
}

footer a,
footer a:link,
footer p {
    color: black;
}

footer a:active,
footer a:visited {
    color: #222;
}


h3,
h4,
h5 {

    font-family: times, Times New Roman, times-roman, georgia, serif;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -1px;
    color: #444;
}

p {

    font-family: times, Times New Roman, times-roman, georgia, serif;
    font-size: 16px;
    line-height: 20px;
    color: #444;
}

h1,
h2 {

    font-family: times, Times New Roman, times-roman, georgia, serif;
    font-size: 48px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #444;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-weight: 100;
}
