
#blurb {
	background-color: #000;
	color: #fff;
	font-size: 1.5em
	height: 400px;
	line-height: 1.7em;
	position: absolute; top: 0; left: 30px;
	text-align: left;
	width: 320px;
	z-index: 99;
}


#blurb a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#aboutmeTitle {
	width: 155px;
	height: 45px;
	background-image: url(../images/about-me-title.jpg);
}

#aboutmeTitle span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#buyprintsTitle {
	width: 207px;
	height: 25px;
	background-image: url(../images/buy-prints-title.jpg);
}

#buyprintsTitle span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#mailingListTitle {
	width: 262px;
	height: 43px;
	background-image: url(../images/mailing-list-title.jpg);
}

#mailingListTitle span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#title li ul {
  	margin:0 0 0 92px; 
  	padding:0;  
  	background:#000;
}

#title li ul li {
	display: inline;
	list-style-type: none;

}

#title li ul li a {
	background-repeat: no-repeat;
	display: block;
  	float:left;
	height:46px;
	width:32px;
  	text-decoration:none; 
  	margin: 8px 10px 0 10px;
}

