#nav ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav li
{
float: left;
list-style-type: none;
margin: 0 0.15em;
}

#nav li a
{
height: 2em;
line-height: 2em;
float: left;
font-weight:bold;
width: 9em;
display: block;
color: #C69C6D;
text-decoration: none;
text-align: center;
}

#nav li a:hover
{
background: url(./images/phototitle2_background.jpg) top left repeat-x;
color: #f0e0c8;
text-decoration: underline;
}
/* Hide from IE5-Mac \*/
#nav li a
{
float: none
}
/* End hide */

#nav
{
width:56em
} 


/* Banner
-------------------------------------------------------------------*/
#banner { 
	width: 900px; 
	height: 100px; 
	float: left; 
	background: #fafafa url(images/phototitle2.jpg) no-repeat center; 
	position: relative; 
}
#banner h1 { 
	font: 24px Verdana;
	padding: 12px 0 0 15px; 
	margin-bottom: 0; 
	color: #333; 
}
#banner h1 a { 
	color: #333; 
	text-shadow: 1px 1px 1px #fff; 
	text-decoration: none; 
}
#banner h1 span { 
	padding-left: 10px; 
	font-size: 11px; 
	color: #777; 
}