﻿body
{
    background-image: url('images/body.jpg');
    background-repeat: repeat;
    clear: both;
    float: none;
    color: black;
    background-attachment: fixed;
    padding-right: 0%;
    padding-left: 0%;
    padding-bottom: 0%;
    margin: 0px;
    padding-top: 15px;
    height: 90%;
}

#wrapper
{
    display: block;
    visibility: visible;
    clear: both;
    width: 984px;
    height: 90%;
    margin: auto;
    background-repeat: repeat;
    padding-bottom: 20px;
}

#headerGraphic
{
    clear: both;
    float: none;
    width: 980px;
    background-repeat: no-repeat;
    height: 150px;
    margin: auto;
    display: block;
    border-right: white 2px solid;
    border-top: white 2px solid;
    border-left: white 2px solid;
    background-color: transparent;
    background-image: url(images/header.jpg);
}

#pageBody
{
    background-color: #FEF9D3;
    font-family: Arial, Calibri, Sans-Serif;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 960px;
    padding-right: 10px;
    font-size: 1em;
    padding-top: 10px;
    border-right: white 2px solid;
    border-bottom: white 2px solid;
    border-left: white 2px solid;
}

#footer1
{
    font-family: Arial, Serif, Sans-Serif;
    width: 980px;
    height: 10px;
    color: #333333;
    font-size: 0.8em;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
    text-align: center;
}

#footer
{
    font-family: Arial, Serif, Sans-Serif;
    width: 980px;
    height: 50px;
    color: #eddbdf;
    font-size: 0.8em;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
    text-align: center;
}


#logo
{
    text-align: right;
    border: 0px;
        
}

#icons
{  width:980px;
    text-align: center;
    border: 0px;
    float: left;


}
.imgs
{
    border: solid 2px white;
    margin: 10px;
}

h1
{
    font-family: Sylfaen, Serif;
    color: #a42929;

}
h2
{
    font-family: Sylfaen, Serif;
    color: #a42929;
}


.quotes
{
    font-family: Calibri, Raavi, Sans-Serif;
    color: darkolivegreen;
    font-variant: normal;
    font-size: 1.2em;
    text-align: center;
    line-height: normal;
}

