
	div#about {
		position: absolute;
		top: 120px;
		left: 0px;
		width: 235px;
		text-align: left;
		font-size: 13px;
		line-height: 17px;
		padding-bottom: 50px;
	}

	div#about a {
		color: #B97A7A;
		font-weight: normal;
		text-decoration: underline;
	}

	div#about a.artist {
		color: #000000;
		font-weight: bold;
		text-decoration: underline;
	}

	div#about a:hover {
		color: #714242;
		text-decoration: underline;
	}

	.brown {
		font-size: 11px;
		color: #714242;
		font-weight: bold;
	}

	.active {
		font-size: 12px;
		color: #714242;
		font-weight: bold;
	}
