#content_frame{
	height: 528px;
	width: 100%; /*width of menu*/
	background: white url(../images/backgrounds/mysongplayer_bg.jpg) repeat-x center top;
	display: block;
	line-height: 0px;
	border: none;
}

#alphabet_filter {
	display: block;
	position: relative;
	background-color: white;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #6c6c6c;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	text-align: center;	
}

#alphabet_filter ol {
	margin: 0px;
	list-style-type: disc;
	padding: 0px;	
	line-height: 20px;
	text-align: left;	
}

#alphabet_filter li {
	display: inline;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}
#alphabet_filter a:link, a:visited {
	text-decoration: none;	
	color: #444444;
} 
#alphabet_filter  a:hover {
	text-decoration: none;
	color: red;
}

#scrolling_right_content{
	position: static;
	display: block;
	width: 100%;
	height: 300px;	
	border-style: solid;
	border-width: 0px;
	border-color: #d4d4d4;	
}

#search_nav{
	position: static;
	display: block;
	width: 100%;
	text-align: right;
	margin-top: 15px;
}

#song_wrapper{
	position: absolute;
	top: 145px;
	left: 250px;
	height: 445px;
	width: 650px;	
	border-width: 0px;
	border-color: #6c6c6c;
	border-style: solid;
	line-height: 10px;
	text-align: left;	
	padding: 10px;
	font-size: 12px;
	margin: 0px;
}

#search_result_text{
	color: green;
	font-size: 12px;
	display: block;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 5px;
}

