body
{
    font-family: Georgia, serif;
    background-color: #fff6e7;
    color: #514425;
}
a
{
    color: #663300;
    text-decoration: none;
}

a:hover {
	color: #b33f00;
}
h1
{
    font-size: 1em;
    font-style: italic;
    text-align: center;
    margin: 0 0 2px 0;
}
h2 {    
    color: #514425;
    font-size: 1em;
}
h1, h2 a
{
	text-decoration: none;
    color: #804000;

}
#content
{
    padding-top: 30px;
}
#contentClear
{
    height: 124px;
}


#footerContainer
{
    width: 935px;
    height: 124px;
}
#footerContainer .strap
{
    position: absolute;
    right: 0;
    top: 0;
}
#footerContainer .contacts
{
    padding-top: 76px;
    font-weight: bold;
    font-size: 0.875em;
}
#footerContainer .copyright
{
    margin-top: 8px;
    border-top: 1px dashed #514425;
    padding-top: 6px;
    font-size: 0.69em;
    color: #e0d6c4;
}
