@charset "utf-8";

/*
Gallery CSS
*/

#header {
	background: url(/img/bg_galleryheader.jpg) left top no-repeat;
}
h2 {
	width: 615px;
	height: 41px;
	background: url(/img/h2_gallery.gif) left top no-repeat;
	border-bottom: 1px dotted #666;
	margin-bottom: 5px;
}
h3 {
	font-size: 100%;
	margin: 12px 0;
	padding: 0 0 5px 0;
	border-bottom: 3px double #FFF;
}

div#gallery {
	padding: 0px 0 12px 12px;
}

div.EntryBody {
	margin-bottom: 20px;
}
p.iphoto {
	width: 200px;
	text-align: right;
}
p.date,
p.back {
	text-align: right;
	clear: both;
}
p.back a {
	background: url(/img/arrow_u.gif) right center no-repeat;
	padding-right: 15px;
}