body {
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 background-position: 50% 35%;
 font-family: Verdana, "Trebuchet MS", Arial;
 font-size: 62.5%;
 background-color:#CCFFFF;
}

#header {
 position: absolute;
 left: 10%;
 top: 0%;
 width: 18%;
/* height: 98%; */
 padding-left: 2%;
 border-left: 70px solid #0096BB;
}

#header h1 {
margin-top: 10%;
 _margin-top: 2%;
 left: 11%;
 font-family: Verdana, "Trebuchet MS", Arial;
 font-weight: normal;
 font-size: 1.8em;
}
#header p{
 font-family: Verdana, "Trebuchet MS", Arial;
 font-weight: normal;
 font-size: 1.1em;
}

#subhead {
  position: absolute;
  left: 45%;
  width: 28%;
  top: 4.3%;
  _margin-top: 2%;
}

#subhead p{
  top: 4%;
  font-size: 1.3em;
  font-weight: bold;
  color: #0096BB;
  padding: .5%;
}

#maincontent {
   position: absolute;
   left: 11%;
   width: 50%;
   top: 19%;
   _top: 20%;
   background: transparent;
   text-align: left;
   border-width: 0;
   margin-top: 0;
   font-size: 1.2em;
   font-weight: normal;
   line-height: 140%;
   padding: .5%;
}
#maincontent h1{
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: -8px;
}
#maincontent p{
  padding: 0;
}
#maincontent p.quote{
  padding: 2px 40px;
  font-style: italic;
}

#maincontent li{
  padding-bottom: 6px;
}

#maincontent p.foot{
  position: absolute;
  clear: right;
  left: -20%;
  width: 110%;
  padding-left: .9%;
  padding-right: 300px;
  overflow: hidden;
  height: 20px;
  background-color: #0096BB;
  color: #CCFFFF;
    font-size: 9px;
  text-align: right;
}
#maincontent a.foot
{
  color: #CCFFFF;
}

#subcontent {
  padding: 0;
  position: absolute;
  left: 65%;
  width: 27%;
  top: 40%;
  background: #0096BB;
  padding-left: 10px;
  color: #CCFFFF;
  font-size: 1.2em;
  font-weight: normal;
  font-family: Verdana, "Trebuchet MS", Arial;
}
#subcontent a{
   color: #CCFFFF;
}

#nav {
 position: absolute;
 top: 4%;
 left: 75%;
 width: 175px;
}
#nav p {
 font-size: small;
 color: red;
}

a.button {
  background: url(b-bgnorm.jpg);
  display:block;
  width: 140px;
  height:20px;
  font-family: Trebuchet MS;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align:left;
  text-indent: 6px;
  color: #FFFFFF;
}
a.button:focus, a.button:hover, a.button:active {
  background: url(b-bgover.jpg);
  color: #003399;
}

.rollover a {
  display:block;
  width: 140px;
  padding:10px 10px 10px 5px;
  font: bold 13px sans-serif;;
  color:#003399;
  background: url("grnbutton.jpg") 0 0 no-repeat;
  text-decoration: none;
}
.rollover a:hover {
  background-position: 0 -20px;
  color: #003399;
}
.rollover a:active {
  background-position: 0 -20px;
  color:#003399;
}

span.price{
  color: #FF0033;
  font-weight: bold;
}

