﻿body
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #ffffff;
    font-family: Verdana;
    font-size: 10pt;
}

#wwfsmd
{
    background: url(images/wwfsmd.png) no-repeat 100% 100%;
    bottom: 0px;
    display: block;
    height: 60px;
    position: fixed;
    right: 0px;
    text-decoration: none;
    text-indent: -999em;
    width: 111px;
}

#container
{
    width: 960px;
    margin: 0 auto;
    text-align: left;
    background-color: #ffffff;
    margin-top: 20px;
    padding-top: 20px;
}

#header
{
    width: 960px;
    /*background-image: url(images/slyngelstat-design-mini_03.png);
    background-repeat: no-repeat;*/
    height: 70px;
}

#site-description
{
    height: 130px;
    font-family: Garamond;
    font-size: 18pt;
    color: #9f9f9f;
    padding-top: 25px;
    text-align: right;
    background-color: #f4f4f4;
    padding-right: 25px;
    margin-bottom: 10px;
    border-bottom: solid 3px #cacaca;
}

#site-description #person 
{
    font-size: 14pt;
    font-style:italic;
}

#latestpost-heading
{
    background-image: url(images/slyngelstat-design-mini_07.png);
    background-repeat: no-repeat;
    height: 20px;
}

#latestpost
{
    margin-bottom: 28px;
}

a
{
    color: #0072bc;
    text-decoration: none;
}

a img
{
    border: none;
}

#latestpost h1
{
    font-weight: bold;
    font-size: 13pt;
    margin-bottom: 6px;
}

#latestpost #meta
{
    margin-top: 5px;
    font-size: 12pt;
    color: #a6a6a6;
}

#content
{
    font-family: Garamond;
    font-size: 12pt;
    color: #51515a;
}

#content #columns
{
    width: 100%;
}


#content #columns td
{
    vertical-align: top;
}


#left
{
    width: 660px;
    padding-right: 30px;
}

#right
{
    width: 300px;
}


#gallery #photo
{
    margin-top: 8px;
}

#gallery #photo img
{
    border: solid 5px #4d4d50;
}

