﻿body 
{
    width:100%;
    height:100%;
    background: #000 url(images/banner-bg.gif) top left repeat-x;
    
    font: 80%/100% helvetica, Verdana, Arial, Sans-Serif;
    text-align: center;
}

#Body-Wrapper
{
    margin: 0 auto;
    text-align: center;
    width: 850px;
}
#Banner-Wrapper
{
    height: 85px;
    z-index: 200;
    margin: 0 auto;
    width: 826px;
    text-align: left;
    padding-top: 4px;
}
.wrapper 
{
    margin: 0 auto;
    text-align: left;
}
#Content-Wrapper
{
    margin-top: -25px;
    z-index: 100;
    background: #f1f1f1;
    border-right: solid 3px #aaa;
    border-left: solid 3px #aaa;
    width: 800px;
}
#Content-Wrapper .inner-wrap { padding: 20px 30px; }


#Footer-Wrapper
{
    border-right: solid 20px #000;
    border-left: solid 20px #000;
    background: #960;
    color: #fff;
    font-size: 80%;
    width: 760px;
}
#Footer-Wrapper .inner-wrap { padding: 5px 20px; }


h1, h2 { font-family: "Palatino Linotype", Palatino, Georgia, Times, Sans-Serif; }
h1 { font-size: 250%; font-weight: bold; letter-spacing: -2px; }
h2 { font-size: 180%; font-weight: bold; letter-spacing: 0px; }
h3 { font-size: 130%; font-weight: bold; letter-spacing: -2px; }

p {margin: 20px 0; line-height: 150%; }
strong { font-weight: bold; }
em { font-style: italic; }
.fancy { font-weight: bold; letter-spacing: -1px; }
ul { margin: 10px 20px; }
li { margin: 5px 10px; list-style-type: circle; }