@charset "utf-8";
/* CSS Document */

#music-Studio {
	width: 450px;
	float: left;
	margin-bottom: 20px;
}

#music-Live {
	width: 450px;
	float: right;
	text-align:right;
	margin-bottom: 20px;
}

#music-Live h2 {
	margin-right: 5px;
}

#music-Friends {
	clear:both;
	position:relative;
	color: #ffffff;
	background: #7F601D url(/images/brown2-ul.gif) no-repeat;
	width: 750px;
	margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-left: 47px;
	padding-right: 47px;
	padding-bottom:5px;
	text-align:center;
}

	#music-Friends .ur, .ll, .lr {
	  position : absolute;
	  width : 40px;
	  height : 40px;  /* corner images are 40x40 */
	  display : block;
	  /*margin-bottom : -1px;  this is for IE */
	}
	
	#music-Friends .ur {
	  background : transparent url(/images/brown2-ur.gif) no-repeat;
	  top : 0;
	  right : 0;
	}
	
	#music-Friends .ll {
	  background : transparent url(/images/brown2-ll.gif) no-repeat;
	  bottom : 0;
	  left : 0;
	}
	
	#music-Friends .lr {
	  background: transparent url(/images/brown2-lr.gif) no-repeat;
	  right : 0;
	  bottom : 0;
	}

#music-Friends h1, #music-Friends h2, #music-Friends h3, #music-Friends h4, #music-Friends h5, #music-Friends h6 {
	color: #FFFFFF;	
}

#music-Friends a {
	color: #1C361B;
}
