﻿body 
{
    font-family: Tahoma;
    margin:0;
    background:#FFFCDF url(Media/brownToLight.jpg) repeat-y;
}

#headerArea
{
    left:0;
    right:0;
    height:150px; 
    font-family:Century Gothic;
    background-color:#9AD6FF;
    background:#97D3FF url(Media/blueToLight.jpg) repeat-x;
    background-position:bottom;
}

h1
{
    text-align:left;
    width:10em;
    padding-top:1em;
    font-weight:normal;
    margin:0 20px;
}

h2
{
    margin-left:20px;
    font-weight:lighter;
}

h3
{
    font-family:Century Gothic;
    font-weight:lighter;
}

#horizon
{
    left:0;
    right:0;
    top:150px;
    height:35px; 
    font-family:Century Gothic;
    background-color:#9AD6FF;
    background:#97D3FF url(Media/grassHorizon.jpg) repeat-x;
    background-position:bottom;
}


#navigationArea
{
    margin-top:1em;
    float:left;
    width:145px;
    border:0;
    color:Purple;
}

#navigationArea ul
{
    border:0;
    margin:0;
    list-style-type:none;
    padding:0;
    
}

#navigationArea li a
{
    background:#FFFCDF url(Media/brownToVeryLight.jpg) repeat-y;
    margin:1em 0 1em 0;
    text-align:center;
    text-decoration: none;
    font-weight:bolder;
    border:solid thin white;
    padding:1em;
    display: block;
}

#contentArea ul
{
    list-style-type:none;
}

#contentArea ul li
{
    margin:0 auto;
    text-decoration: none;
    padding:1em;
    display: block;
    border-bottom:solid thin #92b9d6;
}
#contentArea ul li img
{ margin-left:10em;
}

blockquote
{
    font-family:"Century Gothic";
    float:right;
    width:220px;
    margin:5px 20px;
    background: #92b9d6 url(Media/TopPull.gif) no-repeat;
    display:inline;
    position:relative;
}


p.quoteBody
{
    color:#363636;
    font-size:95%;
    line-height:1.2em;
    font-weight:bold;
    padding:1px 10px;
    text-align:left;
    width:185px;
    margin:0;
}

p.quoteCite
{
    color:#FFFCDF;
    font-size:95%;
    font-weight:bold;
    text-align:right;
    margin-top:5px;
    padding-right:15px;
    padding-bottom:15px;
    background: url(Media/BottomPull.gif) left bottom no-repeat;
    margin-bottom:0;
}



#contentArea
{
    margin: 3em 225px 3em 190px;
}