#contactList span {
	display: none;
}

#contactList dt {
	font-weight: bold;
	margin-top: .5ex;
}

#contactList dd {
	margin-left: 1em;
	padding-left: 0;
}

#contactList dd:before {
	display: marker;
}

#contactList .email:before {
	content: url("/images/about/email.png");
}

#contactList .aim:before {
	content: url("/images/about/aim.png");
}

#contactList .jabber:before {
	content: url("/images/about/jabber.png");
}

#contactList .wow:before {
	content: url("/images/about/wow.png");
}

#pgp:before {
	content: url("/images/about/gpg.png");
}