* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background: #000000 url(images/pageBackground4.jpg) no-repeat center top;
	color: #ffffff;
	width: inherit;	
}
h1 {
	font-size:22px;
	color: #d32812;
}
a {
	color: #d32812;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}
.logo {
	color: #ffffff;
	font-size:80px;
	font-style:bold;
	text-align:left;
}
.author {
	text-align:left;
	color:#ffffff;
	padding-right:185px;
}
#container { 
	width: 1200px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
}
.artistbio{

	margin-left:10px;
	width:500px;
	font-size:20px;
	color: #FFF;
	
	
	}
	.biotype{
	
		margin-left:0px;
		padding-top:100;
		font-size:20;
		
		
		}
	
		
		
.contentTop {
	background:url(images/contentTop2.png) no-repeat left top;
	height:26px;
}
.contentBottom {
	background:url(images/contentBottom2.png) no-repeat left top;
	height:31px;
}
.contentBody {
	background:url(images/contentBody2.png) repeat-y left top;
	padding:0 30px;
}
#footer { 
} 
#footer p {
	text-align:center;
	padding:20px 0;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.mainMenu {
	padding:20px 700px 100px 10px;
	text-align:center;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	margin:0 10px;
	padding:6px 0 0 0;
	font-size:18px;
	color: #000;
}
#navlist a:link, #navlist a:visited {
	color: #666;
	background: url(images/button.png) no-repeat left top;
	text-decoration: none;
	width:127px;
	height:30px;
	float:left;
}
#navlist a:hover {
	color: #ffffff;
	background: url(images/buttonActive.png) no-repeat left top;
	text-decoration: none;
}
#navlist #active a {
	color: #fff;
	background: url(images/buttonActive.png) no-repeat left top;
	text-decoration: none;
}
