/* Most of this was copied from a site written by k4y (Jonathan jacobs) and modified */

a {
    color: #2382ff;
}

.footer {
    margin-top: 2em;
}


.footer p.copyright {
    clear: left;
    font-size: 0.7em;
    text-align: center;
    color: #555;
}



a:hover {
    color: #103d77;
    text-decoration: underline;
}

blockquote {
    background: #d8d8d8;
    padding-left: 1em;
    border-left: 4px solid #79a;
    margin-left: 2em;
}

h1 {
    font-size: 2.75em;
}

h2 {
    font-size: 1.7em;
}

h3 {
    margin: 0;
}

h1, h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: normal;
}

p {
    margin: 0;
    margin-bottom: 1em;
    line-height: 1.45em
}




body {
    color: black;
    background: #e7e7e7;
    margin: 0;
    margin-bottom: 20px;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 0.85em;
}


.header-outer {
    background: #011521;
}

.header {
    background: #660000;
}

.header img {
    border: none;
}


.nav {
    background: #d6d6d6 url(nav-background.png) repeat-x top left;
}

.nav ul {
    display: block;
    margin: auto;
    width: 800px;
    list-style: none;
}

.nav li {
    display: inline;
    padding-right: 20px;
}

.nav a {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.4em;
    padding: 10px;
    border: none;
    /* Why IE6? WHY? */
    text-decoration: none !important;
    color: #FFFFFF;
}

.content {
}

.content h1 {
    color: #2c2c2c;
    margin-bottom: 0.75em;
}

.content h2 {
    margin: 0.8em 0 0.5em 0;
    border-bottom: 1px solid #888;
    color: #444;
}

.content p {
}


.content-inner {
    width: 760px;
    min-height: 400px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 20px;
    padding-bottom: 0;
    margin: 20px auto 0 auto;
}


