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

body {
	background-color: #000000;
	color:#FFFF00;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}

a{
	color:#FFFF00;
}

a:hover{
	color:#FFFFFF;
}

.style1 {
	color: #FFFFFF
}

#container{
	width:600px;
	margin: 0px auto;
}

#manageHeader{
	text-align:center;
}

#topstars{
	margin-top:10px;
}

#starsUnderText{
	margin-top:10px;
	margin-bottom:20px;
}

.topLine img{
	margin-left:41px;
}

#midStars{
	margin-top:28px;
}

#btmLine img{
	margin-left: 150px;
}

#managementText{
	margin-top: 10px;
	margin-bottom:10px;
}

#btmStars{
	margin-top:0px;
}

.artistImg img{
	padding:3px;
	border:1px solid #FFFF00;
	float:left;
}

.artistArea{
	padding-bottom:20px;
}

#bottomArtist{
	border-bottom: 0px; 
	margin-bottom:0px;
}

.artistInfo{
	color:#FFFFFF;
	float:left;
	margin-left:20px;
	width:430px;
}

#stephen, #christie, #rachael{
	width:360px;
}

.clear{
	clear:both;
}

.artistName{
	color:#FFFF00;
	font-size:150%;
	font-weight:bold;
}

.babyStars{
	margin-bottom:20px;
}