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

.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: 100%;
}

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

#Lise {
	position: absolute;
	top: 18px;
	left: 196px;
	border: 0;
	margin: 0;
	padding: 0;
}

#new {
	position: absolute;
	top: 94px;
	left: 200px;
	border: 0;
	margin: 0;
	padding: 0;
}

#gallery {
	position: absolute;
	top: 94px;
	left: 320px;
	border: 0;
	margin: 0;
	padding: 0;
}

#classes {
	position: absolute;
	top: 94px;
	left: 440px;
	border: 0;
	margin: 0;
	padding: 0;
}

#shows {
	position: absolute;
	top: 94px;
	left: 560px;
	border: 0;
	margin: 0;
	padding: 0;
}

#home {
	position: absolute;
	top: 94px;
	left: 680px;
	border: 0;
	margin: 0;
	padding: 0;
}

#list {
	position: absolute;
	top: 142px;
	left: 200px;
	border: 0;
	margin: 0;
	padding: 0;
}

#order{
	position: absolute;
	top: 142px;
	left: 320px;
	border: 0;
	margin: 0;
	padding: 0;
}

#essays {
	position: absolute;
	top: 142px;
	left: 440px;
	border: 0;
	margin: 0;
	padding: 0;
}

#contact {
	position: absolute;
	top: 142px;
	left: 560px;
	border: 0;
	margin: 0;
	padding: 0;
}

#archive {
	position: absolute;
	top: 142px;
	left: 680px;
	border: 0;
	margin: 0;
	padding: 0;
}

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

.sidebar-align {
	float: left;
	position: relative;
	top: 0px;
	right: 176px;
	width: 160px;
	margin: 0;
	margin-right: -176px;
	border: 0;
	padding: 0;
	text-align: left;
	}

.sidebar-align-right {
	float: left;
	position: relative;
	top: 0px;
	right: 176px;
	width: 160px;
	margin: 0;
	margin-right: -176px;
	border: 0;
	padding: 0;
	text-align: right;
	
}

.undo-sidebar-align {		/* a fix used for correctly positioning the bottom links on pages which contain only sidebar-aligned content */
	position: absolute;
	top: 0px;
	left: 18px;
	width: 600px;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: justify;
	
}

#content {
	position: absolute;
	top: 196px;
	left: 196px;
	width: 580px;
	max-width: 580px;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #000;
}

#Environmentworks {
	position: absolute;
	left: 0px;
	top: 44px;
	width: 300px;
	max-width: 300px;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #000;
}

#Familyworks {
	position: absolute;
	left: 300px;
	top: 97px;
	width: 300px;
	max-width: 300px;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #000;
}

#Genderworks {
	position: absolute;
	left: 0px;
	top: 550px;
	width: 300px;
	max-width: 300px;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #000;
}

#Fairytaleworks {
	position: absolute;
	left: 300px;
	top: 548px;
	width: 300px;
	max-width: 300px;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #000;
}

#ArchivedFamilyworks {
	position: absolute;
	left: 0px;
	top: 44px;
	width: 300px;
	max-width: 300px;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #000;
}

#ArchivedGenderworks {
	position: absolute;
	left: 300px;
	top: 91px;
	width: 300px;
	max-width: 300px;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #000;
}

#ArchivedFairytaleworks {
	position: absolute;
	left: 110px;
	top: 570px;
	width: 300px;
	max-width: 300px;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #000;
}

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

.smaller-text {  /* originally used for sidebar photo caption on shows.html */
	font-size: 0.7em;
}

.heading {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

.sub-heading {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}

.sub-sub-heading { /* Used for the titles of exhibitions, on new.html and shows.html */
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#bottom-links {
	position: relative;
	bottom: 18px;
	right: 0px;
	width: 580px;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	color: #f36;
	text-align: center;
}

#bottom-links.fullpagewidth {
	width: 850px;
}

img {
	border: none;
}

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

ul li ul li {
	position: relative;
	top: -15px;
	left: -15px;
}