
#content {
	clear:both;
	height:481px;
	background-repeat:no-repeat;
	/*margin-bottom: 10px;*/
	text-align:left;
	font-size:10pt;
	background-image: url('../images/radio-bg.jpg');
}

#displayContent{
	height: 285px;
	position:relative;
	left:80px;
	top:40px;
}

#left{
	float:left;
}

#left h2,#right h2 {
	font-weight:bold;
	font-size:10pt;
	margin-bottom:15px;
}

#left p , #right p {
	font-size:8pt;
	float:left;
}

#right{
	float:left;
	width:221px;
}

#left p {
	
	height:153px;
	padding-right: 20px;
	width: 220px;
	
	
}


#buy {
	
	background-color: #dedede;
	border: 3px solid #bfbfbf;
	width:70px;
	height:20px;
	position:relative;
	
	left:294px;
}

#buy a {
	text-decoration:none;
	font-size:8pt;
	color: #000;
	position:relative;
	top: -208px;
	left: 3px;
}