/* Tools */
.noprint {display:none;} /* replace class=noprint in the page code by adding the item's class/id to the list below */
.printonly {display:block;}
/* End Tools */

.imgpreload, .noscript, #topedge, #bottomedge, #logodiv, #bannerdesc, .suckerfish {display:none;}
#popupheader, .popupfooter, .toplink {display:none;}

p {
	font: 8pt/1.5 Georgia, "Times New Roman", Times, serif;
/*	word-spacing: 1px; */
	word-spacing:normal;
/*	color:#444; */
	color:black;
	orphans:3; /* for what it's worth */
	widows:3; /* for what it's worth */
}

a {text-decoration:none;}
a:link, a:visited, a:hover, a:active {color:black;}
a:hover {background-color:transparent;}

body {
/*	padding: 0 385px 0 385px; /* these side paddings together determine the natural min-width */
	padding: 0;
/*	background-color:#F5F5F5; */
	background-color:white;
}
.mj-container {
/*	margin: 0 auto 0 auto; /* this centers the wrappers in standards browsers */
	margin: 0;
/*	width: 56%; /* here is the critical value for customizing the Jello behavior */
	width: 100% !important; /* !important overrides IE's expression which is moronically applied over print CSS rules */
/*	max-width: 130px;   /* don't forget IE conditional code in doc head */
	max-width:none;
}

#banner {
/*	background-image:url(http://www.facsimile-editions.com/shared/banners/rotate.php);
	background-image:url(images/fe-bannerbg3.jpg);
	background-repeat:no-repeat; */
	background:none;
	margin-bottom:15px;
}
#printbanner {
	display:block;
	position:absolute; /* thanks IE */
	left:0px; /* thanks IE */
}

.leftedge {
/*	padding-left:7px; */
	padding:0;
/*	background-image:url(images/main-leftedge.jpg);
	background-repeat:repeat-y; */
	background:none;
}
.rightedge {
/*	padding-right:7px; */
	padding:0;
/*	background-image:url(images/main-rightedge.jpg);
	background-position:top right;
	background-repeat:repeat-y; */
	background:none;
}

.caption {
	background: none;
	padding: 0px 5px 5px;
	color: black;
}
.insetimage {
	position:static; /* MJ-?! for bloody floats? */
}
.insetimage a {
	display:none;
}

#purchaseform input, #purchaseform select, #purchaseform textarea {
	display:none;
}
#purchaseform td {
	background-color:white;
}
#cell-address, #cell-dedication, #cell-mesg {
	height:1.5in;
}
#purchaseform .col-dedication input {
	display:block;
	width:auto;
}

