
	body {
		background-color: #000;
		font-family: Arial, Helvetica, sans-serif;
		color: #fff;
		text-align: center;
	}
	
	#container {
		width: 1050px;
		margin: 0 auto;
		margin-top: 45px;
		overflow-x: hidden;
		text-align: left;
	}
	
	#left {
		width: 546px;
		float: left;
	}
	
	#footer {
		width: 423px;
		float: right;
		text-align: center;
	}
	#footer ul {
		margin: 0px;
		padding: 0px;
	}
	#footer ul li {
		display: inline;
		color: #D1B360;
		border-right: 1px solid #D1B360;
		padding-left: 5px;
		padding-right: 10px;
		font-size: 11px;
	}
	#footer ul li#first {
		padding-left: 0px;
	}
	#footer ul li#last {
		border: 0px;
	}
	#footer-links a {
		font-size: 11px;
		color: #D1B360;
		text-decoration: none;
	}
	
	#footer-links a:hover {
		color: #fff;
	}
	
	p.copyright {
		color: #898989;
		width: 423px;
		font-size: 10px;
	}
	
	
	#right {
		width: 423px;
		float: left;
	}
	
	#nav ul {
		padding-left: 20px;
	}
	#nav ul li {
		list-style-type: none;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#nav ul li#biography { background: url(images/biography-border.jpg) bottom left no-repeat;}
	#nav ul li#music { background: url(images/music-border.jpg) bottom left no-repeat;}
	#nav ul li#gigs { background: url(images/gigs-border.jpg) bottom left no-repeat;}
	#nav ul li#scrapbook { background: url(images/scrapbook-border.jpg) bottom left no-repeat;}
	#nav ul li#contact { background: url(images/contact-border.jpg) bottom left no-repeat;}
	#nav a{
		color: #D1B360;
		text-decoration: none;
		font-size: 15px;
		font-weight: bold;
	}
	#nav a:hover {
		color: #fff;
	}
	
	img {
		border: 0;
	}	
	
	img.floatLeft {
		float: left;
		
	
	}
	img.floatRight { 
    	float: right; 
     
	}

	
	#content {
		margin-left: 11px;
		padding-top: 0px;
	}
	
	#content p {
	font-size: 12px;
	color: #e9e9e9;
	background-color: #000;
	padding-left: 9px;
	line-height: 20px;
	}
	
	
		#content ol {
		font-size: 12px;
		color: #e9e9e9;
		background-color: #000;
		padding-left: 30px;
	}
	
	#content a {
		color: #D1B360;
		text-decoration:none;
	}
	#content a:hover {
		text-decoration: underline;
	}
	
	h1 {
		font-size: 60px;
		color: #493821;
		margin: 0px;
		padding: 0px;
		padding-left: 6px;
	}
	
	h2 {
		font-size: 15px;
		color: #FFFFFF;
		margin: 0px;
		padding-left: 9px;
		padding-top: 10px;
		
	}
	
	h3 {
	font-size: 15px;
	color: #FFFFFF;
	margin: 0px;
	padding-left: 9px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;		
		
	}
	
