

#content_frame{
	height: 528px;
	width: 100%; /*width of menu*/
	background: white url(../images/backgrounds/songs_bg.jpg) repeat-x center top;
	display: block;
	line-height: 0px;
	border: none;
}

#about_us{
	position: absolute;
	top: 145px;
	left: 450px;
	height: 445px;
	width: 450px;
	background: #d8d8d8;
	border-width: 2px;
	border-color: Black;
	border-style: solid;
	line-height: 40px;
	color: #D42000;	
	text-align: left;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 10px;
}

#about_us_text{
	position: static;	
	background: transparent;
	text-align: left;
	border-width: 2px;
	border-color: Black;
	border-style: none;
	line-height: 17px;	
	font-size : 10px;
	color: Black;	
	margin-left:0px;
	width: 98%;
	display: block;
	
}

#about_us_head{
	text-align: left;	
	font-size : 12px;
	margin-left:0px;
	width: 100%;
	color: #D42000;	
	font-size: 20px;
	display: block;
	line-height: 25px;
	padding: 0px;
}

#left_menu{
	position: absolute;
	left: 275px;
	top: 130px;
	width: 180px;
	height: 70%;
	border-width: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	border-style: dotted;
	border-color: black;
	line-height: 20px;
	font-size: 12px;
	text-align: left;
}