/* Legal Portal stylesheet */

/* elements */
p {
	margin:0px 0px 10px 0px;
	color:#666666;
}

/* ids */
#yourMusic {

}

#royalites {

}

#attribution {

}

#goodStuff {

}

/* classes */
.royaltiesHeader { background-color:#F29D4A; }
.yourMusicHeader { background-color:#999999; }
.attributionHeader { background-color:#95AEE2; }
.goodStuffHeader { background-color:#BBB; }
.portalHeader {
	/*width: 585px;*/
	font-size:1.4em;
	padding:10px 0px 10px 10px;
	margin-bottom:15px;
	color:white;
}
.portalSection {
	margin:15px 15px 15px 5px;
	
}
