/* CSS Document: Styles.css

	General Content
	April 09
	Steve
	
*/


.wrapper
{
	width:100%;
	margin: 0 auto; 
	position:relative;
	left:25px;
}

.imgborder1
{
	border-color:#030;
	border:1px full;
	width:50px;
	height:50px;
	
}

.imgborder
{
	border-color:#030;
	border:1px full;
}

.mp3player
{
	width:40%;
	min-width: 30%; 
	float:left;	
	
	
	padding: 8px;
	line-height: 13px;
}

.mp3title
{
	width:25%;
	float:left;
	position:relative;
	top:15px;
}

.row
{
	width:100%;
	position:relative;
	top:10px;
	clear:both; 
}
