body {
	background-color: #da8;
	padding: 0;
	border: 0;
	margin-left: 18px;
	margin-top: 18px;
}

.linebreak {		/* typically used to force a double-linebreak between (uncooperative) elements */
	border: 0;		/* initially used on books.html for the sidebar-aligned text			 	   */
	margin: 0;
	margin-bottom: 1.5em;
	padding: 0;
	width: 632px;	/* original width: 632px */
	float: left;
}

/*
#transformer {
	position: absolute;
	top: 18px;
	left: 18px;
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}
*/

/*
#FillerBetweenTransformerLogoAndName {
	position: absolute;
	top: 18px;
	left: 178px;
	width: 10px;
	height: 160px;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #f36;
	float: left;
}
*/

#LiseNameHeader {
	position: absolute;
	top:  18px;
	left: 140px;
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}

#TransformerPressNameHeader {
	position: absolute;
	top: 18px;
	left: 596px;
	width: 824px;
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}

#new, #sewing, #classes, #logo, #list, #archive, #essays, #lise, #order, #contact, #shows, #links {
	position: absolute;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 150px;
}

#new img, #sewing img, #classes img,  #logo img, #list img, #archive img, #essays img, #lise img, #order img, #contact img, #shows img, #links img {
	border: 2px solid #1792d2;
}

#lise-text, #contact-text, #links-text, #new-text, #order-text, #archive-text, #classes-text, #logo-text, #list-text, #shows-text, #essays-text, #sewing-text {
	display: -webkit-flex;	/* Safari */
	-webkit-justify-content: space-around; /* 6.1+ */
	display: flex;
	justify-content: space-around;
	position: absolute;
	padding-top: 3px;	/*  \									*/
	padding-left:  8px;	/* –— adjusts width of each "#__-text"	*/
	padding-right: 8px;	/* _/									*/
	padding-bottom: 4px;/* _J									*/
	height: 130px;
	
	font-size: 1.1em;
	color: #005563;
	background-color: #e3cdc1;

	border:  2px solid #1792d2;
}

#new {
	top: 150px; /*310 */
	left: 20px;
}

#new-text {
	top: 150px;
	left: 140px;
	max-width: 324px;
}

#order {
	top: 150px;
	left: 500px;
}

#contact {
	top: 150px;
	left: 620px;
}

#contact-text {
	top: 150px;
	left: 740px;
	width: 204px;	/* = 100px - 2(8px) padding */
	max-width: 204px;
}

#links {
	top: 150px;
	left: 984px;
}

#classes {
	top: 310px;
	left: 20px;
}

#classes-text {
	top: 310px;
	left: 140px;
	width: 440px;	/* = 460px - 2(8px) padding */
	max-width: 440px;
}

#archive {
	top: 310px;
	left: 620px;
}

#archive-text {
	top: 310px;
	left: 740px;
	max-width:324px;
}

#lise {
	top: 470px; /* height+border: 160px	width+border: 113px */
	left: 20px;
}

#lise-text {
    top: 470px;
	left: 140px;
	width: 440px;	/* = 460px - 2(8px) padding */
	max-width: 440px;
}

#essays {
	top: 470px;
	left: 620px;
}

#essays-text {
	top: 470px;
	left: 740px;
	max-width:324px;
}

#list {
	top: 630px;
	left: 20px;
}

#list-text {
	top: 630px;
	left: 140px;
	width: 324px;
	max-width: 324px;

}

#shows {
	top: 630px;
	left: 500px;
}

#shows-text {

}

#logo {
	top: 630px;
	left: 620px;
}

#logo-text {
	top: 630px;
	left: 740px;
	max-width:204px;
}

#sewing {
	top: 630px;
	left: 984px;
}

#sewing-text {
	top: 630px;
	left: 740px;
	width: 204px;	/* = 100px - 2(8px) padding */
	max-width: 204px;
}

/* #links {
	top: 520px;
	left: 536px;
} */

#sidebar {
	position: absolute;
	top: 196px;
	left: 18px;
	width: 160px;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
}

.small-text {  /*originally used for book info on list.html*/
	font-size: 0.8em;
}

a:link {
	color: #1792d2;
}
a:visited {
	color: #1792d2;
}
a:hover {
	color: #1792d2;
}
a:active {
	text-decoration: none;
}