body {
  width: 98%;
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  font-size: 12px;
    color: black;
    background-color: #ffffff }
.top {
    position: absolute;
    top: 2px;
    left: 270px;
    width: 622px; }
.content {
    position: absolute;
    top: 200px;
    left: 270px;
    width: 622px; }
  ul.navigate {
  list-style-type: none;
  background-image: url(../imgs/wood.gif);
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    position: fixed;
    top: 2px;
    left: 2px;
    width: 225px;
    height: 100%; }
  ul.navigate li {
    background-color: transparent;
    padding: 5px;
    margin: 0px;
    }
  ul.navigate a {
    text-decoration: none; 
    }
  ul.navigate a:hover {
    text-decoration: underline; 
    }  
  a:link {
    color: white }
  a:visited {
    color: white }
p.address {
    position: absolute;
    color: black;
    top: 975px;
    left: 400px;
    font-size: 10px;
    width: 622px;
    margin-top: 0px;
    padding-top: 0px; }
.order-formcss {
position: fixed;
visibility: hidden;
border-bottom-width: 0px;
font:normal 12px Verdana,sans-serif;
line-height: 18px;
z-index: 100;
background-color: transparent;
width: 150px;
}

.order-formcss a {
width: 150px;
display: block;
text-indent: 3px;
border-bottom: 0px;
padding: 0px;
text-decoration: none;
font-weight: normal;
}

.order-formcss a:hover { /*hover background color*/
background-color: transparent;
color: white;
}
