@CHARSET "ISO-8859-1";

#results 
{
    margin-top: 40px;
    padding-bottom: 40px;
}

#results div.profile 
{
    width: 250px;
    height: 200px;
    float: left;
    margin: 0 8px 8px 0;
}

.profile h3 
{
    font-size: 13px;
}

.profile img 
{
    float: left;
    margin-right: 5px;
}

.profile a:link, .profile a:hover, .profile a:visited, .profile a:active 
{
    display: block;
    width: 110px;
    float: left;
    font-weight: bold;
    color: #FFF;
    background-color: #33CCFF;
    text-align: center;
    text-decoration: none;
    padding: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.info 
{
    height: 60px;
}

.description 
{
    height: 75px;
    clear: both;
    margin-top: 10px;
    word-wrap: break-word;
}
