﻿body {
}

#container
{
    text-align: left;
    width: 950px;
    margin: 0 auto;
    position: relative;
    height: 600px;
    font-size: 11px;
    color: black;
    font-family: Arial;
    top: 0px;
    background-image: url(Pics/AvonPlywoodBackground.jpg);
    background-repeat: no-repeat;
}
#stockpage
{
    text-align: left;
    width: 950px;
    margin: 0 auto;
    position: relative;
    height: 600px;
    font-size: 11px;
    color: black;
    font-family: Arial;
    top: 0px;
    background-image: url(Pics/AvonPlywoodStock.jpg);
    background-repeat: no-repeat;
}
#admin
{
    text-align: left;
    width: 950px;
    margin: 0 auto;
    position: relative;
    height: 600px;
    font-size: 11px;
    color: black;
    font-family: Arial;
    top: 0px;
}
#smallpages
{
    text-align: left;
    width: 800px;
    margin: 0 auto;
    position: relative;
    height: 600px;
    font-size: 11px;
    color: black;
    font-family: Arial;
    top: 0px;
    background-image: url(Pics/AvonPlySmall.jpg);
    background-repeat: no-repeat;
}
.header
{
    left: 0px;
    width: 905px;
    position: absolute;
    top: 100px;
    height: 20px;
    background-color: transparent;
    padding-left: 45px;
    padding-top: 3px;
}
.footer
{
    left: 0px;
    width: 950px;
    position: absolute;
    top: 575px;
    height: 20px;
    z-index: 101;
    background-color: #00458a;
    font-weight: bold;
    font-size: 12px;
    color: white;
    padding-top: 2px;
    font-family: Arial;
    text-align: center;
}
.panelhead
{
    font-weight: bold;
    font-size: 12px;
    left: 12px;
    width: 130px;
    color: white;
    padding-top: 2px;
    font-family: Arial;
    position: absolute;
    top: 145px;
    height: 20px;
    background-color: #00458a;
    text-align: center;
}
.panelimage
{
    border-right: #00458a 1px solid;
    border-top: #00458a 1px solid;
    left: 12px;
    border-left: #00458a 1px solid;
    width: 130px;
    border-bottom: #00458a 1px solid;
    position: absolute;
    top: 180px;
    height: 120px;
}
.paneltext
{
    padding-right: 2px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 11px;
    left: 12px;
    padding-bottom: 2px;
    width: 130px;
    color: black;
    padding-top: 2px;
    font-family: Arial;
    position: absolute;
    top: 315px;
    height: 168px;
    text-align: center;
}
A
{
    font-family: Arial;
    font-size: 12px;
    color: #990000;
    font-weight: bold;
}
A:link
{
    text-decoration: none;
    color: #990000;
}
A:visited
{
    color: #990000;
    text-decoration: none;
}
A:hover
{
    text-decoration: none;
    color: white;
    background-color: #00458a;
}
A:active
{
    color: #00458a;
    text-decoration: none;
    background-color: white;
}
