.button {
	background-color: #F3BF41;
	color: #000000;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.button_active {
	background-color: #000000;
	color: #F3BF41;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* Reference: http://www.webmasterworld.com/forum83/1769.htm */

#imagemap{
	position: relative;
	display: block;
	width: 100%;
	height: 70px; /* height of image */
	background: /* #ffe */ url(../images/dave-l-avatar.png) no-repeat;
}

#imagemap a{
	display: block;
	/* background: lime url(images/blank.gif); /* for testing the positioning */
	background: none;
	position: absolute;
}

#imagemap a#ref1{
	width: 6px;
	height: 6px;
	top: 16px;
	left: 41px;
}
