#testimonials ul
{
list-style:none;
padding:0;
margin:0;
width:700px;
}
#testimonials li
{
float:left;
width:330px;
border-right:20px solid #FFFFFF;
border-bottom:20px solid #FFFFFF;

}
.testimonialpdf a
{
width:280px;
display:block;
height:30px;
padding:10px 0px 10px 50px;
background-image:url(../img/pdf.gif);
background-position:left center;
background-repeat:no-repeat;
border:1px solid #CCCCCC;
font-weight:bold;
}
.testimonialpdf a:hover
{
border:1px solid #666666;
}