body{
	background: url(../images/photography_bg.png) center center no-repeat;
}

#photography-nav {
	position: absolute;
	width: 170px;
	height: 50px;
	top: 148px;
	right: 20px;
}

#photography-nav a{
	position: absolute;
	display: block;
	right: 0;
	height: 13px;
}	

#pinholes 	{ top: 3px; 	width: 73px;}
#urban 		{ top: 15px; 	width: 100px;}
#landscapes { top: 30px; 	width: 130px;}


/*
photography nav hovers: if you change this, change the *-highlight positions also
*/


#photography-nav a:hover {
	right: -3px;
	padding-right: 15px;
	background: url(../images/nav_highlight.png) center right no-repeat;	
}


#subnav-highlight {
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	right: 17px;
}

.pinholes-highlight {
	top: 152px;
}

.urban-highlight {
	top: 164px;
}

.landscapes-highlight {
	top: 179px;
}
