* {
	border: none;
	font-size: 12px;
	font-weight: normal;
	font-family: courier new, courier;
	text-align: left;
	font-style: normal;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: #333333;
	letter-spacing: 0px;
	line-height: 18px;
}

i, em, i *, em * {
	font-style: italic;
}

b, strong, b *, strong * {
	font-weight: bold;
}

u, u * {
	text-decoration: underline;
}

ol, ul {
	list-style-type: none;
}

html, body {
	height: 100%;
}

body div.page {
	background-image: url(../images/doublepage.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	/* top: 50%; */
	width: 800px !important;
	width: 840px;
	height: 600px !important;
	height: 640px;
	margin-left: -420px;
	/* margin-top: -320px; */
	margin-top: 12px;
	padding-top: 22px;
	padding-bottom: 20px;
	padding-left: 24px;
	padding-right: 20px;
}

div.leftpage {
	float: left;
	width: 390px;
}

div.rightpage {
	float: left;
	width: 374px;
	margin-left: 30px;
}

h1 {
	margin-bottom: 8px;
	padding-top: 16px;
	letter-spacing: 1px;
}
h1, h1 * {
	font-size: 20px;
}

h2 {
	margin-left: 12px;
	margin-bottom: 8px;
}

h2, h2 * {
	font-size: 14px;
}

ul.imagelist {
	margin-top: 12px;
	margin-left: 24px;
}

ul.imagelist li {
	margin-bottom: 1px;
	vertical-align: top;
	clear: both;
}

ul.imagelist li img {
	display: block;
	float: left;
	margin-bottom: 12px;
}

ul.imagelist li span {
	display: block;
	float: left;
	margin-top: 20px;
	margin-left: 12px;
}

a, a * {
	text-decoration: underline;
	cursor: hand;
}

h1 {
	margin-left: 12px;
}

p {
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
}

div.gallery_contentscroll, 
div.gallery_thumbnailscroll {
	width: 370px;
	height: 540px;
	overflow: auto;
	padding: 2px;
	margin-left: 4px;

	scrollbar-base-color: #f5dab5;
	scrollbar-arrow-color: #665544;
	scrollbar-track-color: #f5dab5;
	
	scrollbar-shadow-color: transparent;
	scrollbar-lightshadow-color: transparent;
	scrollbar-darkshadow-color: #f5dab5;
	/* #f5dab5 */
	scrollbar-highlight-color: #f5dab5;
	scrollbar-3dlight-color: #665544;
}

div.gallery_contentscroll {
	margin-left: 0px;
	width: 385px;
	height: 472px;
}

ul.thumbnails li {
	float: left;
	width: 170px;
	height: 170px;
	margin-left: 2px;
	margin-right: 2px;
}

ul.thumbnails li,
ul.thumbnails li * {
	cursor: hand;
}

a, a * {
	cursor: hand;
}

ul.thumbnails li a {
	width: 170px;
	height: 170px;
	text-align: center;
	vertical-align: middle;
}

ul.thumbnails li a img {
	border-bottom: 2px inset #cccccc;
	border-right: 2px inset #cccccc;
}

ul.albumfolderlist li {
	clear: both;
}

ul.albumfolderlist li span {
	display: block;
	float: left;
	width: 130px;
	margin-bottom: 5px;
	margin-left: 20px;
	text-align: center;
}

ul.albumfolderlist li span img {
	margin-right: 10px;
	border-bottom: 2px inset #cccccc;
	border-right: 2px inset #cccccc;
}

ul.albumfolderlist li label {
	display: block;
	float: left;
	margin-top: 16px;
}

a.rewind {
	position: absolute;
	top: 10px;
	left: -13px;
	background-color: #000033;
}

a.rewind:hover {
	background-color: #cc0033;
}


div.leftpage ul {
	list-style-type: circle;
	margin-left: 48px;
	
}

div.leftpage li {
	list-style-type: circle
}

