﻿body
{
    margin: 0 auto;
    padding: 0;
    color: #242C2D;
    background-color: #FFFFFF;
    background-image:none;
}

.art-sheet
{
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 1280px !important;
    min-width: 35px;
    min-height: 35px;
}

div.art-header-png
{
    z-index: -1;
    position: absolute;
    left: 0%;
    top: 0;
    width: 1920px;
    height: 75px;
    background-image: url('../images/header.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.art-menu li
{
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    float: left;
    position: relative;
    z-index: 5;
    background: none;
    border-style: none;
}

.art-postmetadataheader-none
{
    overflow: hidden;
    padding: 1px;
    background-image: 'none';
    border-color: #5BAAEC;
    border-style: solid;
    border-width: 0;
}

/*ul.art-menu
{
  float: right;
}
*/