table.main{
  width: 900px;
  margin: auto;
  border: 1px;
  border-color: #339999;
  border-style: solid;
  background: #cc9966;
  font-size: 14px;
}
A:visited { color: #336666; font-size: 12pt; font-family: Papyrus, Times New Roman; text-decoration: underline}
A:link { color: #336666; font-size: 12pt; font-family: Papyrus, Times New Roman; text-decoration: underline}
A:hover { color: #000000; font-size: 12pt; font-family: Papyrus, Times New Roman; text-decoration: none}
A:active { color: #000000; font-size: 12pt; font-family: Papyrus, Times New Roman; text-decoration: none}

body{
  background: #99cccc;
  margin-top: 5px;
  margin-left: 0;
  font-family: Papyrus, Times New Roman;
  color: #000000;
}
span{
  letter-spacing: .2px;
}
div{
  letter-spacing: .2px;
}
p{
    letter-spacing: 1px;
}
ul{
    letter-spacing: 1px;
}
li{
    letter-spacing: 1px;
}
td.header{
  text-align: right;
  width: 40%;
  font-weight: bold;
  background: #FFFFFF;
  vertical-align: middle;
}
div.center{
  text-align: center;
}
td.imagebar{
  text-align: center;
  width: 60%;
}
table.image{
  background: #FFFFFF;
}
div.font{
  font-size: 22px;
}
ul.nav{
  list-style-image: url('images/bullet.gif');
  white-space: nowrap;
  margin-right: 0;
  list-style-position: outside;
}
table.content{
  width: 900px;
  margin: auto;
  margin-top: 10px;
  background: #cc9966;
}
div.item{
  width: 90%;
  margin-left: 35px;
  margin-bottom: 15px;
}
td.waxtitle{
  font-weight:bold;
  text-align:left;
  width: 35%;
  
}
td.waxprice{
  text-align:right; 
  padding-right: 30px;
  width:15%;
}
div.price{
  text-align: right;
}
span.header{
  font-weight:bold;
  font-size: 14pt;
  letter-spacing: 1px;
}
td.title{
  font-weight: bold;
  text-align:left;
  width: 90%;
}
span.title{
  font-weight: bold;
}
td.price{
  text-align:right;
  font-weight: bold;
}
td.priceRow{
  border: 1px;
  border-style: none none solid none;
  border-color: #000000;
  font-size: 14px;
}
div.footer{
  font-size: 10px;
  text-align:center;
}

table.footer{
  width: 900px;
  margin: auto;
  margin-top: 10px;
  border: 1px;
  border-color: #339999;
  border-style: solid;
  background: #FFFFFF;
  background: #cc9966;
  
}

td.nav{
  width: 130px;
  border: 1px;
  border-color: #339999;
  border-style: solid;
  background: #FFFFFF;
  vertical-align: top;
}
td.content{
  width: 760px;
  border: 1px;
  border-color: #339999;
  border-style: solid;
  background: #FFFFFF;
  vertical-align: top;
  margin: 2px;
}