﻿body
{
    font-family: Arial, Monospace;
}
.band
{
    left: 75px;
    position: absolute;
    top: 0px;
    color: dimgray;
    width: 800px;
    background-color: #ffff00;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: gainsboro thin solid;
}

.header
{
    font-size: 2em;
    left: 75px;
    width: 800px;
    color: whitesmoke;
    position: absolute;
    top: 30px;
    background-color: royalblue;
    vertical-align: middle;
    text-align: center;
    font-family: 'Arial Black';
    height: 140px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}


.MainLeft
{
    left: 75px;
    width: 430px;
    position: absolute;
    top: 200px;
    background-color: ghostwhite;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'Bookman Old Style';
    border-top-style: dotted;
    border-right-style: dotted;
    border-left-style: dotted;
    border-bottom-style: dotted;
    border-left-color: gainsboro;
    border-bottom-color: gainsboro;
    border-top-color: gainsboro;
    border-right-color: gainsboro;
    color: dimgray;
}

.MainRight
{
    left: 550px;
    width: 340px;
    position: absolute;
    top: 150px;
    background-color: #66cc33;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'Century Gothic';
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-left-color: gainsboro;
    border-bottom-color: gainsboro;
    border-top-color: gainsboro;
    border-right-color: gainsboro;
    color: white;
}



.BuyNow
{
    color: white;
    padding-right: 10px;
    padding-left: 10px;
    border-left-color: lightgrey;
    left: 235px;
    border-bottom-color: lightgrey;
    padding-bottom: 10px;
    border-top-color: lightgrey;
    padding-top: 10px;
    position: absolute;
    top: 135px;
    border-right-color: lightgrey;
    font-size: 1.25em;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.Button
{
    left: 550px;
    top: 360px;
    position: absolute;
    font-size: 24pt;
    font-family: Impact;
    width: 340px;
    background-color: whitesmoke;
    vertical-align: middle;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-left-color: lavender;
    border-bottom-color: lavender;
    border-top-style: solid;
    border-top-color: lavender;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: lavender;
    border-bottom-style: solid;
    color: forestgreen;
}


.PayPal
{
    left: 90px;
    position: absolute;
    top: 130px;
}

.PayPalRightSide
{
    left: 650px;
    position: absolute;
    top: 90px;
}

.KagiRightSide
{
    left: 650px;
    position: absolute;
    top: 195px;
}

.Footer
{
    left: 75px;
    position: absolute;
    top: 475px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 800px;
    padding-top: 10px;
    background-color: #ffff00;
    color: dimgray;
    border-right: whitesmoke thin solid;
    border-top: whitesmoke thin solid;
    border-left: whitesmoke thin solid;
    border-bottom: whitesmoke thin solid;
}

.eBayCenter
{
    font-size: 12pt;
    width: 600px;
    color: dimgray;
    font-family: Arial;
    position: absolute;
    height: 300px;
    background-color: whitesmoke;
    text-align: center;
    border-right: lightgrey thin dotted;
    border-top: lightgrey thin dotted;
    border-left: lightgrey thin dotted;
    border-bottom: lightgrey thin dotted;
    left: 300px;
}
