 
body { font-family: verdana, arial, serif;
font-size: 12px;
color: #000000;
background-color: #333333;
background: url(img/petbg.jpg) top left;
background-attachment: fixed; 
}

.info { font-family: verdana, arial, serif;
font-size: 12px;
color: #000000;
padding: 10px;
}

.contact {
 background-color: #ffffff;
 background: url(img/contact.jpg) top left;
 background-attachment: fixed; 
}

hr { width: 780px;
     color: #000000;
     background-color: #000000;
     height: 1px;
/* color and background-color are both set to back with true background-color */
/* achieved by wrapping the hr tag in a classed div tag                       */

}

a {
  color: #ffffff;
}

.menubar { font-family: verdana, arial, serif;
        font-size: 16px;
        font-weight: 800;
        color: #000000;
        text-decoration: none;
}

.menusel { font-family: verdana, arial, serif;
        font-size: 16px;
        font-weight: 800;
        color: #003300;
        text-decoration: none;
}

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

a:active {text-decoration: none;
         color: #000000;}

/*                                                           */
/* the 9 classes below should cover most of background-color */
/*                                                           */
.hdrbgclr {
 background-color: #ffffff;
}

.leftclr {
 background-color: #008c00;
 background: url(img/bv008c00.jpg);
}

                                                        
.pgbgclr {
 background-color: #ffffff;
}

.rightclr {
 background-color: #f70000;
 background: url(img/bvf70000.jpg);
}

.trlbgclr {
 background-color: #ffffff;
}

.botlinks a, .botlinks p
{
  color: #000000;
  background-color: #ffffff;
  font-family: verdana, arial, serif, helvetica;
  font-size:  7pt;
  font-weight: 100;
}
 
 
.cpyright
{
  color: #000000;
  background-color: #ffffff;
  font-family: verdana, arial, serif, helvetica;
  font-size:  7pt;
  font-weight: 100;
}

.content
{
 background-color: #ffffff;
            color: #003300;
 font-family: verdana, arial, serif;
 font-weight: 500;
 font-size: 14px;
 padding: 19px;

}

.contentmap
{
 background-color: #ffffff;
            color: #003300;
 font-family: verdana, arial, serif;
 font-weight: 500;
 font-size: 14px;
 padding: 6px;
}

