body {
    font-family: Verdana, Arial;
    margin: 0;
    background: #FFF;
}

h1 {
	color: #333;
	font-size: 11px;
    margin: 0 0 26px;
    padding-top: 20px;
}

h2 {
	color: #BF0000;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 28px;
}

h3 {
	font-size: 12px;
	color: #F00;
    font-weight: bold;
}

h4 {
    font-weight: bold;
}

h5 {
    clear: both;
    font-size: 12px;
    color: #F00;
    font-weight: bold;
    text-align: center;
	margin-bottom: 28px;
}

p {
    clear: both;
	font-size: 11px;
	color: #333;
}

a {
    color: #F00;    
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#banner {
    display: block;
    float: right;
    margin: 1px 0 20px;
}

.clearboth {
    clear: both;
}

.image {
    float: left;
    margin: 0 1em 10px 0;
    border: 1px solid #999;
}

figure {
    display: table;
    float: left;
    width: 1px;
    margin: 0 1em 1em 0;
    padding: 0;
}

figure img {
    margin: 0;
    border: 1px solid #999;
}

img, figcaption {
    display: table-row;
    text-align: center;
}

header {
    width: 900px;
    height: 100px;
    text-align: right;
    margin: 0 auto;
    border-bottom: 1px solid #F00;
}

header a {
    font-size: 9pt;
    color: #F00;
    text-decoration: none;
}

header a:hover {
    text-decoration: underline;
}

#wrapper {
    clear: both;
    width: 900px;
    margin: auto;
    border: 0;
}

nav {
    float: left;
    width: 250px;
    margin: 1px 0 0;
    padding: 0;
}

nav ul {
    list-style-image: url(images/bullet.gif);
    list-style-position: inside;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #F00;
    background: #FFE2E2;
}

nav ul li {
    height: 30px;
    padding: 5px 11px 0;
    border-bottom: 1px solid #CBCBCB;
}

nav ul li:last-child {
    border-bottom: none;
}

nav ul li:hover {
    background-color: #F00;
    color: white;
}

nav ul li:hover a {
    color: white;
}

nav ul li a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #525252;
}

nav ul li a:hover {
    text-decoration: underline;
}

nav ul li.active
{
    background-color: #F00;
}

nav ul li.active a
{
    color: white;
}

article {
    float: right;
    width: 630px;
    min-height: 450px;
	font-size: 11px;
	color: #333;
    background: none;
}

footer {
    clear: both;
    width: 900px;
    margin: auto;
    border: 0;
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #900;
    background: #FFE2E2;
}

footer p {
    width: 100%;
	font-size: 10px;
	color: #333;
    text-align: center;
    margin: auto;
    padding: 10px 0;
    border: 0;
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #FFF;
}

footer a {
    font-size: 8pt;
    color: #F00;
    font-weight: bold;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}


@media screen and (max-width: 950px)
{
    *
    {
        box-sizing: border-box;
    }

    header, #wrapper, nav, article, footer
    {
        width: 100%;
        float: none;
    }

    article
    {
        padding: 0 20px;
    }

    img
    {
        max-width: 100%;
    }
}

@media screen and (max-width: 600px)
{
    *
    {
        box-sizing: border-box;
    }

    header
    {
        height: auto;
        padding-bottom: 20px;
    }

    header img
    {
        float: none !important;
        margin: auto;
    }

    header h1
    {
        text-align: center;
    }

    header a
    {
        display: block;
        text-align: center;
    }
}