body
{
   color: #008000;
   font-family: Times New Roman;
   font-size: 14pt;
   background-image: url('background.jpg');
}

div
{
   position:relative;
}

div#pgs
{
   text-align: center;
   font-family: Script MT Bold;
}

p#name
{
   font-size: 2em;
   margin: 2px;
}

p#phone
{
   font-size: 1em;
   margin: 2px;
}

div#topNavigation
{
   background-color: #282;
   left: 0.5em;
   margin-right: 0.5em;
   padding: 3px;
   color: #FFF;
}

div#search
{
   left: 0.5em;
   margin-top: 0.5em;
   margin-bottom: 0px;
   margin-right: 0.5em;
   padding: 1px;
}

div#search input
{
   background-color: #9C9;
}

div#leftNavigation
{
   left: 0.5em;
}

div.link
{
   display: block;
   color: black;
   background-color: #9D9;
   font-family: verdana,arial,helvetica;
   font-size: 0.8em;
   text-align: left;
   text-decoration: underline;
   width: 12em;
   margin: 0px;
   padding: 3px;
}

div#topNavigation a
{
   text-decoration: underline;
   color: #FFF;
}

a.navigation
{
   display: block;
   color: black;
   background-color: #9D9;
   font-family: verdana,arial,helvetica;
   font-size: 0.8em;
   text-align: left;
   width: 12em;
   margin: 0px;
   padding: 3px;
}

div#main
{
   position: absolute;
   left: 11em;
   right: 0em;
   margin-right: 0.5em;
   top: 1px;
}

div#payment
{
   width: 12em;
}

p#noShipping
{
   text-align: center;
   font-weight: bold;
   font-size: x-large;
   color: red;
}


div.item
{
   text-align: center;
   margin-top: 1em;
}

table.items
{
   margin-left: 1%;
   margin-bottom: 2em;
   width: 98%;
   table-layout:fixed;
   border-collapse: collapse;
}

td.item
{
   width: 25%;
   text-align: center;
   vertical-align: bottom;
}

td.emptyitem
{
   width: 25%;
   border: 0px;
}

td.left
{
   padding-left: 1em;
   padding-right: 2em;
}

td.right
{
   padding-left: 2em;
   padding-right: 1em;
}

p.itemheader
{
   color: red;
   font-weight: bold;
}

p.itemdescription
{
}

p.retired
{
   margin-left: 2%;
   margin-right: 2%;
   color: #F00;
}

p.specialNote
{
   margin-left: 2%;
   margin-right: 2%;
   color: #F00;
}

span.itemName
{
   font-family: Monotype Corsiva;
   font-weight: bold;
}

span.physicalDescription
{
   font-family: Georgia, Times New Roman, Times, serif;
   font-size: small;
   font-weight: bold;
   color: #004000;
}

span.price
{
   font-family: Georgia, Times New Roman, Times, serif;
   font-weight: bold;
   font-size: large;
   color: #004000;
}

p#copyright
{
   text-align: center;
   font-weight: bold;
   color: blue;   
}

p.balloon
{
   text-align: center;
}

p.warning
{
   color: red;
   font-size: x-large;
   font-weight: bold;
}

p.center
{
   text-align: center;
}

p.pageTitle
{
   font-size: x-large;
   font-weight: bold;
   text-align: center;
}

span.heading
{
   color: #008000;
   font-weight: bold;
}

