#feeds {
    float: left;
    width: 640px;
    margin-right: 60px;
}
#feeds h4 {
    border-bottom: 1px solid;
    color: #b3b3b3;
}
#feeds li ul {
    padding-top: 21px;
}
#feeds li p {
    xmargin-bottom: 0;
}
#profiles {
    float: left;
    width: 140px;
}
#feeds h4 {
    padding: 15px 0 15px 26px;
}
#profiles {
    margin-top: -21px;
    padding: 21px 20px 50px;
}
#profiles li {
    list-style-type: none;
}
#profiles a {
    display: block;
    color: #b3b3b3;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4em;
    padding: 10.5px 0 10.5px 26px;
}
#profiles a:hover {
    color:#362d25;
}
#feeds .tweet h4,
#profiles .tweet a
{
    background: url('../imgs/feeds/twitter.png') no-repeat center left;
}
#feeds .lastfm h4,
#profiles .lastfm a
{
    background: url('../imgs/feeds/lastfm.png') no-repeat center left;
}
#feeds .delicious h4,
#profiles .delicious a
{
    background: url('../imgs/feeds/delicious.png') no-repeat center left;
}
#feeds .linkedin h4,
#profiles .linkedin a
{
    background: url('../imgs/feeds/linkedin.png') no-repeat center left;
}
#feeds .flickr h4,
#profiles .flickr a
{
    background: url('../imgs/feeds/flickr.png') no-repeat center left;
}

