﻿body 
{
    margin: 0;
    background-color: #363428;
    font-family: Verdana;
    font-size: 11px;
}

#container
{
    width: 866px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px black;
    border-top: none;
    margin-bottom: 10px;
}

#header 
{
    position: relative;
    height: 143px;
    background-image: url(../images/header.gif);
}

#nav { background-image: url(../images/navbg.gif); }

#successstories
{
    background-image: url(../images/ssbg.gif);
    width: 312px;
    height: 278px;
    position: absolute; 
    right: 22px;
    top: 40px;
}

#content
{
    left: 0;
    top: 0;
    width: 512px;
    padding: 10px;
}

h1
{
    font-size: 16px;
    color: Yellow;
}

h2
{
    font-size: 12px;   
    color: Yellow;
}

#footer
{
    text-align: center;
    color: White;
    
}

#footer a
{
    color: Orange;
}