body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: grey;
}

p
{
	padding: 10px 10px;	
}

.title
{
	font-size:24px;
	font-weight:bold;
	color: goldenrod;	
}

.subTitle
{
	font-size:18px;
	color: lightgrey;	
}

.musicTitle
{
	font-size:14px;
	color: lightgrey;	
}

#mainContent
{
	margin:0px auto;
	text-align:left;
	background-image: url(../images/homePageBackground.jpg);
  	background-repeat: no-repeat;
	width: 800;
	height: 920;
}

#navButtons
{
	
}
#leftColumn
{
	float:left;
	width:400px;	
}
#rightColumn
{
	float:right;
	width:368px;
}

#musicBox
{
	
}

#briefBio
{
	width:400px;
	color: lightgrey;	
	font-size: 12px;
	position:relative;
	left:20px;
	top:100px;
}

#copyright
{
	position:relative;
	top:65px;	
	left:-3px;
}