body
{
    margin: auto;
    width: 1024px;
    background-color: #CCC5A9;
    background-image: url('../images/bg.jpg');
}

#site
{
    background-color: white;
    padding: 20px 20px 20px 20px;
    margin-top: 50px;
    margin: 10px auto 0px auto;
    border: 1px solid #AFAFAF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #FFF;
    margin-top: 100px;
    margin-bottom: 50px;
}

.contentArea
{
    width: 850px;
    margin-left: 70px;
    min-height: 300px;
}

h1
{
    font-family: Georgia, '' Times New Roman '' , Times, serif;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: normal;
    color: #222;
}

h2
{
    font-family: Georgia, '' Times New Roman '' , Times, serif;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: normal;
    color: #222;
}

#menu ul
{
    list-style: none;
    margin: auto;
    text-align: center;
    padding-top: 15px;
    height: 18px;
    padding-bottom: 10px;
    border-bottom: 1px dotted black;
    width: 700px;
}

#menu li
{
    float: left;
    margin: 0 0.15em;
    font-style: italic;
    border-left: 1px solid black;
    padding-left: 10px;
    padding-right: 10px;
    font-family: georgia;
}

#menu a
{
    color: black;
    text-decoration: none;
    font-size: 18px;
}

#menu a:hover
{
    background-color: #EAEAEA;
}

#homeImage
{
    width: 300px;
    float: left;
}

#homeContent
{
    padding-right: 30px;
}

p
{
    font-family: Georgia;
    font-size: 14px;
    line-height: 20px;
}

p a
{
    color: #800000;
    text-decoration: underline;
}

.footer
{
    clear: both;
    padding-top: 30px;
    text-align: center;
    font-size: 12px;
    color: #000000;
    font-size: small;
    font-style: italic;
}

/* styling for the image wrapper  */
#image_wrap
{
    /* dimensions */
    width: 677px;
    margin: 15px 0 15px 40px;
    padding: 15px 0; /* centered */
    text-align: center; /* some "skinning" */
    background-color: #efefef;
    border: 2px solid #fff;
    outline: 1px solid #ddd;
    -moz-ouline-radius: 4px;
}
