#navigation ul ul li a
{
	text-decoration: none;
	background-color: #336633;
	border: 2px solid #669966;
	border-style: outset;
	color: #fcf5d9;
	padding: 2px 2px 2px 8px;
	font-size: .8em;
	font-weight: normal;
	margin-left: 15px;
	margin-top: 0px;
	width: 160px;
}	
#navigation ul ul li a:hover
{
	text-decoration: none;
	background: transparent;
	background-color: #669966;
	color: #eee7c6;
	padding: 2px 2px 2px 8px;
	border: 2px solid #99CC99;
	border-style: outset;
	font-size: .8em;
	font-weight: normal;
	margin-left: 15px;
	margin-top: 0px;
	width: 160px;
}
div#title
{
	margin-left: 110px; 
	text-align: center;
}	
div#photo
{
	margin-left: 30px; 
	margin-right: 20px;
	text-align: center;
	line-height: 110%; 
	font-size: .8em;
 	font-family: arial, helvetica, sans-serif;
  	font-variant: normal;
  	font-style: normal;
}
div#more
{
	width: 320px; 
	color: #000;
	float: right;
	padding-right: 5px;
}
p.caption
{
	text-align: center;
 	font-family: arial, helvetica, sans-serif;
	font-size: 1.7em;
  	font-weight: bold;
	color: #cd5238;
	line-height: 120%; 
}