body {
	margin: 0px;
	background: #fff url(theme/bg_pop_up.gif) repeat-y left;
/*/*/background: #fff url(bg_pop_up.gif) repeat-y left;/* Hide from Netscape 4 */ 

	padding: 8px;
	padding-left: 45px;
}
body, td, th, p {
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #2b1540;
}
td {
	vertical-align:top;
}
.sectionHeading {
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 0px;
	border: none;
	background: #fff;

	font: bold 15px verdana, arial, helvetica, sans-serif;
	color: #397bc5;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:20px;
	margin-right:20px;
}
.photoDate {
	color: #397bc5;
}
.photoCaption {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.image {
	text-align: center;
}

.buttons {
	display:none;
/*/*/display:block;/* Hide from Netscape 4 */ 
	text-align: center;
}
.buttons a {
	margin-right:5px;
/*	color: #2b1540;*/
	vertical-align:top;
	font-size: 22px;
}
.buttons a img {
	width: 85px;
	height: 26px;
}
.buttons a.back {
	background: url(bt_previous.gif);
}
.buttons a.next {
	background: url(bt_next.gif);
}
.buttons a.back:hover {
	background: url(rp_previous.gif);
}
.buttons a.next:hover {
	background: url(rp_next.gif);
}

