body
{
    background: url(img/bg.png);
    background-color: #F5F6D4;
    font-family: Georgia, Verdana, Arial;
    font-size: 0.9em;
    color: #493F0B;
    padding: 30px;
}

div#mainColumn
{
    width: 600px;
    margin: 0 auto;
    padding: 0;
}

div#header
{
    height: 210px;
    text-align: center;
    margin: 0;
    background: url(img/header.png) no-repeat;
    border: 1px;
}

div#header #title
{
    font-size: 2.2em;
    letter-spacing: -1px;
    margin: 0;
    position: relative;
    top: 70px;
}

/* Farhner image repalcement (FIR) + WL's modification
    Read blog entry for more details                    */

div#header #title span
{
    display: none;
}

div#header #title a
{
    display: block;
    width: 250px;
    height: 45px;
    background: url(img/h1.png) no-repeat center center;
    margin: 0 auto;
    border: 0;
}

/* end FIR */

div#header #tagline
{
    font-size: 1em;
    letter-spacing: -1px;
    margin:0;
    position: relative;
    top: 70px;
    
    /* phark image replcaement */

    height: 20px;
    text-indent: -5000px;
    background: url(img/h2.png) no-repeat center center;
}

div#footer
{
    background: url(img/footer.png) no-repeat;
    height: 90px;
}

div#header ul.navigation
{
    background: #85DB18;
}

div#header ul.navigation li
{
    list-style: none;
    display: inline;
    margin: 5px 20px 5px 20px;
}

div#header ul.navigation li a
{

}


span.amp 
{
    /* awesomepersand from simplebits.com */
    font-family: Baskerville, Palatino, Constantia, "Book Antiqua", "URW Palladio L", serif;
    font-style: italic;
    font-weight: normal;
    font-size: 1.5em;
}

em
{
    font-weight: bold;
}

p
{
    text-align: justify;
}

div#mainContent
{
    padding: 10px;
    background: #CDE855;
}

div#mainContent h2
{
    padding-left: 25px;
    margin-left: 10px;
    background: url(img/paw.png) no-repeat left top;
    letter-spacing: -1px;
}

div#mainContent h3
{
    padding-left: 10px;
    letter-spacing: -1px;
}

div#mainContent p
{
    line-height: 150%;
    padding: 0 10px 0 10px;
}

div#mainContent blockquote
{
    background: url(img/quotetop.png) no-repeat top left;
}

blockquote p
{
    background: url(img/quotebottom.png) no-repeat bottom right;
    padding: 20px 20px 0 20px;
}

a
{
    color: #157B08;
    text-decoration: none;
    border-bottom: 1px #85DB18 dotted;
}

a:hover
{
    border: 0;
}

table#statistics
{
    border-bottom: 2px #493F0B solid;
}

table#statistics td
{
    text-align: center;
}


table#statistics .alignLeft
{
    text-align: left;
    padding-right: 50px;
}


table#statistics tr.heading th
{
    border-top: 2px #493F0B solid;
}

div.col1, div.col2
{
    width: 50%;
    float: left;
}

div.col2
{
}

fieldset#userReg
{
    border: 1px #493F0B solid;
}

fieldset#userReg
{
    padding: 10px;
}

fieldset#userReg legend
{
    font-size: 0.9em;
    font-family: Georgia, Verdana, Arial;
    color: #157B08;

}

fieldset#userReg input
{
    border: 1px #493F0B solid;
    width: 11em;
    font-size: 0.9em;
    font-family: Georgia, Verdana, Arial;
    color: #157B08;
    padding-left: 2px;
    padding-right: 2px;
}

fieldset#userReg label, input
{
    float: left;
    display: block;
    width: 5em;
    margin: 3px 0 3px 0;
    height: 1.1em;
}

div.section
{
    clear: both;
    padding: 10px 20px;
}

fieldset#userReg .submit
{
    height: 27px;
    width: 120px;
    background: url(img/button1.png) no-repeat top left;
    border: 0;
    color: #F5F6D4;
    color: #493F0B;
    font-weight: bold;
}

fieldset#userReg .submit:hover
{
    background-position: bottom left;
}

div#footer
{
    text-align: center;
}

div#footer p
{
    padding: 0;
    margin: 0;
    padding-top: 30px;
    font-size: 0.8em;
    font-family: Verdana, Helvetica, Arial;
    text-align: center;
    line-height: 150%;
}

form p
{
    padding: 0;
    margin: 0;
}

.navigation
{
    margin: 0;
    padding: 0 20px;
}