	@import url(/clips/font.css);
	html {
		height: 100%;
		background-image: url(/clips/wirebind.gif);
		background-repeat: repeat-y;
		/* 
		padding-top: 12px;
		padding-bottom: 24px;
		*/
		padding-left: 72px;
		/* padding-right: 24px;
		*/
	}
	body {
		margin: 0;
		background-color: rgb(255, 255, 255);
		height: 100%;
		width: 760px;
	}
	h1 {
		font-family: "BrushScriptStd", cursive;
		/* "Brush Script Std", "Brush Script MT", */
		font-size: 72px;		/* 24px; */
		font-style: normal;
		font-variant: normal;
		/* font-weight: 500; */
		line-height: 79.2px;	/* 26.4px; */
		margin-bottom: 2px;
	}
	h2 {
		text-align: center;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	div.address {
		text-align: center;
		font-style: italic;
	}
	table {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		border-top-style: ridge;
		border-bottom-style: ridge;
	}
	td.caption {
		vertical-align: top;
	}
	td.caption p {
		text-align: left;
	}
	img.thumb {
		width: 80px;
		height: 80px;
	}
	div.main {
		display: table;
		overflow: auto;
	}
	div.caption {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
