.generalContent {
	padding-top: 0;
}

	.generalContent h2 {
		height: 33px;
		margin: 0 0 16px 0;
	}

	
	/* ARTISTSNAV */
	#artistNav {
		float: left;
		width: 141px;
		background: url(../images/artists/furn/divider.png) no-repeat top right;
	}
	
		#artistNav li {
			background: url(../images/global/furn/bullet.png) no-repeat 0 50%;
			padding-left: 10px;
			font-size: 1.15em;
		}
		
			#artistNav li.selected a {
				color: #000;
			}
			
	
	/* MAINCONTAINER (used on biography and comments) */
	#mainContainer {
		margin-left: 141px;
		padding: 0 11px;
	}

