body {
   margin: 0px;
   padding: 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   background: #FFFFFF;
   color: #000000;
}

img {
   border: none;
}

a:link, a:visited {
   color: #006633;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

h1 {
   margin: 2px;
   padding: 2px;
   font-size: 18px;
   color: #006633;
}

h2 {
   padding-bottom: 2px;
   margin-bottom: 2px;
   font-size: 14px;
   color: #006633;
   border-bottom: 1px solid #000000;
}

input, select, textarea {
   padding: 2px;
   border: 1px solid #006633;
   color: #006633;
   background: #99CCFF;
}

textarea {
   width: 300px;
   scrollbar-base-color: #006633;
   scrollbar-arrow-color: #99CCFF;
}

p {
   clear: both;
}

#header {
   width: 100%;
   height: 60px;
   background: url(/images/header-bg.gif) repeat-x;
}

   #logo {
      float: left;
      width: 200px;
   }

   #nav {
      float: right;
      width: 434px;
   }

   #nav a {
      float: right;
   }

#content {
   padding: 0px 10px 0px 10px;
}

#footer {
   clear: both;
   text-align: center;
}

#footer p {
   font-size: 11px;
}

.mark {
   color: #FF0000;
}

.txt {
   width: 300px;
}

.button {
   padding: 2px;
   color: #006633;
   background: #99CCFF;
   font-weight: bold;
   text-transform: uppercase;
   cursor: pointer;
   border: 1px solid;
   border-top-color: #006633;
   border-left-color: #006633;
   border-right-color: #006633;
   border-bottom-color: #006633;
}

.buttonhov {
   border-top-color: #000000;
   border-left-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
}

.rtHdr {
   width: 220px;
   height: 30px;
   background: url(/images/rthdr.gif) no-repeat;
   color: #99CCFF;
   font-size: 14px;
   font-weight: bold;
}

.rtHdrW {
   width: 300px;
   height: 30px;
   background: url(/images/rthdrw.gif) no-repeat;
   color: #99CCFF;
   font-size: 14px;
   font-weight: bold;
}

.rtBrd {
   border: 1px solid #000000;
   text-align: left;
}

   .rtBrd ul {
      font-size: 10px;
      margin: 9px;
      padding-left: 6px;
   }

.hb {
   background: url(/images/highest-bid.gif) no-repeat;
   background-position: center center;
   color: #006633;
   font-size: 14px;
   font-weight: bold;
   text-align: center;
   vertical-align: bottom;
   padding-bottom: 10px;
}

.sb {
   background: url(/images/starting-bid.gif) no-repeat;
   background-position: center center;
   color: #006633;
   font-size: 14px;
   font-weight: bold;
   text-align: center;
   vertical-align: bottom;
   padding-bottom: 10px;
}

.thumb {
   border: 1px solid #006633;
}

.rule {
   width: 100%;
   border-top: 1px solid #000000;
}
