﻿*
{
    outline: none;
    
    font-family: helvetica;
    font-size: 12px;
}

html,body
{
    margin: 0;
    padding: 0;
}

p
{
    color: #3e3830;
}

a img
{
    border: none;
}

body
{
    background: url(../images/background.jpg) top left;
}

#container
{
    width: 761px;
    
    margin: auto;
}

#header
{
    height: 32px;
}

#content
{
    position: relative;
}

#top_bar
{
    width: 761px;
    height: 16px;

    background: url(../images/fullcontent/topslice.png) top left no-repeat;
}

#page_header
{
    position: relative;
    
    width: 761px;
    height: 206px;

    background: url(../images/fullcontent/header.jpg) top left no-repeat;
}

#page_header img
{
    width: 731px;
    height: 213px;
    
    position: absolute;
    top: -7px;
    left: 16px;
}

#page_content
{
    width: 687px;
    height: 400px;
    
    padding-top: 20px;
    padding-left: 39px;
    padding-right: 35px;
    
    overflow: auto;
    
    background: url(../images/fullcontent/content.jpg) top left no-repeat;
}

#footer
{
    width: 761px;
    height: 59px;

    background: url(../images/footer.png) top left no-repeat;
    
    position: relative;
}

#espot
{
    position: absolute;
    top: 18px;
    left: 443px;
}

#espot img
{
    width: 8px;
    height: 11px;
    
    border: none;
}
