/* ftrbar - featured property */

#ftrbar {
background-image: url(images/cpmhome.jpg);
background-repeat: repeat-x;
float: right;
width: 250px;
height: 204px;
border-top: 1px solid #fff; 
border-bottom: 1px solid #fff; 
}

.ftrlink a {
display: block;
position: absolute;
text-decoration: none;
font-weight: bold; 
font-size: 14px; 
color: #fff;
padding: 182px 20px 2px 11px;
border: none;
}

.ftrlink a:visited {
text-decoration: none;
color: #fff;
}

.ftrlink a:hover {
text-decoration: none;
color: #ff6;
text-decoration: underline;
}




