html { margin: 0px; padding: 0px; }
body {
	margin: 0px;
	padding: 20px;
	background: #e8b7e2 url('/images/pat2top.png') repeat;
	font: italic .85em Georgia, 'Times New Roman', Times, serif;
	text-align: center;
	color: #736c4a;
}

img { border: 0px; }

a:link, a:visited {
	color: #353a2f;
	position: relative;
}
a:active, a:hover {
	color: #55513c;
}

table {
	border: none;
	padding: 0px;
	margin: 0px auto;
	border-collapse: collapse;
	border-spacing: 0px;
}

td { padding: 0px; text-align: center; }

.container {
	background: #f2f2da;
}

#header {
	color: #181a16;
	margin: 0px;
	text-align: center;
	width: 100%;
}
	#header h1 {
		padding: 10px 10px 2px 10px; 
		margin: 0px; 
		font-size: 32px;
		font-weight: normal;
	}

#nav {
	text-align: center;
	color: #fff;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
}

	#nav a:link, #nav a:visited { color: #fff; font-weight: normal; text-decoration: none; }
	#nav a:active, #nav a:hover { color: #fff; text-decoration: underline; }

.photowrap {
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px auto;
}
	
	td.photowraptl {
		background:  url('phototl.png') no-repeat;
		padding: 30px 0px 0px 30px;
	}
	
	td.photowraptr {
		background:  url('phototr.png') no-repeat;
	}
	
	td.photowrapbl {
		background: url('photobl.png') no-repeat;
	}
	

	td.photowrapbr {
		background: url('photobr.png') no-repeat;
	}

.caption { padding-bottom: 10px; }

.leftbutton{ width: 122px; float: left; }
.leftbutton a:link, .leftbutton a:visited {
	text-decoration: none;
	display: block;
	width: 122px;
	height: 107px;
	background: url('corner-left.png') no-repeat 0px -122px;
	text-indent: -999999px;
	text-align: left;
}
.leftbutton a:active, .leftbutton a:hover {
	background-position: 0px 0px;
}

.rightbutton { width: 122px; float: right }
.rightbutton a:link, .rightbutton a:visited {
	text-decoration: none;
	float: right;
	display: block;
	width: 122px;
	height: 107px;
	background: url('corner-right.png') no-repeat 0px -122px;
	text-indent: -999999px;
	text-align: left;
}
.rightbutton a:active, .rightbutton a:hover {
	background-position: 0px 0px;
}

.homebutton {
	font-weight: bold;
	padding: 13px 0px;
	text-transform: uppercase;
	font-style: normal;
}
.homebutton a { text-decoration: none; }

.galleryholder { height: 335px; margin: 0px auto; text-align: center; padding: 0px 10px;}

.gallerythumbs, .gallery {
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px auto;
}
	
	.gallerythumbs td { padding: 2px; text-align: center; }
	
	.gallery td { padding: 0px; }
	
	td.galleryphoto {
		text-align: center;
		background: url('photobgtop.png') no-repeat;
		padding: 10px 4px 6px 10px;
	}
	
	td.gallerytr {
		background:  url('photobgr.png') no-repeat;
	}
	
	td.gallerybl {
		background: url('photobgbottom.png') no-repeat;
		text-align: right;
	}
	
	td.gallerybr {
		background: url('photobgcorner.png') no-repeat;
		text-align: right;
	}

	td.gallerycaption {
		padding: 0px 0px 10px 0px;
	}
	
	.thumbnail {
		padding: 5px 5px 0px 5px;
	}
	
	.thumbnail a { display: block; text-decoration: none; }
	
	.filename {
		padding: 0px 5px 10px 5px;
	}

