a.mynav:link { font-family: verdana; color: #FFFFFF; text-decoration: none; font-size: 11px} 
a.mynav:visited { font-family: verdana; color: #FFFFFF; text-decoration: none; font-size: 11px} 
a.mynav:hover { font-family: verdana; color: #FFFF00; text-decoration: underline; font-size: 11px }
body { 
vertical-align: none; 
background-image: url('cnvbkgnd.jpg'); 
text-align: none; 
font-family: Verdana; 
font-size: 10pt }

.ourprice {
	color:#FF0000;
}

/* easy drop shadow 
================================== */
.img-wrapper {
 background:url(images/site/shadow.gif) no-repeat right bottom;
 float: left;
}

.img-outer {
  background:url(images/site/bottom-left2.gif) no-repeat left bottom;
  float: left; /* :KLUDGE: Fixes problem in IE5.2/Mac */

}

.img-inner {
  background:url(images/site/top-right2.gif) no-repeat top right;
  padding: 0 5px 5px 0;
  float: left; /* :KLUDGE: Fixes problem in IE5.2/Mac */

}

.img-wrapper img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
  display: block;
}
