div#content
{
  padding-left: 20px;
  padding-right: 1px;
}


#header{
  left: -20px;
}

#photos{
   border-style: none none none none;
}

#photos td{
  border-style: none none none none;
}

#photos a{
	
	border:solid #CCC;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#FFF;
	padding:10px;
	text-align:center;
	float:left;
	margin:5px;
 text-align: left;
 font-size: 0.8em;
 text-decoration: none;
 color: black;
}
#photos a:hover{
  border:solid orange;
  border-width:0 1px 1px 0;
  text-decoration: none;
  color: blue;
}

img{
	border:1px solid #EEE;
/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 */
}

#menuphotos
{
  font-family: Arial,Sans-Serif;
  margin-top: 10px;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

#navlistphotos
{
  width: 60%;
  text-align: left;
  padding: 0;
  text-indent: 0;
  list-style-type: none;
}

#navlistphotos li
{
  padding: 0;
  margin: 0;
  text-indent: 0;
  display: inline;
  background: none;
}


#navlistphotos li a
{
  text-decoration: none;
  padding: 0 2px;
   font-size: 1.5em;
}

#navlistphotos li a:hover,#navlistphotos a#current
{
  border-top: none;
  font-size: 1.5em;
  text-decoration: underline
}

#navlistphotos a#current {text-decoration: none}


