body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/tile_x.gif);
	font: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color: black;
}


/*Music Player styles*/
#musicPlayer {
	float:right;
	width: 400px;
	height: 63px;
	vertical-align:bottom;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/*Performance styles*/
#performances {
	float: left;
	width: 270px;
	margin: 0 0 0 15px;
}

#performances p{
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.25em;
	padding: 0 0 0 0;
	margin: 0 0 .5em 0;
}
#performances a{
	color: #333333;
	text-decoration: none;
}
#performances a:hover{
	color: #F36D6D;
	text-decoration: underline;
}
#performances h1{
	font-size: 14px;
	font-weight: bold;
	margin:0 0 0 0;
}
#performances h2{
	font-size:12px;
	font-weight: normal;
	margin:0 0 8px 0px;
	border-bottom:solid;
	border-bottom-color:#333333;
	border-bottom-width:thin;
}
#performances h3{
	font-size:12px;
	font-weight: normal;
	margin: 0 0 0 0;
}
#performances i{
	color:#333333;
	font-size: 12px;
	font-style:normal;
	padding: 0em 0 0 0;
}
#performances input {
	padding:2px 0 2px 0;
}

/*Biography Styles*/
#biography {
	float:right;
	width:360px;
	margin:0 15px 0 0;
}
#biography p{
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

/*CD Styles*/
#ad {
	height:150px;
	vertical-align: middle;
	margin: 0 0 20px 0;
	font-size: 12px;
}
#ad h1{
	font-size:14px;
	font-weight:bold;
}

#ad div {
	float:left;
	padding:0 15px 0 0;
}

/* Footer */
#footer {
	margin: 15px 0 20px 0;
}

/* Photos */
#photos div {
	float:right;
}
#photos img {
	border-bottom: 1px solid black;
	margin:0px 0px 10px 0px;
}