body {background: url(../fabrics/fabricgold.png);
      color:silver;
      font-weight:bold;}

.topedge {margin-top:0px;
          width:730px;}


img.product {border:medium inset goldenrod;}

p.author {color:silver;
          font-size:small;}







a:link {color: silver;
        text-decoration: none;
        font-weight: bold;}

a:active {color: white;
         text-decoration: none;
         font-weight: bold;
         }

a:visited {color: silver;
           text-decoration: none;
           font-weight: bold;}



a:hover {
         text-decoration:none;
         color:white;
         font-weight:bold;} 

a.tooltip span {display:none;
                }

a.tooltip:hover span{display:inline;
                     position:absolute;
                     margin-top:-150px;
                     margin-left:-220px;
                     border:thick groove goldenrod;
                     
                     background:black;/*BG color is a must for IE6*/
                  
    /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;  
                    
                    
                   }


.mynavgold {border:medium outset goldenrod;
               text-align:center;
               background:url(../shades/goldtrans.PNG);
               padding:10px;} 

.mycontent {background:url(../fabrics/fabricblack.png);
            border:medium inset goldenrod;
            width:580px;
            padding:10px;
            margin-left:20px;
            float:left;}

.foradcontent {background:url(../fabrics/fabricblack.png);
               border:medium inset goldenrod;
               padding:10px;
               float:left;
               margin-left:10px;}

div.footinfo{background:url(../fabrics/fabricgold.png);
          border:medium outset goldenrod;
          font-size:9pt;
          text-align:center;
          width:136px;
          padding:4px;
          font-weight:Normal;
          float:left;
          margin:10px 10px 10px 10px;
          
}

.artwork {margin:20px 50px 20px 50px;
          float:left;}
  