body {
	background-color: #da8;
	color: #1792d2;
	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;
	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: 186px;
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}

#TransformerPressNameHeader {
	position: absolute;
	top: 98px;
	left: 186px;
	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;
} 

#new {
	top: 200px;
	left: 196px;
}

#list {
	top: 200px;
	left: 309px;
}

#classes {
	top: 200px;
	left: 423px;
}

#order {
	top: 200px;
	left: 536px;
}

#archive {
	top: 360px;
	left: 196px;
}

#essays {
	top: 360px;
	left: 309px;
}

#lise {
	top: 360px;
	left: 423px;
}

#contact {
	top: 360px;
	left: 536px;
}

#links {
	top: 520px;
	left: 423px;
}

#logo {
	top: 520px;
	left: 196px;
}

#shows {
	top: 520px;
	left: 309px;
}

#sewing {
	top: 520px;
	left: 423px;
}

#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;
}
