body {
	font-family: lucinda grande, verdana, sans-serif;
	font-size: 12px;
	margin: 5px 0 0 0;
	color: #666666;
	background-color:#E7C09A; /*F5C79F */
}

#container {
	width: 740px;
	margin: 0 auto 0 auto;
}
div.phototop{
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 22px;
}
div.phototopnav {
    text-align: center;
	padding-top: 5px;
}
div.phototopnav a {
	font-size: 16px;
	text-decoration: none;
	color: #660;
	text-align: center;
}
div.phototopnav a:active { color: #930; }
div.phototopnav a:hover {text-decoration: underline; }

div.photobg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	width: 780px;
}
img.frame {
	margin-top: 10px;
	padding: 5px;
	border: 1px solid gray;
}

div.photocaption {
	color: #660;
	font-size: 14px;
	padding-top: 10px;	
}
div.nxt {
	padding-left: 678px;
}
div.prev {
	float: left; 
	padding-left: 31px;
}

div.nxt a, div.prev a,a{
	text-decoration: none;
	color: #666;
	font-size: 12px;
}
div.nxt a:hover, div.prev a:hover,a:hover { text-decoration: underline; color: #930;}


div.photobottom {
	background-image: url(images/bg_bot.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 780px;
	height: 22px;
	clear: both;
}

