body {
    padding: 0px;
    margin: 0px;
    min-width: 1280px;
    font-family: 'Minion Pro';
}

.ap.main {
    width: 1280px;
    margin: 20px auto;
    border: 1px solid #7ebc4a;
    box-shadow: 6px 6px 8px #d2d3d7;
}

.ap.header {
    height: 258px;
    background: no-repeat url('../graphics/head.png');
    background-position: top left;
}

.ap.logo {
    width: 427px;
    height: 74px;
    background: no-repeat url('../graphics/logo.png');
    margin-left: 104px;
    margin-top: 120px;
    position: absolute;
}

.ap.body {
    display: table;
    width:100%;
}

.ap.body.small_menu {
    overflow:hidden;
}

.ap.menu {
    display: table-cell;
    width: 550px;
}

.ap.body.small_menu .ap.menu
{
    width:470px;
}

.menu .men {
    width: 336px;
    height: 627px;
    background: no-repeat url('../graphics/menu_men.png');
    margin-left: 20px;
    float: left;
}

.ap.body.small_menu .ap.men {
    margin-left:-130px;  
}

.menu .points {
    width: 330px;
    height: 627px;
    background: no-repeat url('../graphics/menu_points.png');
    float: left;
    background-position: left center;
    margin-left: -60px;
    margin-top: 20px;
    vertical-align: top;
}

.ap.body.small_menu .menu .ap.points
{
    position:relative;
    left:-32px;
}

.ap.content {
    display: table-cell;
    background: no-repeat url('../graphics/content.png');
    background-position: center bottom;
    width: 460px;
    color: #588534;
    font-size: 17px;
    padding: 100px 20px 20px 20px;
    vertical-align: top;
    text-align: justify;
    font-style:italic;
    letter-spacing:2px;
}

.ap.content.no_bg
{
    background:none;
}

.ap.content.no_pad
{
    padding:0px;
    padding-top:20px;
}

.menu .link {
    font-size: 21px;
    color: #7d8577;
    position: relative;
    font-family: 'Minion Pro';
}

a {
    text-decoration: none;
    color: #588534;
}

a:hover {
    text-decoration: underline;
}

.menu a{
    color:#7d8577;
}

.ap.footer {
    padding: 20px;
    text-align: center;
    font-size: 14px;
}
