﻿html, body 
{
    margin: 0;
    padding: 0;
}
body 
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 11px;
	line-height:18px;
    color: #777777;
    background-color: #CCCCCC;
    background-image: url('../images/backgrounds/background.gif');
    background-repeat: repeat-y;
    background-position: center;
}
a
{
    color: #777777;
}
img 
{
    border: none;
}
#page 
{
    width: 920px;
    margin: 0 auto 0 auto;
}

#footer 
{
    text-align: center;
    padding: 17px 0 13px 0;
}
#footer a
{
    text-transform: uppercase;
    color: #7b7b7b;
    font-size: 90%;
}
#footer ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer ul li 
{
    display: inline;
    background-image: url('../images/backgrounds/bullet.gif');
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding: 0 6px 0 9px;
}
#footer ul li:first-child
{
    background-image: none;
}

#copyright
{
    text-transform: uppercase;
    text-align: center;
    color: #cdcdcd;   
    font-size: 11px;
    padding-bottom: 30px;
}