body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-size: .8em;
	font-family: arial;
	background-color: #150702;
	}
	
container {
	margin: 0px auto;
	width: 960px;
	border: 0px solid #ccc;
	}

	
/* MAIN PAGE CONTENT */	
p {
	color: #663333;}
	
	#content {
		width: 850px;
		border: 0px solid #ccc;
		height: 650px;
		background-repeat: repeat;
		text-align: center;
		margin: 0px auto;
		margin-top: 20px;
		background-color: #fff;
		}
		
	#content ul {
		font-size: 12px;
		font-weight: bold;
		list-style-type: none;
		line-height: 20px;
		color: #663333;
		}
		
	#artistsBioLink {
		cursor: pointer
		}
	
	#artistsBio {
		text-align: left;
		font-weight: normal;
		font-size: .85em;
		}
		
	#leftNavigation ul li {
		margin-left: 20px;
		cursor: pointer;
		}
		
	#full-image {
		width: 502px;
		border: 0px solid #ccc;
		float: right;
		height: 605px;
		margin-top: 10px;
		margin-right: 10px;
		color: #000;
		}	

	#left-side {
		width: 300px;
		border: 0px solid #ccc;
		float: left;
		text-align: left;
		height: 620px;
		}
		
	#leftNavigation {
		margin-left: 5px;
		width: 300px;
		border: 0px solid #ccc;
		}
		
	#leftNavigation ul {
		margin-bottom: 5px;
		margin-top: 6px;
		}
		
	#namePlate {
		margin-top: 40px;
		margin-bottom: 10px;
		margin-left: 34px;
		}
		
   #boxes {
		margin-left: 30px; 
		margin-top: 10px;
		}
		
	#boxes p {
		margin-top: 0px;
		margin-bottom: 5px;
		}
		
	#boxes img {
		height: 50px; 
		width: 50px; 
		border: 1px solid #000; 
		float: left; 
		margin-right: 2px;
		margin-bottom: 2px;
		}	

		
	

		
	

