#left{
float: left;
width: 640px;
}

#left div{
float: left;
border: 1px solid #D8D8D8;
margin: 20px 0 0 20px;
width: 620px;
padding-bottom: 5px;
background: white;
}

#left div .heading{
float: left;
margin: 5px 5px 0 5px;
width: 610px;
height: 28px;	
background: url(../images/home_menu_heading_bg.png) repeat-x;
text-transform: capitalize;
line-height: 28px;
color: white;
font-size: 12px;
text-indent: 5px;
}

#left div .heading img{
float:left;
}
#left div .heading b
{
float:left;
}


#left div .item{
float: left;
height: 47px;
width: 300px;
border-top: 1px solid #E6E6E6;
margin: 5px 4px 0 5px;
}

#left div .item .number{
float: left;
background: url(../images/home_rank_img.png);
height: 47px;
width: 38px;
text-align: center;
line-height: 47px;
color: #887655;
}

#left div .item .img_border{
float: left;
border: 1px solid #D8D8D8;
margin: 3px 10px 3px 3px;
background: white;
padding-bottom: 1px;
}

#left div .item .img_border img{
float: left;
width:38px;
height:38px;
margin: 1px 1px 0 1px;
}

#left div .item .artist_link, #left div .item .album_link, #left div .item .song_link{
float: left;
font-size: 12px;
text-decoration: none;
color: #948568;
width: 205px;
}
#left div .item .artist_link{margin-top: 15px;}
#left div .item .artist_link:hover, #left div .item .album_link:hover, #left div .item .song_link:hover{text-decoration: underline}

#left div .item .artist{
float: left;
font-size: 12px;
color: #BBBBBB;
margin-top: 8px;
width: 205px;
text-decoration:none;
}

#right{
float: right;
color: #948568;
width: 187px;
}

#right .letters_heading{
float: left;
width: 100%;
height: 20px;
line-height: 20px;
color: #67A6B7;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
text-indent: 10px;
margin-top: 15px;
}

#right .letter{
float: left;
background:url(../images/letter.png) no-repeat;
width: 48px;
height: 28px;
text-align: center;
line-height: 28px;
color: #75674A;
font-size: 13px;
text-decoration: none;
margin: 6px 6px 0 0;
text-transform: uppercase;
}#right .letter:hover{background:url(../images/letter_hover.png) no-repeat; color: white;}
