body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

a.nav_button {
	display:block;
	float:left;
	background-color:#F9A626;
	padding: 6px 1px;
	width: 80px; 
	height: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px; 
	font-weight: bold;
	text-align:center;
	clear:left;
}

a.nav_button:link, a.nav_button:visited, a.nav_button:active {
	color: #000000;
	text-decoration: none;
}
a.nav_button:hover {
	background-color:#E99616;
}

a.nav_button + a.nav_button {
	border-top:none;
}

img.photo {
	border: 2px solid #005DB0;
}