/*
 * set layout here
 */
P, DL {
	max-width: 50em;
}
P {
	padding: 2px 4px 2px 4px;
}
BLOCKQUOTE {
	max-width: 20em;
	padding: 2px;
}
H1.banner {
	padding: 4px 2px 4px 2px;
	text-align: center;
}
H1.banner IMG {
	border-style: none;
}
IMG.banner {
	height: 60px;
	width: 562px;
	vertical-align: middle;
}
*.navbar {
	position: fixed;
	width: 100%;
	height: auto;
	top: auto;
	bottom: 0px;
	left: 225px;
	right: 0px;
	margin-left: 4px;
	margin-right: 8px;
	clear: both;
}
*.navbar A {
	padding-right: 2px;
	padding-left: 2px;
}
SPAN.navbar_link A {
	padding-right: 1ex;
	padding-left: 1ex;
}
TABLE.figure {
	display: inline;
	padding-top: 2em;
	margin-bottom: 1em;
	text-align: center;
}
TABLE.figure TD { padding: 0px 2px 0px 2px;}
TABLE.figure TD {
	/*
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: outset;
	border-right-style: outset;
	*/
}
TABLE.figure TD.img { padding-bottom:2px; border-style: none;}
TABLE.figure TD.img IMG {
	padding: 16px;
	border-style: inset;
	border-width: 3px;
}
#frame_heading {
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
}
*.frame_heading {
	width: 100%;
	margin-top: 0;
}
DL.gallery {
	padding-right: 1ex;
	padding-left: 1ex;
	padding-bottom: 1ex;
}
DT.gallery {
	margin-top: 1em;
}
DL.collection {
	padding: 1ex;
}
*.portfolio {
	width: 100%;
	min-height: 320px;
	margin-bottom: 1em;
}
TABLE.history TR {
	vertical-align: top;
}
TABLE.history TR > TD:first-child {
	text-align: right;
	padding-right: 1em;
}
#bio_media TD {
	padding-left: 2em;
}

#banner {
	position: static;
	width: 100%;
	height: auto;
	display: block;
}
#sidebar {
	position: absolute;
	width: 225px;
	height: auto;
	top: auto;
	bottom: auto;
	right: auto;
	left: 0px;
	display: inline;
	overflow: visible;
}
#toc {
	position: static;
	width: 225px;
	height: inherit;
	min-height: 36em;
	display: block;
}
#footer {
	position: static;
	width: 225px;
	height: auto;
	min-height: 10em;
	display: block;
}
#notices {
	position: static;
	width: 225px;
	min-height: 16em;
}
#content {
	position: absolute;
	width: auto;
	height: auto;
	top: auto;
	bottom: auto;
	right: 0px;
	left: 225px;
	margin-left: 8px;
	margin-right: 16px;
	padding-bottom: 2em;
}

@media print {
	P,DL {
		max-width: 5in;
	}
	BLOCKQUOTE {
		max-width: 4in;
	}
	*.navbar {
		position: absolute;
	}
	*.portfolio {
		min-height: 8in;
	}
	OBJECT.portfolio {
		page-break-before: avoid;
		page-break-after: auto;
		page-break-inside: auto;
		orphans: 1;
		widows: 1;
	}
	BR.page-break {
		page-break-after: always;
	}

	#banner {
	}
	#sidebar {
	}
	#toc {
		min-height: 36em;
	}
	#footer {
		min-height: 10em;
	}
	#notices {
		min-height: 16em;
	}
	#content {
		position: relative;
		/* 225 + 16 to accomodate offset while remaining on page */
		margin-right: 241px;
		display: block;
		overflow: visible;
		page-break-inside: auto;
	}
}
