body {
	font-family: skia,verdana, sans-serif;
	font-size: 14px;
	margin: 5px 0 0 0;
	color: #555;
	background-color:#B0E2FF;
}

#container {
	width: 700px;
	margin: 0 auto 0 auto;
}
div.phototop{
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	width: 671px;
	height: 13px;
}

div.photobg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	width: 671px;
	padding-bottom: 10px;
}
img { padding-left: 10px; }

img.frame {
	margin-top: 10px;
	padding: 5px;
	border: 1px solid gray;
}

div.photocaption {
    text-align: center;
	padding: 5px 0px 10px 0px;
}
.page {
	padding-left: 230px;
}
.nxt {
	padding-left: 260px;	
}

.prev { 
	float: left;
	padding-left: 19px;
}
.nxt img, .prev img {
	border: 0;
}
.nxt a:hover, .prev a:hover, a:hover { text-decoration: underline; color: #930;}



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

