﻿body
{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: radial-gradient(circle, #747474,#2B2B2B);
}

header
{
    width: 948px;
    margin: 0 auto;
}

section
{
    display: block;
}

    section img
    {
        display: block;
    }

header nav
{
    width: 948px;
    height: 46px;
    background-image: url(/images/Puffwick_Web_05.png);
    background-repeat: no-repeat;
}

    header nav ul
    {
        margin: 0;
        padding: 0px 0px 0px 25px;
        list-style: none;
        line-height: normal;
        margin-left: 30px;
    }

    header nav li
    {
        display: inline;
        text-align: center;
    }

    header nav a
    {
        display: block;
        float: left;
        height: 32px;
        padding: 14px 20px 0px 20px;
        text-decoration: none;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        color: White;
    }

        header nav a:hover
        {
            color: #751841;
            background-color: White;
        }

    header nav .contact
    {
        float: right;
        padding-right: 30px;
        font-size: larger;
        font-style: italic;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

article
{
    width: 898px;
    margin: 0 auto;
    vertical-align: top;
    background-color: White;
    padding: 10px 25px 5px 25px;
}

h2
{
    color: #770A3B;
}

footer
{
    width: 928px;
    margin: 0 auto;
    color: white;
    font-size: smaller;
    padding-top: 10px;
}

    footer a
    {
        color: White;
        text-decoration: none;
    }

    footer .left
    {
        float: left;
        text-align: left;
    }

    footer .right
    {
        float: right;
        text-align: right;
    }

#fader
{
    position: relative;
    width: 100%;
    height:399px;
}

#fader2
{
    position: relative;
    width: 100%;
}
