﻿body
{
    background: red;
    margin: 0px;
}
.Footer
{
    width:100%;
    top:850px;
      position: absolute;
  
    left: 0px;
    font-size:11pt;
    height: 120px;
    border: solid 0px black;
    text-align:center;
}
#Container
{
    position: relative;
    top: 0px;
    width: 900px;
    height: 900px;
    margin: 0px auto 0px auto;
    background: white;
    border: solid 0px gray;
}
.SubContainer
{
    position: relative;
}
.ItemContainer
{
    position: absolute;
    top: 130px;
    width: 100%;
}
.GroupBox
{
    position: relative;
    width: 90%;
    height: 100px;
    float: left;
    border: none;
    border:solid 2px black;
    text-align:center
}
.ItemBox
{
    position: relative;
    width: 298px;
    height: 350px;
    float: left;
    border: none;
}
.ItemPic
{
    position: absolute;
    left: 30px;
    width: 238px;
    top: 5px;
    height: 140px;
    overflow:hidden;
    text-align:center;
    border: solid 3px gray;
}
.ItemDescription
{
    position: absolute;
    left: 30px;
    top: 160px;
    width: 238px;
    height: 180px;
    border: solid 1px gray;
    font-family: Arial;
    font-size: 10pt;
    text-align: center;
}
.ItemDescription h3
{
    display: inline;
    font-size: 12pt;
    font-weight: bold;
}
.LogoLeft
{
    position: absolute;
    top: 0px;
    left: 20px;
    width: 380px;
    height: 120px;
    border: solid 0px black;
}
.LogoRight
{
    position: absolute;
    top:-20px;
    left: 400px;
    width: 480px;
    height: 120px;
    border: solid 0px black;
    text-align:right;
    
}
.NoPrint
{   
    display:inline;
}

